From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 001A3388A410; Thu, 20 Jun 2024 15:06:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 001A3388A410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718895963; bh=iP4Ra84E5yyReARdIX+uVEYS+MNNBZyUcjcG1iKxcz4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=viP56fp9L4hpr/OiMDxQ54qVKa5f8KMOeB9JzrjoxCz4r5lgxIhHud1iXSIppPVSX 0yREKknwqc7F8OPpJ3XhAAHwWDJxbTvEVezJoQacsem2j5uoJ4R+HLMlAkWrmTKskp yLcBaCnKLs+Yytc0TxwkIl5aWR7NiE96Qm/deycA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115556] error: this operation requires the SVE ISA extension Date: Thu, 20 Jun 2024 15:06:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: dependson 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=3D115556 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |109753 --- Comment #5 from Andrew Pinski --- The GCC 13/14 issue is really PR 109753. The trunk issue is most likely related to PR 115403 . Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109753 [Bug 109753] [13/14 Regression] pragma GCC target causes std::vector not to compile (always_inline on constructor)=