From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1B6E385840C; Fri, 6 Jan 2023 09:35:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1B6E385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672997751; bh=N+ZBdRHAuu1pdiJFBI3AYMXSVYqn1PqT9Fa69s1dX7w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W+XCUsq7YQrudbc7ltHZ8NeWCZpNtF2w8DPeHqEu1GcfkOgjx/9/dv0KfOWtCUma/ +IWLXWaSHhiHxlhnm2hB0rEa8iErALstSpdGTg8KU2aMACKmSHx18qmVUIKv4hk6xi uDMjd6gvhZBtkjS7t57AHQciLYW5FJROsuck8XkU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/47334] g++.dg/torture/pr31863.C -O2 -flto FAILs without visibility Date: Fri, 06 Jan 2023 09:35: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: 4.6.0 X-Bugzilla-Keywords: diagnostic, lto, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47334 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Martin Liska : https://gcc.gnu.org/g:7097d2aafcae4b1cb89c28ff4fd4af18df9a2cef commit r10-11152-g7097d2aafcae4b1cb89c28ff4fd4af18df9a2cef Author: Francois-Xavier Coudert Date: Mon Dec 27 01:13:59 2021 +0100 LTO: Prune some warnings in the testsuite Warnings like: warning: using serial compilation of 2 LTRANS jobs warning: visibility attribute not supported in this configuration; ignored\[^\n\]*" $text "" text are pruned by lto.exp, but not for LTO testcases when run in other parts of the testsuite. They will be, now. gcc/testsuite/ChangeLog: PR testsuite/47334 PR testsuite/103823 * lib/prune.exp: Prune some warnings related to LTO and visibility. (cherry picked from commit 05edf6c470ae0ab50d42f16e78e476dbcc774842)=