[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-08-06 09:49 --- OK, I downloaded GlobSol and have a reduced testcase: $ cat pr32926.f90 subroutine foo (fcn) external fcn contains subroutine bar call fcn end subroutine bar end subroutine foo $ gfortran pr32926.f90 pr

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-08-06 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-07-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.3.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32926

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-07-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:37 --- I will mention that pr31213 has multiple problems. We have a partial fix that appears to take care of one of these. So if you get a reduced case here, we can try it. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-07-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-07-28 12:33 --- Hi Ralph, Thanks for the bug report. Can you please email the sources to me privately ([EMAIL PROTECTED]). I will work out whether this is a duplicate of PR31213, or a different bug (and will make a short testcas

[Bug fortran/32926] Internal compiler error in the middle of a sizeable package build

2007-07-28 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-28 11:57 --- Possibly a duplicate of PR 31213. -- burnus at gcc dot gnu dot org changed: What|Removed |Added