This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17233] Segfault on illegitimate code
- From: "gkajmowi at tbaytel dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Aug 2004 23:38:55 -0000
- Subject: [Bug c++/17233] Segfault on illegitimate code
- References: <20040829232316.17233.gkajmowi@tbaytel.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gkajmowi at tbaytel dot net 2004-08-29 23:38 -------
Found problem - code contained a template definition without a closing angle
bracket. Adding angle bracket causes worning about duplicate definition of
default parameters for template (good).
Thus code was invalid, but should not have caused a segfault. I've decreased
priority to deal with this issue accordingly.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Priority|P2 |P1
Summary|Segfault on legitimate code |Segfault on illegitimate
| |code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17233