https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |jakub at gcc dot gnu.org
Resolution|FIXED |---
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Christophe Lyon from comment #4)
> Hi, it seems you forgot to update gcc.target/aarch64/pr89093.c, which now
> fails:
> FAIL: gcc.target/aarch64/pr89093.c (test for errors, line 4)
> FAIL: gcc.target/aarch64/pr89093.c (test for errors, line 5)
> FAIL: gcc.target/aarch64/pr89093.c (test for errors, line 6)
Sorry about that.
>
> However there was a long discussion in PR89093, among which a small patch
> "Don't skip whitespace at the start of target attribute string"
Oh, you are right, there's Jakub's patch that removed skipping of the spaces
(g:d7b0896b2392b803679ac5ca88087b5c3ecede7e).
Well, I believe it's better to strip the whitespaces.
Or?