[Bug c++/53658] internal compiler error -- segmentation fault
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Wed Jun 13 17:07:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list