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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr40340-4.c
blob
d3f020cada8e228784a17fce73faf88f4173a090
1
/* PR middle-end/40340 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -Wall -Wno-system-headers -g" } */
4
5
#define TEST3
6
#include
"pr40340.h"
7
8
int
9
main
(
void
)
10
{
11
char
buf
[
4
];
12
test3
(
buf
);
13
return
0
;
14
}
15
16
/* { dg-bogus "will always overflow destination buffer" "" { target *-*-* } 10 } */