repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
init-list1.C
blob
b8abf6af1a999792ebe92d3017d66c4eb489d561
1
// { dg-do compile }
2
// { dg-options "-std=c++11" }
3
4
struct S {
5
long long l;
6
} s {(long long) &s};