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