[Bug c++/53658] internal compiler error -- segmentation fault
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Thu Jun 14 07:05:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658
--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-06-14 07:04:54 UTC ---
(In reply to comment #1)
> Reduced:
>
> % cat test.ii
> struct A;
> template <typename> using Foo = const A;
> template <typename Item> Foo <Item>;
^^
If one adds "bar()" to the last line above, then clang++ and Intel's icpc
compile it without problems, while gcc still crashes.
More information about the Gcc-bugs
mailing list