[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-29 Thread dgregor at gcc dot gnu dot org
--- Comment #17 from dgregor at gcc dot gnu dot org 2008-01-29 14:24 --- Fixed on mainline -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-29 Thread dgregor at gcc dot gnu dot org
--- Comment #16 from dgregor at gcc dot gnu dot org 2008-01-29 14:01 --- Subject: Bug 34103 Author: dgregor Date: Tue Jan 29 13:59:59 2008 New Revision: 131938 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131938 Log: 2008-01-29 Douglas Gregor [EMAIL PROTECTED] PR

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-28 Thread dominiq at lps dot ens dot fr
--- Comment #14 from dominiq at lps dot ens dot fr 2008-01-28 09:20 --- At rev. 131891, the test gives the same ICE on ppc/Intel Darwin9, 32 and 64 modes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34103

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-28 Thread dgregor at gcc dot gnu dot org
--- Comment #15 from dgregor at gcc dot gnu dot org 2008-01-28 21:35 --- Thanks everyone; I can reproduce this on i686-pc-linux-gnu. Patch in the works. -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-19 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2008-01-19 18:33 --- I also see the ICE reported in comment #12 on hppa-unknown-linux-gnu. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-19 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #13 from dave at hiauly1 dot hia dot nrc dot ca 2008-01-19 18:36 --- Subject: Re: [4.3 regression] ICE with invalid variadic template functions I also see the ICE reported in comment #12 on hppa-unknown-linux-gnu. Sorry, comment #7. Dave --

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-16 Thread ubizjak at gmail dot com
--- Comment #7 from ubizjak at gmail dot com 2008-01-16 11:58 --- (In reply to comment #6) Fixed in mainline Not yet: FAIL: g++.dg/cpp0x/vt-34103.C (internal compiler error) FAIL: g++.dg/cpp0x/vt-34103.C (test for excess errors)

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-16 Thread dgregor at gcc dot gnu dot org
--- Comment #8 from dgregor at gcc dot gnu dot org 2008-01-16 12:58 --- I'm unable to reproduce this failure now. What platform are you on and what configure flags did you use? -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-16 Thread ubizjak at gmail dot com
--- Comment #10 from ubizjak at gmail dot com 2008-01-16 13:40 --- (In reply to comment #8) I'm unable to reproduce this failure now. What platform are you on and what configure flags did you use? Target: i686-pc-linux-gnu Configured with: ../gcc-svn/trunk/configure

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-16 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-01-16 13:17 --- I also see those two ICEs on x86_64-unknown-linux-gnu. P2 as this shows in testresults on a primary platform. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-16 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-01-16 15:07 --- I see the failure on i386-apple-darwin8.11.1 also. (In reply to comment #8) I'm unable to reproduce this failure now. What platform are you on and what configure flags did you use? Make sure you did not turn

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-15 Thread dgregor at gcc dot gnu dot org
--- Comment #4 from dgregor at gcc dot gnu dot org 2008-01-15 16:59 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg00650.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34103

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2008-01-15 Thread dgregor at gcc dot gnu dot org
--- Comment #5 from dgregor at gcc dot gnu dot org 2008-01-15 18:08 --- Subject: Bug 34103 Author: dgregor Date: Tue Jan 15 18:08:00 2008 New Revision: 131547 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131547 Log: 2008-01-15 Douglas Gregor [EMAIL PROTECTED] PR

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

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

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

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++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 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=34103

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-27 22:08 --- Mark, Why was this marked as a P2 as this is only an error recovery regression? Thanks, Andrew Pinski -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-11-27 22:15 --- My mistake. I moved too quickly, and thought this was ICE-on-invalid without a previous valid error. P4. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

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

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-15 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=34103