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++/32252] [4.3 regression] ICE with variadic templates and arrays



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-10-19 23:48 -------
(In reply to comment #3)
> Another, smaller, issue is that in case of ICEs on invalid should be
> more clear from the PR whether it
> happens only in development builds, or not: the latter are definitely less
> serious, IMO, at least now that we have "confused by earlier errors..."

We do, that is the error-recovery keyword comes into play.  Hmm, this bug is
also an error recovery issue anyways (with the default settings) so marking it
as such.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32252


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