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

--- Comment #8 from uros at gcc dot gnu.org ---
Author: uros
Date: Sun Nov 18 21:36:30 2018
New Revision: 266254

URL: https://gcc.gnu.org/viewcvs?rev=266254&root=gcc&view=rev
Log:
        Backport from mainline
        2018-11-11  Uros Bizjak  <ubiz...@gmail.com>

        PR target/87928
        * config/i386/i386.h (STACK_BOUNDARY): Use TARGET_64BIT_MS_ABI
        instead of (TARGET_64BIT && ix86_abi == MS_ABI).
        * config/i386/darwin.h (STACK_BOUNDARY): Ditto.
        * config/i386/cygming.h (STACK_BOUNDARY): Remove.

testsuite/ChangeLog:

        Backport from mainline
        2018-11-11  Uros Bizjak  <ubiz...@gmail.com>

        PR target/87928
        * gcc.target/i386/pr87928.c: New test.


Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr87928.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/i386/cygming.h
    branches/gcc-7-branch/gcc/config/i386/darwin.h
    branches/gcc-7-branch/gcc/config/i386/i386.h
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Reply via email to