From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E80243858408; Wed, 29 May 2024 13:55:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E80243858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716990919; bh=d3geZEUrS87CX/h2B4CyoDOGCO4279yZxDPiG4aoxJE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f9k82Mv9/E1aiKMHdIFN5zu2ZFumIcVkKv4VML8P2AV7pjqRynj4a/Kd73/TeJSN4 BrjowKSpLDQD8nQ9MAd+8gU/eOW0VysRkcFjdD0fe8HobCCAwKbIBg+fyOpfqjJwz4 4PsOJpeO613xbBj1E24tgx9c4Ot9EE+V/gp8EeHY= From: "jason 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: Wed, 29 May 2024 13:55:16 +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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14/15 Regression] |[13/14 Regression] pragma |pragma GCC target causes |GCC target causes |std::vector not to compile |std::vector not to compile |(always_inline on |(always_inline on |constructor) |constructor) --- Comment #19 from Jason Merrill --- Fixed for 15 so far.=