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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So do we need this then?
2017-12-19  Jakub Jelinek  <ja...@redhat.com>

        PR testsuite/83483
        * gcc.dg/memcpy-6.c: Expect no memcpy and memmove only on
        non_strict_align targets.

--- gcc/testsuite/gcc.dg/memcpy-6.c     2017-12-18 14:57:15.046134391 +0100
+++ gcc/testsuite/gcc.dg/memcpy-6.c     2017-12-19 21:03:40.954255972 +0100
@@ -36,5 +36,5 @@ void fold_move_8 (void)
   __builtin_memmove (a + 3, a, 8);
 }

-/* { dg-final { scan-tree-dump-not "memcpy" "optimized" } }
-   { dg-final { scan-tree-dump-not "memmove" "optimized" } } */
+/* { dg-final { scan-tree-dump-not "memcpy" "optimized" { target {
non_strict_align } } } }
+   { dg-final { scan-tree-dump-not "memmove" "optimized" { target {
non_strict_align } } } } */

Reply via email to