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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
predict-8.c
blob
e13cc006f3af52a05eef908e1d17b0e8646ef40a
1
/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
2
/* { dg-options "-O2 -fdump-rtl-expand" } */
3
4
int
foo
(
float
a
,
float
b
) {
5
if
(
a
==
b
)
6
return
1
;
7
else
8
return
2
;
9
}
10
11
/* { dg-final { scan-rtl-dump-times "REG_BR_PROB 400 " 1 "expand"} } */