OSDN Git Service

* gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20040709-2.c
index f06811c..6ae1f2d 100644 (file)
@@ -87,12 +87,7 @@ void test##S (void)                          \
     abort ();                                  \
 }
 
     abort ();                                  \
 }
 
-#ifdef __powerpc64__
-/* Temporary hack for broken PPC64 unaligned handling PR rtl-optimization/13674 */
-# define pck
-#else
-# define pck __attribute__((packed))
-#endif
+#define pck __attribute__((packed))
 struct pck A { unsigned short i : 1, l : 1, j : 3, k : 11; }; T(A)
 struct pck B { unsigned short i : 4, j : 1, k : 11; unsigned int l; }; T(B)
 struct pck C { unsigned int l; unsigned short i : 4, j : 1, k : 11; }; T(C)
 struct pck A { unsigned short i : 1, l : 1, j : 3, k : 11; }; T(A)
 struct pck B { unsigned short i : 4, j : 1, k : 11; unsigned int l; }; T(B)
 struct pck C { unsigned int l; unsigned short i : 4, j : 1, k : 11; }; T(C)