From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2917C385843E; Mon, 8 May 2023 07:04:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2917C385843E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683529460; bh=Q/y1pRjIWlWnIEXfwH2HJdmJ44nLBftJVv9h65Nc1cI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GR36UvkfYOYp7vuYUgmfh8chsWWwRqf2HOkJvjgU/vQg0Z7JzPTpV2L1Teit5NGs+ FYJucJTodtO65EHyYKc6mZLAeu3iHuV68kqYOgjD3SLdgaWps2RInXb99ha6rV8Rl8 4wCCKVSSjjXir/HcWY/3DFRJ3/GXrI7WkS2Ek5Vc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109753] [13/14 Regression] pragma GCC target causes std::vector not to compile (always_inline on constructor) Date: Mon, 08 May 2023 07:04:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: needs-bisection, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component cc priority 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |c++ CC| |rguenth at gcc dot gnu.org Priority|P3 |P2 --- Comment #6 from Richard Biener --- That would be a C++ frontend issue then, no? Maybe it's also only some of = the aliases? And the actual issue would be latent then.=