[Bug fortran/31765] gfortran gcc_gobble_whitespace broke previously working source

2007-04-30 Thread RenzulME at utrc dot utc dot com
problem. I just enjoy having good technical/compiler discussions whenever I can! Cheers, and thanks again, Mark -Original Message- From: kargl at gcc dot gnu dot org [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 2:17 PM To: Renzulli, Mark E UTRC Subject: [Bug fortran/3176

[Bug fortran/31765] gfortran gcc_gobble_whitespace broke previously working source

2007-04-30 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-04-30 19:17 --- Mark, Section 3.1 of the Fortran 95 standard defines the "Fortran Character Set". tab is not a member of this set whereas space (or blank) is. One then needs to read Section 3.3.2 that covers fixed-form source code.

[Bug fortran/31765] gfortran gcc_gobble_whitespace broke previously working source

2007-04-30 Thread RenzulME at utrc dot utc dot com
ource. Any obvious links to such info would be appreciated. Thank you very much. -Original Message- From: kargl at gcc dot gnu dot org [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 12:41 PM To: Renzulli, Mark E UTRC Subject: [Bug fortran/31765] gfortran gcc_gobble_whites

[Bug fortran/31765] gfortran gcc_gobble_whitespace broke previously working source

2007-04-30 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-04-30 17:41 --- The code does not conform to any Fortran standard. A compiler can do whatever it wants with the tab. I'd suggest that you fix the code. -- kargl at gcc dot gnu dot org changed: What|Removed