From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B0F0388B008; Tue, 2 Jun 2020 17:52:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B0F0388B008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591120359; bh=lGO91eRp184VBUxDrDBYCzQuh3sQlnIpD9xpZhKUupA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SHQCOzI23AJc3B2m+qVaslFRXVcZqm96jQyzb+UKbxggvVmEtczV3zmtrA9frxwyd PlE7ZJEcHuvsBXhDJrgO4ZDFQqIoClRMbdPuPr8KhxnkNgDFrxgtYoxBvRjGHuxFGu cmNYqpNUBJW2Jo0l9eS9+QrJhEZ7Zlmu0W48Jd2w= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c Date: Tue, 02 Jun 2020 17:52:38 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: skpgkp2 at gmail dot com X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 17:52:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95237 --- Comment #15 from rguenther at suse dot de --- On June 2, 2020 6:55:21 PM GMT+02:00, skpgkp2 at gmail dot com wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95237 > >--- Comment #14 from Sunil Pandey --- >Created attachment 48662 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48662&action=3Dedit >Add target hook to skip alignment check for long long on x86 with -m32 >and >-mpreferred-stack-boundary=3D2 > >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.=