This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]