URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wunused-16.C] - Rev 801
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