From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D2743875422; Wed, 22 Jul 2020 06:34:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D2743875422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595399680; bh=jtiNNExjz4dGideS3nLGPRuNiEcVQ/Wd+D7V8sRM+l0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZZkyAjryau2I586bwvRjA4w0QN0c8eBno70R0v8F557DrU4ExJEP71X7PFEw9Z39U cSC8o3pvHwkPzxTwrTvB59CdJZjJralViILroDPqqBZU6yYxzklWzbVDbXLRxzuYZW iLjdaL9FonJc93CfTDCrh64tbPyLSpAkjNI9Duyk= From: "skpgkp2 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c Date: Wed, 22 Jul 2020 06:34:39 +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, patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: skpgkp2 at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: Wed, 22 Jul 2020 06:34:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95237 --- Comment #23 from Sunil Pandey --- (In reply to David Binderman from comment #20) > This bug has prevented the successful compilation of the local > Linux kernel for just over a month now. >=20 > If I can assist with any testing, please let me know. Please look into bug report 96192. I also posted a proposed patch for PR961= 92. It will be great, if you can apply the patch on latest gcc source to see if kernel can build/boot. Also, it would be helpful if you can post a test cas= e, in case of failure.=