This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12559] long time to fail out compiling invalid c++
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2003 23:16:04 -0000
- Subject: [Bug c++/12559] long time to fail out compiling invalid c++
- References: <20031009221524.12559.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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).