https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118834
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xry111 at gcc dot gnu.org --- Comment #1 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- The line is displayed in the diagnostic anyway: t.cc:4:15: error: static assertion failed 4 | static_assert(__is_same(std::int64_t, | ^~~~~~~~~~~~~~~~~~~~~~~ 5 | decltype(std::stoll(std::string{})))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ why bother replicating it again in the message line?