This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PR79793] Fixes interrupt stack alignment
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: "Koval, Julia" <julia dot koval at intel dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Fri, 3 Mar 2017 16:28:37 +0100
- Subject: Re: [PR79793] Fixes interrupt stack alignment
- Authentication-results: sourceware.org; auth=none
- References: <4E89A029A0F8D443B436A5167BA3C53F19934AC5@IRSMSX101.ger.corp.intel.com>
On Fri, Mar 3, 2017 at 4:20 PM, Koval, Julia <julia.koval@intel.com> wrote:
> Hi,
> This patch fixes PR79731. Ok for trunk?
>
> gcc/
> * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Fix boundary for interrupt
...: Set incoming stack boundary to 128 for 64-bit targets.
> gcc/testsuite/
> * gcc.target/i386/interrupt-12.c: Fix test.
> * gcc.target/i386/interrupt-13.c: Ditto.
> * gcc.target/i386/interrupt-14.c: Ditto.
> * gcc.target/i386/interrupt-15.c: Ditto.
...: Update scan-assembler-times directives.
Please also add "PR target/79731" to the top of ChangeLog entry.
OK with the above ChangeLog changes.
Thanks,
Uros.