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 with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nsdmi-union3.C
blob
35f6509df786924127521c4ba87026ce26c12f3b
1
// PR c++/58965
2
// { dg-require-effective-target c++11 }
3
4
void foo()
5
{
6
static union
7
{
8
int i = i;
9
};
10
}