From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6007938582A1; Tue, 5 Jul 2022 18:27:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6007938582A1 From: "aros at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/105688] GCC 11.3 doesn't build with the GNU gold linker (version 2.37-27.fc36) 1.16: libstdc++.so.6: version `GLIBCXX_3.4.30' not found Date: Tue, 05 Jul 2022 18:27:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aros at gmx dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://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, 05 Jul 2022 18:27:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105688 --- Comment #30 from Artem S. Tashkinov --- I'm not sure why certain headers file in the resulting build have changed: diff -urN gcc/lib/gcc/x86_64-pc-linux-gnu/11/include/omp.h gcc.123/lib/gcc/x86_64-pc-linux-gnu/11/include/omp.h --- gcc/lib/gcc/x86_64-pc-linux-gnu/11/include/omp.h 2022-07-05 18:10:45= UTC +++ gcc.gold/lib/gcc/x86_64-pc-linux-gnu/11/include/omp.h 2022-05-22 10:48:25 UTC @@ -46,8 +46,8 @@ typedef struct { - unsigned char _x[12]=20 - __attribute__((__aligned__(4))); + unsigned char _x[16]=20 + __attribute__((__aligned__(8))); } omp_nest_lock_t; #endif diff -urN gcc/lib/gcc/x86_64-pc-linux-gnu/11/plugin/include/auto-host.h gcc.123/lib/gcc/x86_64-pc-linux-gnu/11/plugin/include/auto-host.h --- gcc/lib/gcc/x86_64-pc-linux-gnu/11/plugin/include/auto-host.h=20=20=20= =20=20=20 2022-07-05 18:10:46 UTC +++ gcc.gold/lib/gcc/x86_64-pc-linux-gnu/11/plugin/include/auto-host.h=20 2022-05-22 10:48:13 UTC @@ -1662,7 +1662,7 @@ /* Define if your linker supports -z bndplt */ #ifndef USED_FOR_TARGET -#define HAVE_LD_BNDPLT_SUPPORT 1 +/* #undef HAVE_LD_BNDPLT_SUPPORT */ #endif @@ -1687,7 +1687,7 @@ /* Define to the level of your linker's compressed debug section support. = */ #ifndef USED_FOR_TARGET -#define HAVE_LD_COMPRESS_DEBUG 3 +#define HAVE_LD_COMPRESS_DEBUG 2 #endif @@ -1765,7 +1765,7 @@ /* Define if your linker supports --push-state/--pop-state */ #ifndef USED_FOR_TARGET -#define HAVE_LD_PUSHPOPSTATE_SUPPORT 1 +/* #undef HAVE_LD_PUSHPOPSTATE_SUPPORT */ #endif @@ -2326,7 +2326,7 @@ /* Specify plugin linker */ #ifndef USED_FOR_TARGET -#define PLUGIN_LD_SUFFIX "ld.bfd" +#define PLUGIN_LD_SUFFIX "ld" #endif=