[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-10 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2007-11-10 17:27 --- Why is this a regression? Previous GCC releases did not even support variadic templates. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-19 05:54 --- Confirmed. the regression is an ICE for error recovery. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-26 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-02 20:57 --- Mark, this is really only an error recovery regression. Can you relook at the current priority? Thanks, Andrew Pinski t1.cc:7: error: ISO C++ does not include variadic templates t1.cc: In instantiation of 'B': t1

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-12-02 21:15 --- (In reply to comment #4) > What happens in C++0x mode? The error about variadic templates not being part > of ISO C++ would presumably not occur in that mode. Correct but C++0x mode was not in 4.2 so only the norma

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-12-02 21:25 --- I disagree. If we bring out a new feature in the compiler, then that new feature should be robust. We do not want to tell users that one of the great new things about GCC 4.3 is C++ 200x support, only to have t

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-12-02 21:12 --- What happens in C++0x mode? The error about variadic templates not being part of ISO C++ would presumably not occur in that mode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2008-01-12 Thread andreasmeier80 at gmx dot de
--- Comment #7 from andreasmeier80 at gmx dot de 2008-01-12 19:09 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00149.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2008-01-15 Thread dgregor at gcc dot gnu dot org
--- Comment #8 from dgregor at gcc dot gnu dot org 2008-01-15 18:08 --- Fixed in mainline -- dgregor at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2008-01-15 Thread dgregor at gcc dot gnu dot org
--- Comment #9 from dgregor at gcc dot gnu dot org 2008-01-15 18:08 --- Subject: Bug 34051 Author: dgregor Date: Tue Jan 15 18:08:00 2008 New Revision: 131547 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131547 Log: 2008-01-15 Douglas Gregor <[EMAIL PROTECTED]> PR c