llvm-project
9bb31e8f
- [Flang] Fix crash when a derived type with private attribute is specified in extends (#151051)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
139 days ago
[Flang] Fix crash when a derived type with private attribute is specified in extends (#151051) While lowering to HLFIR, when a parent type is private, its name is mangled, so we need to get it from the parent symbol. Fixes #120922
References
#151051 - [Flang] Fix crash when a derived type with private attribute is specified in extends
Author
ceseo
Parents
1c0ac80d
Loading