From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 339803858C50; Wed, 29 Mar 2023 07:20:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 339803858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680074444; bh=1Penst17r28s0hyUxBru4hXyE9Cd7d1i08Xxhs4ufm8=; h=From:To:Subject:Date:From; b=BqEz9PXP0LHMT1YkCLqSYIFvuH3xukv9CvCHr2jvfNTWaJ0pJn4vwUEGPx7nMjDw/ pCmGmLI/8F/LSKd8ETXhggj6YT4BevzopVaqC/xf756Bn5gbMbwbypTskm8egbeDCM QxQhyFJoXSKadAyksolPCE+4nqFe2GJH/CAW5DVI= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109329] New: rs6000: New testcases {mul,div}ic3* should run on systems without QP Date: Wed, 29 Mar 2023 07:20:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: segher 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=3D109329 Bug ID: 109329 Summary: rs6000: New testcases {mul,div}ic3* should run on systems without QP Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: segher at gcc dot gnu.org Target Milestone: --- The testcases use ICmode, which exists fine on almost all systems. But we get the error cc1: error: '-mabi=3Dieeelongdouble' requires full ISA 2.06 support We should not use that flag, or make the testcase not fail some other way.=