URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [ifelse-1.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } { dg-options "-W -Wall" } */ extern int bar (); extern int com (); extern int baz (); void foo (a,b) int a, b; { if (a) if (b) bar (); else com (); /* { dg-bogus ".*warning.*" "bogus warning" } */ else baz (); }
Go to most recent revision | Compare with Previous | Blame | View Log