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
2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
brace5.C
blob
696bbd676d09abfc3611bea3d7e5cfc3cf583410
1
// PR c++/27491
2
// { dg-do compile }
3
// { dg-options "" }
4
5
int i = (int) { 0 };
6
int j = (int) { i };
7
int k = (int) { k };