[Bug c/63880] GCC overoptimization on local arrays of size 1

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 15 02:29:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63880

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
if you allocated an arglist via malloc (or alloca) and not have a struct which
contained arglist, it would be valid (well GCC would do the correct thing as we
define it as being valid).



More information about the Gcc-bugs mailing list