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
Handle T_HRESULT types in CodeView records
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr48344-1.c
blob
22f30702ba392f81f747f5cb91a7cc4f662c0913
1
/* { dg-do compile } */
2
/* { dg-options "-fstack-limit-register=r2" } */
3
void
foo
()
4
{
5
int
N
=
2
;
6
int
slots
[
N
];
7
8
}