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
/
pr82863.c
blob
b4028169a961153c8f0c43365dc0b1288d1b8ff8
1
/* PR c/82167 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
typedef
long long
a
;
6
a b
;
7
float
8
c
()
9
{
10
float
d
=
b
>
0
;
11
return
d
;
12
}