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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr54824.c
blob
82b822b099347109bb1f944b480eaafc9ad22f8f
1
/* { dg-do compile } */
2
/* { dg-options "-w" } */
3
4
void
__attribute__
((
noreturn
))
bar
(
void
)
5
{
6
}
7
8
void
foo
(
int
i
,
char
*
p
,
char
*
q
)
9
{
10
while
(*
p
++) {
11
if
(
i
)
12
p
++;
13
if
(!*
q
++)
14
bar
();
15
}
16
}