Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr46171.c
blob: f43cab025bd8e8d6a31496b108cf77c9910cff06 [
file
] [
log
] [
blame
]
/* PR debug/46171 */
/* { dg-do compile } */
/* { dg-options "-O -fno-tree-dce -g" } */
double
bard
();
float
barf
(
float
);
void
foo
(
float
f
)
{
f
=
barf
(
f
);
double
d
=
bard
();
}