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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vla-9.c
blob
0b623b39da78deeb1bb4aca0985f5cd3984d5156
1
/* { dg-do compile } */
2
/* { dg-options "-std=c99 -pedantic-errors -W -Wall" } */
3
/* PR c/28280 */
4
5
void
f
(
__SIZE_TYPE__ d
)
6
{
7
typedef
int
t
[
d
];
8
t
*
g
= (
__typeof
(
g
))
d
;
9
}