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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr99122-1.c
blob
d535bdd717360b3301c8796e49c186456eb517f9
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fpermissive -g -w" } */
3
4
void
f
()
5
{
6
int
n
=
5
;
7
struct
{
char
a
[
n
]; }
x
;
8
g
(
x
,
x
);
9
}
10
int
g
(
double
x
,
double
y
)
11
{
12
return
__builtin_isgreater
(
x
,
y
);
13
}