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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr55672.c
blob
f7b0d717e011e94d77f8f6c7a4065d5c0ccf5768
1
/* { dg-do compile } */
2
/* { dg-require-stack-check "generic" } */
3
/* { dg-options "-O -fstack-check=generic" } */
4
5
int
main
()
6
{
7
int
x
[
8
];
8
if
(
x
[
0
] !=
4
)
9
__builtin_abort
();
10
return
0
;
11
}