c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / prefix-pcrel-qi.c
blob472360c08f647e681a7aa22174795c8f35d1a0aa
1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_pcrel } */
3 /* { dg-options "-O2 -mdejagnu-cpu=power10" } */
5 /* Tests whether pc-relative prefixed instructions are generated for the
6 signed char type. */
8 #define TYPE signed char
10 #include "prefix-pcrel.h"
12 /* { dg-final { scan-assembler-times {\mplbz\M} 2 } } */
13 /* { dg-final { scan-assembler-times {\mpstb\M} 2 } } */