[Bug fortran/32987] GFortran FORMAT statement error

2007-08-04 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-08-04 16:26 --- Here's a patch that permits gfortran to accept your INVALID code. Your code should be fixed, and I will activity oppose application of this patch by others. Index: format.c ===

[Bug fortran/32987] GFortran FORMAT statement error

2007-08-04 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2007-08-04 15:56 --- Fix your code. A tab is not a legal substitution for a space character. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32987] GFortran FORMAT statement error

2007-08-04 Thread satyaakam at yahoo dot co dot in
--- Comment #1 from satyaakam at yahoo dot co dot in 2007-08-04 13:56 --- Created an attachment (id=14021) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14021&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32987