[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-22 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-22 17:02 --- Subject: Bug 24426 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-22 17:02:42 Modified files: gcc/fortran: ChangeLog decl.c gcc/testsuite :

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-22 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-22 17:09 --- Subject: Bug 24426 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-22 17:09:04 Modified files: gcc/fortran: ChangeLog decl.c

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-22 21:22 --- Fixed in 4.0.3 and above. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-21 Thread erik dot edelmann at iki dot fi
--- Comment #2 from erik dot edelmann at iki dot fi 2005-10-21 12:03 --- (In reply to comment #0) It reminds me a bit of bug 16606 but is different as the compiler crashes. It's indeed basically the same problem as in PR 16606; we assign a default initializer to variables of derived

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-21 Thread erik dot edelmann at iki dot fi
--- Comment #3 from erik dot edelmann at iki dot fi 2005-10-21 14:57 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-10/msg00481.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24426

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24426

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-18 13:46 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added