[Bug c/91031] wrong code generated when using compound literal

2020-05-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 --- Comment #6 from Andrew Pinski --- (In reply to Alexey Makhalov from comment #5) > (In reply to Andrew Pinski from comment #1) > > In previous versions of gcc, the compound literal was put in the function > > level scope rather than in the

[Bug c/91031] wrong code generated when using compound literal

2020-05-07 Thread makhaloff at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 --- Comment #5 from Alexey Makhalov --- (In reply to Andrew Pinski from comment #1) > In previous versions of gcc, the compound literal was put in the function > level scope rather than in the current scope. Which is why it worked > previously.

[Bug c/91031] wrong code generated when using compound literal

2020-05-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 Andrew Pinski changed: What|Removed |Added CC||makhaloff at gmail dot com --- Comment

[Bug c/91031] wrong code generated when using compound literal

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

[Bug c/91031] wrong code generated when using compound literal

2019-06-28 Thread david at pgmasters dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 David changed: What|Removed |Added CC||david at pgmasters dot net --- Comment #2 from

[Bug c/91031] wrong code generated when using compound literal

2019-06-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---