From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67EBE3858C41; Fri, 15 Mar 2024 13:03:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67EBE3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710507785; bh=mgsPFjfqhZBhvXoXf6SfuLVer1uzIE2HuRtQtZdPGLw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oJw3bty0DdOeiVyfTgKEP06Zmd7WyJdlQerAS8d1wEglz/hMK00/kQQVPCYP/nirx F+0aN2uqL3AYt0060CMPNQ76tskkPUc2q1R6HKfPnMte7kkrkw1UDfzvxGKoLVvbrl 9rrZP6HYiHj90s5gFo3eDiWVZSVisYZv+ARimRW0= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/114320] New test case in r14-9439-g4aa87b856067d4 fails Date: Fri, 15 Mar 2024 13:03:03 +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: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: nshead at gcc dot gnu.org X-Bugzilla-Status: NEW 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114320 --- Comment #2 from Nathaniel Shead --- Sorry about that. I've not been able to work out what configure flags I nee= d to pass to cause this to error in the first place (I don't normally develop for powerpc and the machine I'm using doesn't seem to fail no matter what flags= I try), but am I correct in understanding that just adding "-Wno-psabi" to the tests should stop them from failing? If so I'm happy to push a patch to that effect.=