repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr40340-2.c
blob
1dc21d1bb62e2f39218252f6615deae0cddd5834
1
/* PR middle-end/40340 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -Wall -Wno-system-headers" } */
4
5
#include
"pr40340.h"
6
7
int
8
main
(
void
)
9
{
10
char
buf
[
4
];
11
memset
(
buf
,
0
,
6
);
12
return
0
;
13
}
14
15
/* { dg-warning "writing" "" { target *-*-* } 10 } */
16
/* { dg-message "file included" "In file included" { target *-*-* } 0 } */