URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [c90-static-assert-1.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for static assertions not in C90. */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ _Static_assert (1, ""); /* { dg-error "ISO C90 does not support '_Static_assert'" } */
Go to most recent revision | Compare with Previous | Blame | View Log