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
/
pr83734.C
blob
958c2e962fd8f4416625f2b3cd370ee7806533b2
1
// PR c++/83734
2
// { dg-do compile { target c++11 } }
3
// { dg-options "-g -O2" }
4
5
struct A { constexpr A () { typedef int T; } };
6
A a;