[all-commits] [llvm/llvm-project] c93312: [flang] Handle USE-associated symbols in module pr...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 3 13:13:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c93312a63db8e8c87b14e1828c5a4d1eac5aac20
https://github.com/llvm/llvm-project/commit/c93312a63db8e8c87b14e1828c5a4d1eac5aac20
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M flang/lib/Semantics/resolve-names-utils.cpp
M flang/test/Semantics/resolve118.f90
Log Message:
-----------
[flang] Handle USE-associated symbols in module procedure interface b… (#93616)
…lock specification expressions
A subroutine or function interface block is of course allowed to
USE-associate symbols into its scope and use them for specification
expressions. This usage works, but crashes the module file output
generator. Fix.
Fixes https://github.com/llvm/llvm-project/issues/93413.
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