[Bug c++/12559] long time to fail out compiling invalid c++
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 9 23:16:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12559
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |compile-time-hog
Last reconfirmed|0000-00-00 00:00:00 |2003-10-09 23:16:02
date| |
Summary|Infinite compilation on |long time to fail out
|invalid C++ code |compiling invalid c++
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-09 23:15 -------
Actually this is not an Infinite loop but the time to find out that the "template instantiation depth
exceeds maximum of " (the high number for 3.x where x is not 0) is just a long time. This is might
be a dup of another bug also. I am not going to mark this as a regression even though the max
"template instantiation depth" was lower for 3.0.4 (50) or 2.95.3 (17) and it reject this code very
fast (except they both ICE at the end).
More information about the Gcc-bugs
mailing list