[all-commits] [llvm/llvm-project] 82bd7a: [flang] Fix bug introduced by PR#93106 (#93326)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri May 24 14:27:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82bd7adb97e41fa6b6150942ae55ef35efb63e2b
https://github.com/llvm/llvm-project/commit/82bd7adb97e41fa6b6150942ae55ef35efb63e2b
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
M flang/test/Semantics/modfile03.f90
Log Message:
-----------
[flang] Fix bug introduced by PR#93106 (#93326)
https://github.com/llvm/llvm-project/pull/93106 introduced some
necessary fixes to module file generation, but has also caused a
regression. The module file output can include bogus attempts to
USE-associate symbols local to derived type scopes, like components and
bindings. Fix, and extend a test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list