[Bug c++/16564] g++ seems to go into an infinite loop after errors
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 18 16:05:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-18 16:04 -------
I don't quite agree.
The error about the hosed typedef is issued almost at once by the compiler.
But since the compiler doesn't give up after the first error, it tries
to instantiate the template without the broken typedef. That's what takes
ages and what can be demonstrated with my reduced example.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564
More information about the Gcc-bugs
mailing list