This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34069] [4.3 regression] ICE with invalid specialization of variadic template
- 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: 2 Dec 2007 20:59:07 -0000
- Subject: [Bug c++/34069] [4.3 regression] ICE with invalid specialization of variadic template
- References: <bug-34069-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-12-02 20:59 -------
Mark, this is really only an error recovery regression. Can you relook at the
current priority?
Thanks,
Andrew Pinski
t1.cc:2: error: ISO C++ does not include variadic templates
t1.cc:4: error: ISO C++ does not include variadic templates
t1.cc:4: error: ISO C++ does not include variadic templates
t1.cc:6: internal compiler error: in unify, at cp/pt.c:13202
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34069