https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119432
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-03-24
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. Note we don't want to parse r<<, instead __ROTATE_LEFT and
__ROTATE_RIGHT (see the long list of such identifiers in
c_parser_gimple_binary_expression).
Patches to amend this list are pre-approved.