URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [c1x-static-assert-5.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test C1X static assertions. Non-constant-expression without -pedantic. */ /* { dg-do compile } */ /* { dg-options "-std=c1x" } */ _Static_assert ((int)(1.0 + 1.0), "non-constant-expression");
Go to most recent revision | Compare with Previous | Blame | View Log