[Bug c++/63692] Temporary object stack space is not re-used

2014-10-31 Thread gonzalez.rulez at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692 --- Comment #3 from Gonzalez Pedro gonzalez.rulez at gmail dot com --- 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

[Bug c++/63692] New: Temporary object stack space is not re-used

2014-10-30 Thread gonzalez.rulez at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: gonzalez.rulez at gmail dot com Created attachment 33849 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33849action=edit The same test case as in 51060 Related to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51060