From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52D803857832; Wed, 3 Mar 2021 19:36:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52D803857832 From: "aoliva at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/99371] New: add_options_for_sqrt_insn is missing options that enable powerpc's fsqrt Date: Wed, 03 Mar 2021 19:36:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aoliva 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_file_loc bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget 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 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: Wed, 03 Mar 2021 19:36:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99371 Bug ID: 99371 Summary: add_options_for_sqrt_insn is missing options that enable powerpc's fsqrt Product: gcc Version: unknown URL: https://gcc.gnu.org/pipermail/gcc-patches/2021-March/5 65995.html Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: aoliva at gcc dot gnu.org Target Milestone: --- Target: powerpc*-*-* "dg-add-options feature" is meant to add flags that enable the desired feat= ure, and to skip the test if that's not possible. Though the fsqrt insn is available when -mno-soft-float -mpowerpc-gpopt opt= ions are used, no options are added for the sqrt_insn feature on powerpc*-*-*. Regardless of bug 99352, adding these options would implement the intended functionality.=