Commit 9162385b by Janis Johnson Committed by Janis Johnson

* gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.

From-SVN: r113995
parent 3f2c089f
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
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment