Hi.
Just for the record, the patch is responsible for a significant
debug info growth for 434.zeusmp with -O2 -flto and other options:
https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=227.75.4
Thanks,
Martin
The following fixes PR90914, we cannot keep local exten declarations
unmarked since they will be re-created when instantiating the function
BLOCKs later. And that causes issues if by that means new types get
materialized which should not happen at that point.
Bootstrapped / tested on x86_64-unk