This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32252] [4.3 regression] ICE with variadic templates and arrays
- 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: 19 Oct 2007 19:27:21 -0000
- Subject: [Bug c++/32252] [4.3 regression] ICE with variadic templates and arrays
- References: <bug-32252-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-19 19:27 -------
(In reply to comment #1)
> This isn't a regression, variadic templates were added on 20070209 and this
> fails with a compiler from 20070210.
Well the ICE itself is a regression.
So the regression marker is used for the follow cases:
rejects-valid -> ICE
accepts-invalid -> ICE
works -> ICE
works -> wrong code
works -> wrong warning
And some other cases
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32252