URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compare7.c] - Rev 154
Compare with Previous | Blame | View Log
/* -Wall is not supposed to trigger -Wsign-compare for C. PR 10604. See also g++.dg/warn/compare1.C. */ /* { dg-do compile } */ /* { dg-options "-Wall" } */ int f(unsigned a, int b) { return a < b; /* { dg-bogus "signed and unsigned" } */ }