Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
fold-nonneg-1.c
blob: 03dae358b54e3cc91cfffe38b629c5e63609c618 [
file
] [
log
] [
blame
]
/* PR middle-end/27488 */
/* { dg-do compile } */
extern
double
fabs
(
double
x
);
extern
double
sinh
(
double
x
);
void
foo
()
{
fabs
(
sinh
(
0.
.));
/* { dg-error "decimal points" } */
}