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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
iftrap-2.c
blob
bb7bb5726b1b70d1bd235cc7343fb9dde0e860fe
1
void
foo
(
int
p
,
int
q
)
2
{
3
if
(
p
)
4
{
5
if
(
q
)
6
__builtin_trap
();
7
}
8
else
9
bar
();
10
}