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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr101156.c
blob
5c25bd78a0219ed81c0f46232274b818fb5b0b72
1
/* { dg-do compile } */
2
/* { dg-options "-fchecking" } */
3
4
struct
S
{
int
i
; };
5
void
baz
(
struct
S
*
p
)
6
{
7
__builtin_setjmp
(
p
--);
8
}