[flang-commits] [flang] [flang][Semantics] Fix ICE when compiling a mod file with parameter w… (PR #124285)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Jan 24 08:18:25 PST 2025


https://github.com/klausler requested changes to this pull request.

This DEREF is not the bug.  The bug is that the symbol has no type after name resolution, but must have one.  The DEREF() here is catching the bug, and it must remain in place.

https://github.com/llvm/llvm-project/pull/124285


More information about the flang-commits mailing list