[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2013-05-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #11

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2009-04-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.5 |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-11-19 Thread dodji at gcc dot gnu dot org
--- Comment #10 from dodji at gcc dot gnu dot org 2008-11-19 22:49 --- Fixed in trunk and gcc-4_3-branch. -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-11-19 Thread dodji at gcc dot gnu dot org
--- Comment #9 from dodji at gcc dot gnu dot org 2008-11-19 22:37 --- Subject: Bug 35405 Author: dodji Date: Wed Nov 19 22:36:31 2008 New Revision: 142023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142023 Log: gcc/cp/ChangeLog: 2008-11-18 Dodji Seketeli <[EMAIL PROTECTED]>

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-11-19 Thread dodji at gcc dot gnu dot org
--- Comment #8 from dodji at gcc dot gnu dot org 2008-11-19 22:28 --- Subject: Bug 35405 Author: dodji Date: Wed Nov 19 22:26:56 2008 New Revision: 142022 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142022 Log: gcc/cp/ChangeLog: 2008-11-19 Dodji Seketeli <[EMAIL PROTECTED]>

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-11-18 Thread dodji at gcc dot gnu dot org
--- Comment #7 from dodji at gcc dot gnu dot org 2008-11-18 12:57 --- Okay, patch updated and sent to http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00873.html. Fingers crossed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-11-18 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-08-13 Thread dodji at gcc dot gnu dot org
--- Comment #6 from dodji at gcc dot gnu dot org 2008-08-13 15:42 --- Created an attachment (id=16066) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16066&action=view) first fix candidate This patch is an obvious fix to the ICE. Now the compiler reports the following (not nice) e

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-08-13 Thread dodji at gcc dot gnu dot org
--- Comment #5 from dodji at gcc dot gnu dot org 2008-08-13 12:57 --- A simpler reproducer is: 1 template 2 struct a 3 { 4 template class C, typename X, C* =0> 5 struct b 6 { 7 }; 8 }; 9 10 void 11 foo ()

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-05-19 20:25 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-03-03 Thread mrs at apple dot com
--- Comment #3 from mrs at apple dot com 2008-03-04 01:19 --- My bug is related to this, but mine is an ice on valid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-03-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-04 00:58 --- *** Bug 35450 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-02-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-29 12:48 --- t.C(13): error #501: argument of type "int" is incompatible with template parameter of type "C *" template class C, typename X, C* = 0> ^ 2.95.