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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
stmtexpr2.C
blob
cbe6aabfe022cec8df9435a02a421dfaa2f289cf
1
// { dg-do assemble }
2
// { dg-options "-O2" }
3
// Origin: Jakub Jelinek <jakub@redhat.com>
4
5
void bar(int);
6
void foo(int x)
7
{
8
bar(({ int y; y = x; }));
9
}