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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr23470-1.c
blob
2c35036d147a5e2c0c2f6e9bca891b3d843cdcee
1
/* PR middle-end/23470 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -ffast-math -fdump-tree-original" } */
4
5
void
link_error
(
void
);
6
7
int
f
(
double
a
,
double
b
)
8
{
9
if
(((
a
*
a
) + (
b
*
b
))<
0
)
10
link_error
();
11
}
12
13
/* { dg-final { scan-tree-dump-times "if \\(0\\)" 1 "original" } } */