libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / inline-mem-cmp-1.c
blob28b7f750e2d3a9b22a24ad8a190d3e6e172a2a08
1 /* { dg-do run } */
2 /* { dg-options "-finline-stringops=memcmp -save-temps -g0 -fno-lto" } */
3 /* { dg-require-effective-target ptr32plus } */
4 /* { dg-timeout-factor 2 } */
6 #include "../memcmp-1.c"
8 /* Check that no memcmp calls remain, but allow for lib_memcmp calls. */
9 /* { dg-final { scan-assembler-not {(^|\*)\mmemcmp\M} } } */