https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124422
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > "that exceeds 16 bytes" -> > "that exceeds 16 bits" > (2 times) Without context this might be still bytes. >";" "%<ABI_VLEN must%>" -> ";" " %<ABI_VLEN%> must" This was PR124403 and already fixed. > "types may not be defined" -> "types must not be defined" > (in 22 messages) I am not sure that makes a difference. Both are correct and have slightly different meanings. Without the context `may not be` may be correct.
