--- Comment #13 from sgk at troutmask dot apl dot washington dot edu
2007-08-30 22:24 ---
Subject: Re: TAB in FORMAT: accept extension, warn with -std=f*
On Thu, Aug 30, 2007 at 09:52:56PM -, fago at caltech dot edu wrote:
>
> --- Comment #12 from fago at caltech dot edu 200
--- Comment #12 from fago at caltech dot edu 2007-08-30 21:52 ---
A stupid question: why cannot gfortran detect this invalid code at compile
time? I was quite surprised by a runtime error.
BTW, I was compiling some legacy code with 4.2.1 and just hit this ...
--
http://gcc.gnu.org/
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32987
--- Comment #11 from sgk at troutmask dot apl dot washington dot edu
2007-08-10 03:50 ---
Subject: Re: TAB in FORMAT: accept extension, warn with -std=f*
On Fri, Aug 10, 2007 at 03:27:33AM -, satyaakam at yahoo dot co dot in
wrote:
>
> Any plans to backport.
>
No.
Please
--- Comment #10 from satyaakam at yahoo dot co dot in 2007-08-10 03:27
---
Hi ,
Any plans to backport.
regards
Satya
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32987
--- Comment #9 from burnus at gcc dot gnu dot org 2007-08-09 22:08 ---
FIXED for gfortran 4.3.0; gfortran now accepts the tab; it checks also at
compile time for the tab character and gives either a warning (-std=gnu/legacy)
or an error (-std=f95/f2003) if a tab has been found.
--
bu
--- Comment #8 from burnus at gcc dot gnu dot org 2007-08-09 22:03 ---
Subject: Bug 32987
Author: burnus
Date: Thu Aug 9 22:02:32 2007
New Revision: 127324
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127324
Log:
2007-08-09 Tobias Burnus <[EMAIL PROTECTED]>
PR fort
--- Comment #7 from patchapp at dberlin dot org 2007-08-04 17:40 ---
Subject: Bug number PR32987
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00246.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #6 from burnus at gcc dot gnu dot org 2007-08-04 17:37 ---
> > - Silently accept the tab in libgfortran
> I disagree on this point.
Discussion -> [EMAIL PROTECTED] list; starts here:
http://gcc.gnu.org/ml/fortran/2007-08/msg00097.html
> > - Give a warning or an error with -
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu
2007-08-04 17:00 ---
Subject: Re: TAB in FORMAT: accept extension, warn with -std=f*
On Sat, Aug 04, 2007 at 04:53:33PM -, burnus at gcc dot gnu dot org wrote:
>
>
> I therefore suggest:
> - Silently accept the
--- Comment #4 from burnus at gcc dot gnu dot org 2007-08-04 16:53 ---
I just checked: ifort, sunf95, openf95, g95 and even the picky NAG f95 accept
it. None of the compilers gives a warning except of "ifort" when passing the
option "-stand 95":
fortcom: Warning: format_with_tab.f, line
11 matches
Mail list logo