Fortran] PR91253 fix continuation-line handling with -pre_include
authorTobias Burnus <tobias@codesourcery.com>
Fri, 8 Nov 2019 08:14:40 +0000 (09:14 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 8 Nov 2019 08:14:40 +0000 (09:14 +0100)
commit47cc2d4917c7cb351e561dba5768deaa2d42bf8b
tree276dcd61aff86d2391fe58689f2a4b704f9059d8
parentbc5b2b688150f96bd2b75aa1b7fc4d9d53712955
Fortran] PR91253 fix continuation-line handling with -pre_include

        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: r277948
gcc/fortran/ChangeLog
gcc/fortran/scanner.c