[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-20 Thread spop at gcc dot gnu dot org
--- Comment #12 from spop at gcc dot gnu dot org 2008-05-20 16:07 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-20 Thread spop at gcc dot gnu dot org
--- Comment #11 from spop at gcc dot gnu dot org 2008-05-20 16:06 --- Subject: Bug 36206 Author: spop Date: Tue May 20 16:05:09 2008 New Revision: 135663 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135663 Log: 2008-05-20 Jan Sjodin <[EMAIL PROTECTED]> Sebastian

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-20 Thread jv244 at cam dot ac dot uk
--- Comment #10 from jv244 at cam dot ac dot uk 2008-05-20 08:09 --- I've tested the patches posted here for PR36198, and they appear to fix the problem. Did they pass on the gccfarm? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36206

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-16 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36206

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-15 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2008-05-15 22:00 --- Subject: Re: [4.4 Regression] ice for legal code with -O3 Two patches for this PR: one for not allowing polynomials with degree > 1 in the affine dependence test, the other to not fail on chrecs with converts in the d

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

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

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-05-11 19:52 --- Sebastian - this has a way simpler testcase than PR36198. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread dcb314 at hotmail dot com
--- Comment #5 from dcb314 at hotmail dot com 2008-05-11 19:12 --- (In reply to comment #3) > But - where's the testcase for this? Sorry - now attached. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36206

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread dcb314 at hotmail dot com
--- Comment #4 from dcb314 at hotmail dot com 2008-05-11 19:11 --- Created an attachment (id=15629) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15629&action=view) Fortran source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36206

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-11 17:54 --- Which is good, as in the end these are the same bugs. But - where's the testcase for this? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2008-05-11 10:35 --- >Most likely the same issue as PR 36198. Maybe, but that one only happens with -fprofile-use, and this one is -O3. The code compiled fine last week with 20080502, so the bug looks to be introduced sometime between 2008

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-11 07:54 --- Most likely the same issue as PR 36198. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36206

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |