[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-02-14 Thread andreasmeier80 at gmx dot de
--- Comment #9 from andreasmeier80 at gmx dot de 2008-02-15 01:20 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00520.html -- andreasmeier80 at gmx dot de changed: What|Removed |Added

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-02-14 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2008-02-15 02:59 --- This patch is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-02-14 Thread dgregor at gcc dot gnu dot org
--- Comment #11 from dgregor at gcc dot gnu dot org 2008-02-15 03:10 --- Subject: Bug 34050 Author: dgregor Date: Fri Feb 15 03:09:18 2008 New Revision: 132331 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=132331 Log: 2008-02-14 Douglas Gregor [EMAIL PROTECTED] PR

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-02-14 Thread dgregor at gcc dot gnu dot org
--- Comment #12 from dgregor at gcc dot gnu dot org 2008-02-15 03:10 --- Thanks, Mark! Fixed on mainline. -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-01-30 16:58 --- The ice-on-valid is not a regression though (it only happens with -std=c++0x which is new). P4 again. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-01-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2008-01-21 02:03 --- I agree that this should be a P2. I had misunderstood Andrew's earlier comment to mean that we always got a valid error message before the ICE. -- mmitchel at gcc dot gnu dot org changed: What

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-01-15 Thread dgregor at gcc dot gnu dot org
--- Comment #5 from dgregor at gcc dot gnu dot org 2008-01-15 16:40 --- This is an ice-on-valid, so it should probably be a P2. -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2008-01-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-01-15 19:19 --- (In reply to comment #5) This is an ice-on-valid, so it should probably be a P2. Well it is both depending on -std= settings. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

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

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2007-12-02 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and 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=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2007-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-19 05:53 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34050] [4.3 regression] ICE derived classes and 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=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and 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:23 --- How can this be a regression? Support variadic templates did not exist in previous releases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-11-10 19:30 --- How can this be a regression? Support variadic templates did not exist in previous releases. The C++ frontend shouldn't crash with any input, even with line-noise. It didn't crash with this input in previous