https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85824

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We should also consider only caching chars in the range 0-127, because
otherwise as this bug shows we call transform_primary for 128 char values which
always fail.

Reply via email to