From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E62233858C33; Wed, 24 Aug 2022 21:14:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E62233858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661375689; bh=3HnippXWiZInmrU3ZRDCL6UWsm7HVvoKmoKJyx0kH8k=; h=From:To:Subject:Date:From; b=xyK0u4zaKjMiLlsG81V2LwxMxg4U9OGYOyZHHXiO+JYRi7yToVqE8id6Z3adhT+IA ugUJJaYYu09G0fWNXdx9+CuQD259cO4AcrvMJzBTeUsBkMs0U1/ejVMDV04LOiHyK4 bBx662qHIFmJ00X1Fg92BXQhc/dogeN5Pr3cE4Vw= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106735] New: tens of thousands of errors in C++ library Date: Wed, 24 Aug 2022 21:14:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106735 Bug ID: 106735 Summary: tens of thousands of errors in C++ library Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- I am seeing over 42,000 new errors after some recent trunk commit in the C++ library or usage of the C++ library. A couple of examples (they are all or mostly like these): FAIL: g++.dg/gomp/pr88182.C -std=3Dgnu++98 (test for excess errors) Excess errors: /home/seurer/binutils/install/bin/ld: /home/seurer/gcc/git/build/gcc-trunk/powerpc64le-unknown-linux-gnu/./libstd= c++-v3/src/.libs/libstdc++.so: undefined reference to `std::__cxx11::basic_string, std::allocator > std::operator+, std::allocator >(std::__cxx11::basic_string, std::allocator > const&, char const*)' FAIL: g++.dg/ext/tmplattr4.C -std=3Dc++98 (test for excess errors) Excess errors: /home/seurer/binutils/install/bin/ld: /home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libstdc= ++-v3/src/.libs/libstdc++.so: undefined reference to `std::__cxx11::basic_string, std::allocator > std::operator+, std::allocator >(std::__cxx11::basic_string, std::allocator > const&, char const*)' I have a bisect running and will report if it finds a culprit.=