re PR fortran/34899 (Continuation lines with <tab><number> not recognized)
authorTobias Burnus <burnus@net-b.de>
Tue, 22 Jan 2008 07:33:46 +0000 (08:33 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 22 Jan 2008 07:33:46 +0000 (08:33 +0100)
commitfd1935d5e1d1db05547cbcf866e8afc26d1132f3
treec296af0517ea5fbeb3b28b77ed5faa3ef2d09626
parent87a64f537b2da1b02a7ec0de254b60614db72074
re PR fortran/34899 (Continuation lines with <tab><number> not recognized)

2008-01-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34899
        * scanner.c (load_line): Support <tab><digit> continuation
        * lines.
        * invoke.texi (-Wtabs): Document this.

2008-01-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34899
        * gfortran.dg/tab_continuation.f: New.

From-SVN: r131713
gcc/fortran/ChangeLog
gcc/fortran/invoke.texi
gcc/fortran/scanner.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/tab_continuation.f [new file with mode: 0644]