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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:49a8bce43cdc1d1b48efa5eeb2a4097cfca1dc22

commit r13-6785-g49a8bce43cdc1d1b48efa5eeb2a4097cfca1dc22
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Mar 21 13:42:51 2023 +0100

    testsuite: Remove obsolete comments [PR108898]

    On Tue, Mar 21, 2023 at 12:35:19PM +0000, Andrew Stubbs wrote:
    > >   /* Ensure the the in-branch simd clones are used on targets that
support them.
    > >      Some targets use another call for the epilogue loops.  */
    > > -/* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone}
2 "vect" { target { ! aarch64*-*-* } } } } */
    > > -/* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone}
3 "vect" { target aarch64*-*-* } } } */
    > > +/* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone}
2 "vect" } } */
    >
    > I suppose those comments are now obsolete.

    Oops, fixed thusly.

    2023-03-21  Jakub Jelinek  <ja...@redhat.com>

            PR testsuite/108898
            * gcc.dg/vect/vect-simd-clone-16.c: Remove parts of comment
mentioning
            epilogue loops.
            * gcc.dg/vect/vect-simd-clone-17.c: Likewise.
            * gcc.dg/vect/vect-simd-clone-18.c: Likewise.

Reply via email to