[all-commits] [llvm/llvm-project] 14c775: [flang] Skip `D` when including D debug line

jeanPerier via All-commits all-commits at lists.llvm.org
Thu Mar 31 01:56:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14c7754a35da9bf6b346e2a6ce4b3d8c3b00b434
      https://github.com/llvm/llvm-project/commit/14c7754a35da9bf6b346e2a6ce4b3d8c3b00b434
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

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

  Log Message:
  -----------
  [flang] Skip `D` when including D debug line

When including debug lines as code, the `D` should be considered as
a white space. Currently an error was raised about bad labels because
it the `D` remained a `D` when considering the source line as code.

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




More information about the All-commits mailing list