[Bug fortran/24176] gfortran segfaults on empty source

2005-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-03 15:48 --- Confirmed: 487 if (gfc_option.warn_line_truncation 488 && gfc_current_locus.lb->truncated) 489 gfc_warning_now ("Line truncated at %C"); Looks like caused by: 2005-04-

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-03 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-10-03 15:53 --- Will look into it. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Assigned

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-10-04 08:37 --- Patch posted. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-04 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2005-10-04 17:06 --- (In reply to comment #3) > Patch posted. > Ok for mainline and 4.0. Note, please cross post Fortran patches to fortran@ mailinglist. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24176

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-05 09:35 --- Subject: Bug 24176 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 09:35:26 Modified files: gcc/fortran: ChangeLog parse.

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-05 09:38 --- Subject: Bug 24176 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 09:38:29 Modified files: gcc/fortran: ChangeLog parse.c gcc/testsuite : Cha

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-10-05 09:38 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED