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
* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
s390
/
stackcheck1.c
blob
ab46a92d7c71af6a7ac2033829ef753660f0fb59
1
/* The automatically chosen stack guard value caused an ICE in that
2
case. */
3
4
/* { dg-do compile } */
5
/* { dg-options "-O2 -mstack-size=4096" } */
6
7
extern
void
bar
(
char
*);
8
9
void
10
foo
()
11
{
12
char
a
[
2500
];
13
bar
(
a
);
14
}
/* { dg-warning "more than half" } */