repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
debug
/
20020104-2.c
blob
854d1744817e3fc2fe5300c4a0a7ed980f6f19e3
1
/* This testcase used to fail because outlining_inline_function was called
2
too early, before rtl was generated. */
3
/* { dg-do compile } */
4
5
int
foo
(
const int
*
x
)
6
{
7
char
a
[*
x
];
8
return
0
;
9
}