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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr35736.c
blob
f411bb8a92f9d0b6116f2352412de8c570ac658e
1
/* { dg-do compile } */
2
/* { dg-options "-O -Wall" } */
3
4
void
foo
()
5
{
6
while
(
1
)
7
for
(;;({
continue
; }))
8
;
9
}