mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
PR118629 [1] resolved issue with usage of __PRETTY_FUNCTION__ (to which assert expands) inside unevaluated context for GCC 14.3. This affects only versions 14.1 and 14.2, as -std=c++26 option is supported since 14.1. clang supports above snippet for all version that supports --std=c++26 flag (since 17.0.1). [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118629 Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>