[Bug target/109276] [11/12/13 Regression] ICE: in assign_stack_local_1, at function.cc:429 with -mpreferred-stack-boundary=2

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 24 18:03:47 GMT 2023


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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A workaround is to do:
long long int digit __attribute__((aligned(8)));

Note manually setting the digit alignment to 4 does not cause an ICE for GCC
10.4 either.


More information about the Gcc-bugs mailing list