[all-commits] [llvm/llvm-project] 26330a: [flang] Check for misplaced labels

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jul 21 18:01:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 26330a0c7c6e26881a139ed84b75d86b9903dd73
      https://github.com/llvm/llvm-project/commit/26330a0c7c6e26881a139ed84b75d86b9903dd73
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    A flang/test/Parser/badlabel.f

  Log Message:
  -----------
  [flang] Check for misplaced labels

In fixed form source, complain when a label digit appears
outside the label field & when a non-digit appears in the label
field.

Reviewed By: sscalpone

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




More information about the All-commits mailing list