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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr40340-5.c] - Rev 298
Compare with Previous | Blame | View Log
/* PR middle-end/40340 */ /* { dg-do compile } */ /* { dg-options "-O2 -Wall -Wsystem-headers -g" } */ #define TEST3 #include "pr40340.h" int main (void) { char buf[4]; test3 (buf); return 0; } /* { dg-warning "will always overflow destination buffer" "" { target *-*-* } 10 } */ /* { dg-message "file included" "In file included" { target *-*-* } 0 } */