https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692
--- Comment #3 from Gonzalez Pedro ---
Ok. We are affected by this in the debug builds which are built without any
optimizations. Reviewing -O2 options I didn't find an option, which enables or
disables reuse of temp object space. Is there one?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692
--- Comment #1 from Andrew Pinski ---
Yes -O0 does not reuse temp object space at all and that is by design for speed
reasons.