aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/inline-mem-cpy-cmp-1.c
blob: 2cd2057a9b597b83f01ab21958709800508c0cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do run } */
/* { dg-options "-finline-stringops -save-temps -g0 -fno-lto" } */
/* { dg-require-effective-target ptr32plus } */
/* { dg-timeout-factor 2 } */

#include "../memcmp-1.c"
/* Yeah, this memcmp test exercises plenty of memcpy, more than any of the
   memcpy tests.  */

/* { dg-final { scan-assembler-not {\mmemcpy\M} } } */
/* { dg-final { scan-assembler-not {(^|\*)\mmemcmp\M} } } */