This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/46894] [4.6 Regression] vector tests fail on powerpc 32-bit
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 14 Jan 2011 01:15:53 +0000
- Subject: [Bug middle-end/46894] [4.6 Regression] vector tests fail on powerpc 32-bit
- Auto-submitted: auto-generated
- References: <bug-46894-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46894
Jack Howarth <howarth at nitro dot med.uc.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |howarth at nitro dot
| |med.uc.edu
--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-01-14 01:15:40 UTC ---
On powerpc-apple-darwin9 at -m32 the tmpdir-gcc-dg-struct-layout-1-t025-01.exe
failures are from the lines...
T(2210,v16hi a;,N(2210,a))
T(2214,v8sf a;,N(2214,a))
U(2395,struct{struct{u4df c;}b;u2sf d;}a[5];v2sf e[4];long double f;unsigned
char g;unsigned long long int h;Tllong i:BQN(5);TE4 j:14;Tal16ulong
k:BLN(40);unsigned long int l:BLN(40);Tbool m:1;TE8
n:32;,N(2395,a[4].b.c)N(2395,a[4].d))
in t025_test.h. Recompiling these under gcc 4.5.2 doesn't produce the failures.