From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3FE933858C52; Sat, 6 May 2023 00:12:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FE933858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683331925; bh=Z2ZgiZEN5KWIXVpy9TfmWrHImanwgcOqsx0EbdCpdHY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oXTL2OJbFEqB+KIhdplp6Nx9081wVGDJ4loBnAAoh7xo7Ec3jjG5jhGXRmLioJSDf gEjJX5+Mgx41ylJ76FoklJorutnjddz98Tl2w7/Ypv/RgUgL/8k/hUVJNmAGSqituJ t2gmI9hppf5rCVsemunxelSB+HuM2swuRkkASe/I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109753] [13/14 Regression] pragma GCC target causes std::vector not to compile (always_inline on constructor) Date: Sat, 06 May 2023 00:12:05 +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.1.1 X-Bugzilla-Keywords: needs-bisection, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.2 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=3D109753 --- Comment #5 from Andrew Pinski --- I suspect the generated constructor for the clones is not getting the target options on it like it should be ...=