* gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
authorJanis Johnson <janis187@us.ibm.com>
Mon, 22 May 2006 22:16:55 +0000 (22:16 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 22 May 2006 22:16:55 +0000 (22:16 +0000)
From-SVN: r113995

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20040709-2.c

index 8b284e8313b7a48dca7d1eca4f0910c6f123510e..a715e2374aadcb089679a786d1b621feb2ce1ed6 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-22  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
+
 2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/27716
index f06811c24b37a68bd075d2c7f119c9930a308710..6ae1f2dadf4409d299a1b190db1c531e2e2898e4 100644 (file)
@@ -87,12 +87,7 @@ void test##S (void)                          \
     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)