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

--- Comment #4 from Roland Illig <roland.illig at gmx dot de> ---
(In reply to Andrew Pinski from comment #3)
> (In reply to Roland Illig from comment #2)
> > While here, the comment style should be made the same in
> > attr-access-read-write.c and attr-access-read-only.c. Currently, one file
> > uses /* block comments */ while the other uses // line-end comments.
> 
> Why should they be made the same?  Yes it does make it easier to same thing
> to them both but who cares as this is the testsuite.

If the files use the same comment style, a word-wise diff will contain less
noise and makes it easier to compare the files. This is useful when you want to
cross-check whether the test cases are still the same for both cases.

Reply via email to