URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [gnu11-version-1.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test __STDC_VERSION__ for C11 with GNU extensions. Test -std=gnu11. */ /* { dg-do compile } */ /* { dg-options "-std=gnu11 -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