]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran] PR91253 fix continuation-line handling with -pre_include
authorTobias Burnus <tobias@codesourcery.com>
Fri, 8 Nov 2019 09:25:40 +0000 (10:25 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 8 Nov 2019 09:25:40 +0000 (10:25 +0100)
commit19bb3f77acdb64ad7dfac19688f240fa2a973575
tree8e48e124c60fac24998ba74ee726ca8355d2765b
parentf2b3f3219694bb6cbea9ef66cdb7ff2b7b7f4ff3
Fortran] PR91253 fix continuation-line handling with -pre_include

        Backport from mainline
        2019-11-08  Tobias Burnus  <tobias@codesourcery.com

        PR fortran/91253
        * scanner.c (skip_fixed_comments): Move comment
        lines to next if block.
        (gfc_next_char_literal): Fix continue_line setting.
        (get_file): Remove bogus ATTRIBUTE_UNUSED.

From-SVN: r277957
gcc/fortran/ChangeLog
gcc/fortran/scanner.c