[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27897

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-05 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-06-06 04:23 --- Subject: Bug 27897 Author: pault Date: Tue Jun 6 04:23:16 2006 New Revision: 114423 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114423 Log: 2006-06-06 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-05 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-06-06 04:23 --- Fixed on trunk and 4.1. Thanks Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-05 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-06-06 04:15 --- Subject: Bug 27897 Author: pault Date: Tue Jun 6 04:15:17 2006 New Revision: 114422 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114422 Log: 2006-06-06 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-05 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-06-05 21:18 --- Iguchi-san, The error is at line 2296 of match.c; a sym->name is used, where sym is not yet defined. It should just be the parsed name, "name". I wil submit a patch in the next day or so (I am trying to get a backlo

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-05 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-06-05 20:50 --- Iguchi-san, > ice.f90:0: internal compiler error: Bus error > Please submit a full bug report, > with preprocessed source if appropriate. > See http://gcc.gnu.org/bugs.html> for instructions. > I get [EMAIL PROTECTE