[Bug rtl-optimization/63191] [4.8/4.9/5 Regression] 32-bit gcc uses excessive memory during dead store elimination with -fPIC

2015-04-07 Thread woodfin at intersystems dot com
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

[Bug rtl-optimization/63191] New: 32-bit gcc uses excessive memory during dead store elimination with -fPIC

2014-09-05 Thread woodfin at intersystems dot com
: 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