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/] [Wunused-value-3.c] - Rev 328
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/39889 */ /* { dg-do compile } */ /* { dg-options "-Wunused-value" } */ int x; int foo (void) { return (1 ? x = 0 : (void) 0), 0; /* { dg-bogus "value computed is not used" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log