URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [builtin-unreachable-4.c] - Rev 298
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)); }