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
/
cpp0x
/
nsdmi-dr1397.C
blob
061af8b8c295299b9a85a7a5a74c6e3898bb7aa9
1
// DR 1397
2
// { dg-require-effective-target c++11 }
3
4
struct A
5
{
6
int i = sizeof(A{}); // { dg-error "" }
7
};