URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [Werror-11.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Wattributes -Werror" } */ /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */ /* Make sure #pragma can override -Werror. */ #pragma GCC diagnostic warning "-Waddress" void __attribute__((dj)) bar() { } /* { dg-error ".* attribute directive ignored" } */ int i; void foo () { if (&i) /* { dg-warning ".* will always evaluate as 'true'" } */ grill (); }