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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
BTW, if we want to use strip_whitespaces, it should use ISBLANK or ISSPACE
instead of using == ' ' or == '\t' etc. comparisons.
But I really find it not a good idea to support "            \t\t+sve\t\t     
"
(or similarly on x86).

Reply via email to