URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [c94-version-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test __STDC_VERSION__ for C94. */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:199409 -pedantic-errors" } */ #if __STDC_VERSION__ == 199409L int i; #else #error "Bad __STDC_VERSION__." #endif
Go to most recent revision | Compare with Previous | Blame | View Log