Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-by-value-6_y.c
blob2e9aed2821ffffa0cad92f31590cd83330ce834a
1 #include "scalar-by-value-y.h"
3 long double d = 1234.0L + 0x0.abcdp-70L;
4 #ifndef SKIP_COMPLEX
5 _Complex long double cd = 234.0L + 0x0.abcp-70L + 567.0Li +0x0defp-70Li;
6 #endif
8 #include "scalar-by-value-6.c"