[Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c
rguenther at suse dot de
gcc-bugzilla@gcc.gnu.org
Tue Jun 2 17:52:38 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95237
--- Comment #15 from rguenther at suse dot de <rguenther at suse dot de> ---
On June 2, 2020 6:55:21 PM GMT+02:00, skpgkp2 at gmail dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
>https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95237
>
>--- Comment #14 from Sunil Pandey <skpgkp2 at gmail dot com> ---
>Created attachment 48662
> --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48662&action=edit
>Add target hook to skip alignment check for long long on x86 with -m32
>and
>-mpreferred-stack-boundary=2
>
>Bootstrap and regression tested on x86_64.
That doesn't make sense. The alignment is already too large, so the patch will
avoid the ICE but not fix the wrong-code issue.
More information about the Gcc-bugs
mailing list