rt_gccstream/gcc/testsuite/gcc.dg/pr21032.c

12 lines
265 B
C

/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized -frounding-math" } */
void bar(float x);
void foo(double x)
{
bar(-x);
}
/* { dg-final { scan-tree-dump-not "-\\(float\\)" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */