URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtin-unreachable-4.c] - Rev 689
Compare with Previous | Blame | View Log
/* Check that this valid code doesn't ICE. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ void g (int a, int b, int c, int d) { if (d) { ((void) (!(a && b && c) ? __builtin_unreachable (), 0 : 0)); } ((void) (!(a && b && c) ? __builtin_unreachable (), 0 : 0)); }