repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
i386-9.C
blob
782cf875eef4383d61fc28bddd2f67c52d9a9528
1
// PR target/48142
2
// Testcase by Zdenek Sojka <zsojka@seznam.cz>
3
4
// { dg-do run { target i?86-*-* x86_64-*-* } }
5
/* { dg-require-stack-check "" } */
6
// { dg-options "-Os -mpreferred-stack-boundary=5 -fstack-check -fno-omit-frame-pointer" }
7
8
int main()
9
{
10
try { throw 0; }
11
catch (...) {}
12
return 0;
13
}