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