URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [cxxcom1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do preprocess } */ /* { dg-options "-pedantic -std=gnu89" } */ /* You can't do this in your own code... */ // C++ comment is not in C89 { dg-warning "style comment|reported only once" "good warning" } /* ...but we don't bitch about it more than once. */ // C++ comment is not in C89 { dg-bogus "style comment" "bad warning" } /* { dg-final { scan-file-not cxxcom1.i "is not in C89" } } */
Go to most recent revision | Compare with Previous | Blame | View Log