From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6CF8538582AB; Tue, 18 Apr 2023 01:59:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CF8538582AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681783147; bh=DSN0hTN6zPNFcc6mXNFa1NAXqcavwZQL/GP6d0wW8bk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=alzWOvQVfSE6olnQO1+8vQ0HVNBG+A9G9UkD9JDhmpit1Q/VWvj8ElpakDUgF9SYs PZn49GespSIzB2w2xop+eIwDXqOx/9x3JfUHDqr5IRxa45wPVn7QzE8xE/6BfQwicu pbQQlrUgTNWgXanUd2tEvwh1w3HD1bwLInr/NLXw= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/105267] [12/13/14 regression] gcc.target/powerpc/pr56605.c fails after r12-8128-g6b7cc7294770ec Date: Tue, 18 Apr 2023 01:59:05 +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: 12.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D105267 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #6 from Kewen Lin --- As https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102146#c22, this issue sh= ould be gone on gcc-13 and latest trunk, we don't want to backport that fix as t= he test case is quite fragile as Segher pointed out. *** This bug has been marked as a duplicate of bug 102146 ***=