From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103900 invoked by alias); 22 Oct 2015 06:52:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 103845 invoked by uid 55); 22 Oct 2015 06:52:34 -0000 From: "uros at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/68018] [6 Regression] ICE: in ix86_compute_frame_layout, at config/i386/i386.c:11308 with -mstackrealign Date: Thu, 22 Oct 2015 06:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: uros at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg01802.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68018 --- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Thu Oct 22 06:52:00 2015 New Revision: 229162 URL: https://gcc.gnu.org/viewcvs?rev=229162&root=gcc&view=rev Log: Backport from mainline 2015-10-21 Uros Bizjak PR target/68018 * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack for 64-bit MS_ABI targets also when default incoming stack boundary is overriden. testsuite/ChangeLog: Backport from mainline 2015-10-21 Uros Bizjak PR target/68018 * gcc.target/i386/pr68018.c: New test. Backport from mainline 2015-10-21 Uros Bizjak PR target/68018 * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack for 64-bit MS_ABI targets also when default incoming stack boundary is overriden. testsuite/ChangeLog: Backport from mainline 2015-10-21 Uros Bizjak PR target/68018 * gcc.target/i386/pr68018.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr68018.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/i386/i386.c branches/gcc-5-branch/gcc/testsuite/ChangeLog