Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / compat / decimal / pass-4_y.C
blob5da7f87d51e78e74c8df061e58677d80319a32a2
1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
5 #include "pass_y.h"