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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
isolate-7.c
blob
e63d5a032c1d88c1a29abc0f47053bbdded9b3c2
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-isolate-paths" } */
3
4
extern
int
oof
();
5
extern
int
x
;
6
_Bool
7
gcd_of_steps_may_divide_p
()
8
{
9
long
cd
=
0
,
val
;
10
if
(
x
)
11
cd
=
oof
();
12
return
val
%
cd
==
0
;
13
}
14
/* { dg-final { scan-tree-dump-times "__builtin_trap" 1 "isolate-paths"} } */
15