[Bug fortran/23420] ICE on invalid print statement

2006-07-06 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-07-07 05:17 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23420] ICE on invalid print statement

2006-07-06 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-07-07 05:09 --- Subject: Bug 23420 Author: pault Date: Fri Jul 7 05:08:57 2006 New Revision: 115247 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115247 Log: 2006-07-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/23420] ICE on invalid print statement

2006-07-06 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-07-07 04:47 --- Subject: Bug 23420 Author: pault Date: Fri Jul 7 04:47:24 2006 New Revision: 115246 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115246 Log: 2006-07-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/23420] ICE on invalid print statement

2005-11-01 Thread tobi at gcc dot gnu dot org
--- Comment #9 from tobi at gcc dot gnu dot org 2005-11-01 21:18 --- Ugh, I completely forgot about this one. I'll try to look into this later this week. -- tobi at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/23420] ICE on invalid print statement

2005-09-20 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-20 15:27 --- The segfault from numbers 4 and 5 remains. -- What|Removed |Added AssignedTo|tobi at gc

[Bug fortran/23420] ICE on invalid print statement

2005-09-20 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-20 15:06 --- Subject: Bug 23420 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-20 15:05:33 Modified files: gcc/fortran: ChangeLog io.c gcc/testsuite

[Bug fortran/23420] ICE on invalid print statement

2005-09-15 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-15 12:00 --- PAtch here: http://gcc.gnu.org/ml/fortran/2005-09/msg00314.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23420

[Bug fortran/23420] ICE on invalid print statement

2005-09-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-09 16:01 --- The new segfault's here: (gdb) run pr23420.f90 The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/pcl331/schluter/src/gcc/bui

[Bug fortran/23420] ICE on invalid print statement

2005-09-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-09 15:58 --- This patch fixes the problem in match_io.c, but leaves us with a preexisting deficiency in I/O statement parsing: PRINT I+I END will now segfault in trans-io.c. Index: io.c

[Bug fortran/23420] ICE on invalid print statement

2005-09-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-09 15:32 --- Working on a fix. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tobi a

[Bug fortran/23420] ICE on invalid print statement

2005-09-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-09 15:20 --- Backtrace: (gdb) run pr23420.f90 The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/pcl331/schluter/src/gcc/build/gcc/f951 pr23420.f90 Progra

[Bug fortran/23420] ICE on invalid print statement

2005-08-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-16 12:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E