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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
typedef-var-1.c
blob
2cda92d3d04adfddb8cd9282e996631ae79a1294
1
/* PR c/91815 */
2
/* { dg-do compile } */
3
4
int
f
(
void
)
5
{
6
extern
int
t
;
7
extern
float
v
;
8
9
return
(
v
>
0.0
f
);
10
}
11
12
typedef
float
t
;
13
14
t v
=
4.5
f
;