[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-10-14 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-10-14 18:15 --- Subject: Bug 30303 Author: pinskia Date: Sun Oct 14 18:15:35 2007 New Revision: 129298 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129298 Log: 2007-10-14 Andrew Pinski [EMAIL PROTECTED] PR

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2007-10-13 19:44 --- Testing this patch again to make sure it still works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-09-25 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2007-09-25 23:54 --- *** Bug 33556 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-09-23 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2007-09-23 23:02 --- Any news? ;) -- pcarlini at suse dot de changed: What|Removed |Added CC|

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-08-20 06:18 --- testing the patch right now -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-07-19 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.1 |4.2.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-05-14 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-05-14 22:27 --- Will not be fixed in 4.2.0; retargeting at 4.2.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-03-25 Thread dayas2003 at yahoo dot com
--- Comment #5 from dayas2003 at yahoo dot com 2007-03-25 15:07 --- I am unsing the following version: arm-2006q1-6-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar I get the same error as said above. I am not sure whether to modify the Code [ there are many files; so painful solution :-(

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

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

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-01-02 02:10 --- I am testing a slightly different patch which is closer to what the rest of the function does, in that return NULL_TREE instead of error_mark_node. This fixes the problem still and also removes the error throws

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2006-12-26 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2006-12-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-26 22:22 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2006-12-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-27 03:35 --- Mine for the new year: Index: decl.c === --- decl.c (revision 120211) +++ decl.c (working copy) @@ -6216,7 +6219,10 @@ XXX

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2006-12-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-12-27 03:36 --- *** Bug 30304 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303