c++: ICE when mangling operator name [PR98545]
[gcc.git] / gcc / doc / invoke.texi
index 5f4a06625eb98ebbbb70a946dc2591f2f250f8f0..99d25462e488eecf1088e98fbe2eff0e03b1e8e0 100644 (file)
@@ -2837,7 +2837,8 @@ Version 14, which first appeared in G++ 10, corrects the mangling of
 the nullptr expression.
 
 Version 15, which first appeared in G++ 11, changes the mangling of
-@code{__alignof__} to be distinct from that of @code{alignof}.
+@code{__alignof__} to be distinct from that of @code{alignof}, and
+dependent operator names.
 
 See also @option{-Wabi}.