From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55F803858C27; Thu, 3 Dec 2020 20:18:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55F803858C27 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/98125] New test case g++.dg/pr93195a.C in r11-5656 has excess errors Date: Thu, 03 Dec 2020 20:18:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail 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: cc 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: Thu, 03 Dec 2020 20:18:51 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98125 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amodra at gmail dot com --- Comment #4 from H.J. Lu --- (In reply to seurer from comment #0) > g:694d4a6d0c466d0fbc97920a9c6641a7b349ca35, r11-5656 >=20 > make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/pr93195a.C" > FAIL: g++.dg/pr93195a.C -std=3Dgnu++98 (test for excess errors) > FAIL: g++.dg/pr93195a.C -std=3Dgnu++14 (test for excess errors) > FAIL: g++.dg/pr93195a.C -std=3Dgnu++17 (test for excess errors) > FAIL: g++.dg/pr93195a.C -std=3Dgnu++2a (test for excess errors) > # of unexpected failures 4 >=20 > The errors are all this: >=20 > collect2: error: ld returned 1 exit status > compiler exited with status 1 > FAIL: g++.dg/pr93195a.C -std=3Dgnu++14 (test for excess errors) > Excess errors: > `.text._Z3foov' referenced in section `__patchable_function_entries' of > /tmp/ccwJ1d6k.o: defined in discarded section `.text._Z3foov[_Z3foov]' of > /tmp/ccwJ1d6k.o This is a PowerPC specific issue. I don't know how __patchable_function_entries works on PowerPC.=