c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / prefix-pcrel-uqi.c
blob68999192d546ad65071b59845f9de38e8f60e44e
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 unsigned char type. */
8 #define TYPE unsigned char
10 #include "prefix-pcrel.h"
12 /* { dg-final { scan-assembler-times {\mplbz\M} 2 } } */
13 /* { dg-final { scan-assembler-times {\mpstb\M} 2 } } */