http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot
                   |                            |de

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 
2012-06-13 17:07:13 UTC ---
Reduced:

 % cat test.ii
struct A;
template <typename> using Foo = const A;
template <typename Item> Foo <Item>;

 % c++ -std=c++11 test.ii
test.ii:3:35: internal compiler error: Segmentation fault
 template <typename Item> Foo <Item>;
                                   ^
Please submit a full bug report,
with preprocessed source if appropriate.

Reply via email to