[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-01 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2005-12-01 12:46 --- Patch posted. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-02 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2005-12-02 12:38 --- Subject: Bug 24103 Author: reichelt Date: Fri Dec 2 12:38:30 2005 New Revision: 107888 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107888 Log: PR c++/24103 Backport: 2002-08-22

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-02 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2005-12-02 12:42 --- Fixed on the 3.4 branch. Will add the testcase to mainline, 4.0 branch, and 4.1 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-02 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2005-12-02 12:48 --- Subject: Bug 24103 Author: reichelt Date: Fri Dec 2 12:48:06 2005 New Revision: 107889 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107889 Log: PR c++/24103 * g++.dg/other/default1.C: Ne

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-02 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2005-12-02 14:33 --- Subject: Bug 24103 Author: reichelt Date: Fri Dec 2 14:33:23 2005 New Revision: 107892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107892 Log: PR c++/24103 * g++.dg/other/default1.C: Ne

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-12-02 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2005-12-02 14:34 --- Subject: Bug 24103 Author: reichelt Date: Fri Dec 2 14:34:34 2005 New Revision: 107893 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107893 Log: PR c++/24103 * g++.dg/other/default1.C: Ne

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-09-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||3.4.0 3.0.4 3.3.3 Known to work||2.95.3 4.0.0 4.1.0 Summary|[3.4 R

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-09-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 14:10 --- Confirmed, because this is a forwarded bug. -- What|Removed |Added Status|UNCONF

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-10-03 Thread janis187 at us dot ibm dot com
--- Comment #2 from janis187 at us dot ibm dot com 2005-10-03 16:20 --- A regression hunt for the patch that fixed this on mainline identified the merge of the tree-ssa branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24103

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-10-03 Thread gdr at integrable-solutions dot net
--- Comment #3 from gdr at integrable-solutions dot net 2005-10-03 18:16 --- Subject: Re: [3.4 Regression] ICE in simple_cst_equal "janis187 at us dot ibm dot com" <[EMAIL PROTECTED]> writes: | A regression hunt for the patch that fixed this on mainline identified the | merge of the

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24103

Re: [Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-10-03 Thread Gabriel Dos Reis
"janis187 at us dot ibm dot com" <[EMAIL PROTECTED]> writes: | A regression hunt for the patch that fixed this on mainline identified the | merge of the tree-ssa branch. Thanks. That would indicate that if we're unable to find a minimal patch, then we would just have to close it as WONTFIX. --