From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94ED83858C2D; Thu, 9 Nov 2023 21:15:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94ED83858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699564552; bh=+UipUFgSjWXLsyg0Y43GryHqRuYOdH59pPRk4kqdPrI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IPzn3vxdR4eIlKpi7HDhgakm9TW6m4AJosH08YwTGw1jgfOPaOE/bEZPha0/adVnu XhYqFi+BjeWIyxY0Sn3o/ebidBu4At5IDw6lD7FJjp9l9lqkgHxcK9VdggKEhD77Q/ iMwPXEUL4A1wDnSmGf8nXA3YGejTtGYWDTotswZA= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112467] [14 Regression] libstdc++ fails to build on clang: bits/stl_bvector.h:189:23: error: '__assume__' attribute cannot be applied to a statement Date: Thu, 09 Nov 2023 21:15:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: --- 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=3D112467 --- Comment #5 from Jonathan Wakely --- Oh, but that's presumably true for clang, just not in this context. Ugh.=