https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122936
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Created attachment 63046
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63046&action=edit
Preliminary patch that fixes this
The attached preliminary patch fixes this and regression tests fine. It took me
a while to realize that we were reading a next character when at this point we
should be done reading anything. This lead me to unwrapping the logic quite a
bit. The logic may reduce further before I submit for approval.