c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / gnuattr2.c
blobfd485a8d036bdb2a5d8b9e2cc6f39ae0d8c00634
1 /* { dg-do compile { target { powerpc*-linux-* && lp64 } } } */
2 /* { dg-options "-O2 -mvsx -mabi=ieeelongdouble -Wno-psabi" } */
3 /* { dg-additional-options "-mdejagnu-cpu=power9" { target { ! has_arch_pwr9 } } } */
4 /* { dg-require-effective-target powerpc_vsx } */
5 /* { dg-final { scan-assembler "gnu_attribute 4, 13" } } */
7 /* Check that if we can do the long double operation without doing an emulator
8 call, such as with IEEE 128-bit hardware support on power9, that we still
9 set the appropriate .gnu_attribute. The && lp64 is needed, because we can't
10 enable the IEEE 128-bit hardware instructions on ISA 3.0 (power9) in 32-bit,
11 because we don't have a TImode available. */
13 long double a;
15 void add1 (void)
17 a++;