https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
Andrew Pinski changed:
What|Removed |Added
CC||sdmike9r at liargroup dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
--- Comment #3 from Marc Glisse ---
(In reply to Jakub Jelinek from comment #1)
> Transforming VLAs that way isn't a good idea, at least if the size isn't
> really small, at least when the VLA isn't in a scope that dies at the
> function's end (or
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
--- Comment #2 from Richard Biener ---
We do this transform in fold_builtin_alloca_with_align (), I'm not sure but
maybe it does not happen because 'a' escapes to f.