[Bug c++/17233] Segfault on illegitimate code

gkajmowi at tbaytel dot net gcc-bugzilla@gcc.gnu.org
Sun Aug 29 23:38:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list