URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wunused-16.C] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// { dg-options "-Wunused-value" }
extern void f1();
void
f(bool b)
{
b ? f1(), 0 : 0; // { dg-bogus "has no effect" }
}
Go to most recent revision | Compare with Previous | Blame | View Log