Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr98099.c
blobc78d43e838b6a3dfe2f60df8bacd8d0a5d90c93f
1 /* PR middle-end/98099 */
2 /* Reported by G. Steinmetz <gscfq@t-online.de> */
4 /* { dg-do compile { target { dfp && { be || le } } } } */
5 /* { dg-options "-fsso-struct=big-endian" { target le } } */
6 /* { dg-options "-fsso-struct=little-endian" { target be } } */
8 struct S { _Decimal128 a; };
10 _Decimal128 f (struct S x)
12 return x.a; /* { dg-message "sorry, unimplemented: reverse storage order" "" { target { ! int128 } } } */