[all-commits] [llvm/llvm-project] 5fb5f7: [flang] Fix line continuation after bare labels (f...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jun 26 17:08:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fb5f7b5ab340b7c2ebdfd0b5538308a2f8a85b0
      https://github.com/llvm/llvm-project/commit/5fb5f7b5ab340b7c2ebdfd0b5538308a2f8a85b0
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h

  Log Message:
  -----------
  [flang] Fix line continuation after bare labels (fm200.f)

Fixed-form line continuation was not working when the
preceding line was a bare label.

Reviewed By: tskeith

Differential Revision: https://reviews.llvm.org/D82687




More information about the All-commits mailing list