Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr97243.c
blob: 4d10a22de77f877af327bb59a9005f26ff40f28d [
file
] [
log
] [
blame
]
/* { dg-options "-fipa-modref -fipa-icf" } */
float
fma_test1
(
float
a
,
float
b
,
float
c
)
{
float
x
=
a
*
b
+
c
;
return
x
;
}
float
fma_test2
(
float
a
,
float
b
,
float
c
)
{
float
x
=
a
*
b
+
c
;
return
x
;
}