c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / builtins-1-be-folded.c
blob3cc487de2ffd25805c7bdb6911fc0d81d7091587
1 /* { dg-do compile { target { powerpc-*-* } } } */
2 /* { dg-options "-mdejagnu-cpu=power8 -O2" } */
4 /* Based on builtins-1-le.c ; ensure that the power8 builtins are accepted by
5 the compiler, at O2 with gimple folding enabled. */
6 /* Test that a number of newly added builtin overloads are accepted
7 by the compiler. */
9 /* The test code is in builtins-1.fold.h. */
10 #include "builtins-1.fold.h"