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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr84146.c
blob
e0da81833a04892a908d8f5edacff443cd46d25f
1
/* PR target/84146 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -g -fcf-protection=full -fcompare-debug" } */
4
5
int
__setjmp
(
void
**);
6
void
*
buf
[
64
];
7
8
void
9
foo
(
void
)
10
{
11
__setjmp
(
buf
);
12
for
(;;)
13
;
14
}