This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53658] internal compiler error -- segmentation fault


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]