[Bug c/89113] Missed stack reuse opportunity when using compound literals

2019-01-30 Thread patrick at motec dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89113 --- Comment #5 from Patrick Oppenlander --- Thanks. Sorry for the noise.

[Bug c/89113] Missed stack reuse opportunity when using compound literals

2019-01-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89113 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/89113] Missed stack reuse opportunity when using compound literals

2019-01-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89113 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c/89113] Missed stack reuse opportunity when using compound literals

2019-01-29 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89113 --- Comment #2 from Marc Glisse --- That seems already fixed in gcc-9.

[Bug c/89113] Missed stack reuse opportunity when using compound literals

2019-01-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89113 --- Comment #1 from Andrew Pinski --- The question becomes what is the scope for the compound literal?