[PATCH] D120973: [flang] Allow to use already existing names for contruct-name

Mike K via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 09:05:42 PDT 2022


FruitClover abandoned this revision.
FruitClover added a comment.

In D120973#3370067 <https://reviews.llvm.org/D120973#3370067>, @klausler wrote:

> Please consult subclause 19.3.1 of the Fortran 2018 standard.  Named constructs are in the same class as most other local entities.  I don't think that what you're trying to do here is standard-conforming.

Thanks, flang is right and current PR was based on `gfortran` behavior that accepts non-conforming code for corner cases, proposed fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104812 to gfortran instead.
Closed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120973/new/

https://reviews.llvm.org/D120973



More information about the llvm-commits mailing list