Re: [PATCH] Fix PR90914

2019-06-26 Thread Martin Liška
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

[PATCH] Fix PR90914

2019-06-21 Thread Richard Biener
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