From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 789B33858C32; Thu, 29 Feb 2024 22:38:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 789B33858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709246286; bh=EPySoLcyie90y7zEnCQ17NKrrgeJUNZ29J2eaau5+Mg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LzXeBcImekdXgZsuyJeLAMoQFAvjvjQUJCTGLPNcuoOlu8ueUZT/FcJryKyzIBZWK 77ZOn+s5oYcskk6eBmstFAcWUoCMydkF/81vrGz6eqTUg19yPP4S2TgYMQMVX1f9+r bxC3nByYSKEz18eTkLruYIIk+nke1sPh5Zq0raRs= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug compile/31397] arrays with structs with arrays gets the wrong alignment Date: Thu, 29 Feb 2024 22:38:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: compile X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31397 --- Comment #5 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df9771d0e80c3= a98e865c7ee5139cadf9d73db436 commit f9771d0e80c3a98e865c7ee5139cadf9d73db436 Author: Tom Tromey Date: Tue Feb 20 17:15:03 2024 -0700 Synchronize GCC compile plugin headers This patch copies some changes to the compile headers from GCC's include/ directory. It is the gdb equivalent of the GCC commit bc0e18a9 -- however, while that commit also necessarily touched libcc1, this one of course does not. Tested by rebuilding and also running the gdb.compile tests. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31397 --=20 You are receiving this mail because: You are on the CC list for the bug.=