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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fold-nonneg-1.c
blob
03dae358b54e3cc91cfffe38b629c5e63609c618
1
/* PR middle-end/27488 */
2
/* { dg-do compile } */
3
4
extern
double
fabs
(
double
x
);
5
extern
double
sinh
(
double
x
);
6
7
void
foo
()
8
{
9
fabs
(
sinh
(
0
..));
/* { dg-error "decimal points" } */
10
}