[Bug tree-optimization/23838] [4.1/4.2 Regression] infinite loop in dse

2005-12-15 Thread law at redhat dot com
--- Comment #6 from law at redhat dot com 2005-12-16 07:06 --- Fixed by included patch. -- law at redhat dot com changed: What|Removed |Added Status|NEW

[Bug tree-optimization/23838] [4.1/4.2 Regression] infinite loop in dse

2005-12-15 Thread law at redhat dot com
--- Comment #5 from law at redhat dot com 2005-12-16 07:04 --- Subject: Re: [4.1/4.2 Regression] infinite loop in dse On Tue, 2005-12-13 at 00:23 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-13 00:23 > --

[Bug tree-optimization/23838] [4.1/4.2 Regression] infinite loop in dse

2005-12-14 Thread law at redhat dot com
--- Comment #3 from law at redhat dot com 2005-12-15 02:53 --- Subject: Re: [4.1/4.2 Regression] infinite loop in dse On Tue, 2005-12-13 at 00:23 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-13 00:23 > --

[Bug tree-optimization/23838] [4.1/4.2 Regression] infinite loop in dse

2005-12-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23838

[Bug tree-optimization/23838] [4.1/4.2 Regression] infinite loop in dse

2005-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-13 00:23 --- I am going to say this is 4.1 regression as it worked in 4.0.0 when removing the -fno-tree-copy-prop option but fails on the mainline and 4.1 branche with it. Somehow or another someone could come up with a testcase