https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112467
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Torbjorn Svensson <az...@gcc.gnu.org>: https://gcc.gnu.org/g:adef1e0ebeb5055ed4e8776fd3f73c9d84821eaa commit r13-8310-gadef1e0ebeb5055ed4e8776fd3f73c9d84821eaa Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Nov 10 21:06:15 2023 +0000 libstdc++: Do not use assume attribute for Clang [PR112467] Clang has an 'assume' attribute, but it's a function attribute not a statement attribute. The recently-added use of the statement form causes an error with Clang. libstdc++-v3/ChangeLog: PR libstdc++/112467 * include/bits/stl_bvector.h (_M_assume_normalized): Do not use statement form of assume attribute for Clang. (cherry picked from commit 807f47497f17ed50be91f0f879308cb6fa063966)