https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63191
--- Comment #5 from woodfin at intersystems dot com ---
You could try adding a non-static function that returns an address inside Zs.
const Z* getzs() {
return &Zs[0];
}
I'd think that would force it to actually perform the initiali
: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: woodfin at intersystems dot com
Created attachment 33453
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33453&action=edit
Source triggering memory usage