[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-13 Thread jvdelisle at gcc dot gnu dot org


--- Comment #9 from jvdelisle at gcc dot gnu dot org  2008-03-14 03:17 
---
Woks on trunk.  Test case committed to avoid future regression.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-13 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2008-03-14 03:14 
---
Subject: Bug 35475

Author: jvdelisle
Date: Fri Mar 14 03:13:17 2008
New Revision: 133205

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133205
Log:
2008-03-13  Jerry DeLisle  <[EMAIL PROTECTED]>

PR fortran/35475
* gfortran.dg/derived_sub.f90: New test.

Added:
trunk/gcc/testsuite/gfortran.dg/derived_sub.f90
Modified:
trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-11 Thread jvdelisle at gcc dot gnu dot org


--- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-03-12 04:12 
---
I will dejagnuize the test case and commit it.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2008-03-11 10:52:07 |2008-03-12 04:12:02
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-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
   ||org
   Target Milestone|--- |4.2.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-11 Thread fxcoudert at gcc dot gnu dot org


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2008-03-11 10:52:07
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-05 Thread pault at gcc dot gnu dot org


--- Comment #6 from pault at gcc dot gnu dot org  2008-03-05 21:43 ---
Simon and Tobias,

(In reply to comment #4)
> Thanks for the report.  I can reproduce the problem with 4.2.3, however, it
> seems to be fixed in GCC/gfortran 4.3.0rc2 (and 4.4.0) - and as Daniel noted 
> it
> used to worked with 4.1.3.

I was responsible for much of the variability and regressions in this area. 
Unfortunately, in spite of our my endeavours, the testsuite did not keep track
of the regressions that I was generating.  I think that is OK now and that the
regression in 4.2.3 was cause by fixing things that 4.1.3 did not dream about.
4.3.x and 4.4.0 are now much better.

Please accept my apologies for the temporary breakage.

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-05 Thread pinskia at gcc dot gnu dot org


--- Comment #5 from pinskia at gcc dot gnu dot org  2008-03-05 17:59 ---
(In reply to comment #4)
> GCC 4.3.0 is supposted to be released at the end of this week (currently, we
> have release candidate 2). 

It is actually very closer to release than the end of the week, in fact it is
being uploaded to the FTP sites right now :).  The official announcement will
be made after some of the mirrors pick it up.

-- Pinski


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-05 Thread burnus at gcc dot gnu dot org


--- Comment #4 from burnus at gcc dot gnu dot org  2008-03-05 17:55 ---
Thanks for the report.  I can reproduce the problem with 4.2.3, however, it
seems to be fixed in GCC/gfortran 4.3.0rc2 (and 4.4.0) - and as Daniel noted it
used to worked with 4.1.3.

GCC 4.3.0 is supposted to be released at the end of this week (currently, we
have release candidate 2). Any chance that you could upgrade your GCC and try
again? Despite being a regression, I'm not sure it will be fixed soon as we
need to find the fix first.

Binaries and a description how to build GCC from source can be found at
http://gcc.gnu.org/wiki/GFortranBinaries Depending on your Linux distribution,
they might have already experimental GCC 4.3.0 packages somewhere.
Changelog: http://gcc.gnu.org/gcc-4.3/changes.html


-- 

burnus at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to fail|4.2.4   |4.1.3 4.2.2
  Known to work|4.1.2 4.3.0 4.4.0   |4.3.0 4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475



[Bug fortran/35475] [4.2 Regression] gfortran fails to compile valid code with ICE erro in fold-const.c

2008-03-05 Thread dfranke at gcc dot gnu dot org


--- Comment #3 from dfranke at gcc dot gnu dot org  2008-03-05 17:51 ---
Works on 4.1.2 (release), trunk (20080225) and 4.3 branch (20080219), fails for
4.2.4 (20080222).


-- 

dfranke at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||dfranke at gcc dot gnu dot
   ||org
  GCC build triplet|i686-pc-linux-gnu   |
   GCC host triplet|i686-pc-linux-gnu   |
 GCC target triplet|i686-pc-linux-gnu   |
   Keywords||ice-on-valid-code
  Known to fail||4.2.4
  Known to work||4.1.2 4.3.0 4.4.0
Summary|gfortran fails to compile   |[4.2 Regression] gfortran
   |valid code with ICE erro in |fails to compile valid code
   |fold-const.c|with ICE erro in fold-
   ||const.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35475