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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr21032.c
blob
4093d53e3d1f06ba51b045eb618be4c221271e84
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-optimized -frounding-math" } */
3
4
void
bar
(
float
x
);
5
void
foo
(
double
x
)
6
{
7
bar
(-
x
);
8
}
9
10
/* { dg-final { scan-tree-dump-not "-\\(float\\)" "optimized" } } */