URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr40340-2.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/40340 */ /* { dg-do compile } */ /* { dg-options "-O2 -Wall -Wno-system-headers" } */ #include "pr40340.h" int main (void) { char buf[4]; memset (buf, 0, 6); return 0; } /* { dg-warning "will always overflow destination buffer" "" { target *-*-* } 10 } */ /* { dg-message "file included" "In file included" { target *-*-* } 0 } */
Go to most recent revision | Compare with Previous | Blame | View Log