[Bug middle-end/40980] air.f90 ICEs compiler with -fgraphite-identity

2009-08-12 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2009-08-12 14:41 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/40980] air.f90 ICEs compiler with -fgraphite-identity

2009-08-12 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-08-12 14:33 --- Subject: Bug 40980 Author: spop Date: Wed Aug 12 14:32:31 2009 New Revision: 150694 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150694 Log: Prepare expressions to be good phi arguments. 2009-08-11 Sebastia

[Bug middle-end/40980] air.f90 ICEs compiler with -fgraphite-identity

2009-08-11 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2009-08-12 03:29 --- Subject: Bug 40980 Author: spop Date: Wed Aug 12 03:29:35 2009 New Revision: 150674 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150674 Log: Prepare expressions to be good phi arguments. 2009-08-11 Sebastia

[Bug middle-end/40980] air.f90 ICEs compiler with -fgraphite-identity

2009-08-05 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2009-08-06 01:28 --- Interestingly... gfortran -O2 -fgraphite-identity -floop-interchange air.f90 -o air compiles the air benchmark without errors but the resulting code produces... AIRFLOW IN A BOX Vers

[Bug middle-end/40980] air.f90 ICEs compiler with -fgraphite-identity

2009-08-05 Thread spop at gcc dot gnu dot org
--- Comment #1 from spop at gcc dot gnu dot org 2009-08-06 00:26 --- This makes me think that Tobias' regtester does not test the polyhedron benchmarks in the extra tests, or it does not report anymore the failures. I will investigate this issue. -- spop at gcc dot gnu dot org chang