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
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20101010-1.c
blob
8d74bbf5a1d987676b5509434f2b7e3244f127a6
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fno-crossjumping" } */
3
4
int
foo
(
void
)
5
{
6
int
len
;
7
if
(
bar1
(&
len
))
8
{
9
char
devpath
[
len
];
10
if
(
bar2
(
devpath
) ==
len
)
11
return
len
;
12
}
13
return
-
1
;
14
}