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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr69015.c
blob
9e75db9d0e75f3ecfb03b3cc0abf7d52d265c1d4
1
/* PR target/69015 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fno-if-conversion" } */
4
5
void
6
foo
(
int
c
)
7
{
8
if
(
c
)
9
__builtin_trap
();
10
}