Re: [PATCH, 4.7] Fix failure of two tests on 32-bit powerpc

2011-03-22 Thread David Edelsohn
On Mon, Mar 21, 2011 at 7:56 PM, Michael Meissner wrote: > I noticed that dg.gcc/torture/vector-1.c and dg.gcc/torture/vector-2.c were > failing on 32-bit PowerPC Linux systems.  The failure was due to the compiler > complaining that by default the ABI on 32-bit does not allow passing vector > ite

[PATCH, 4.7] Fix failure of two tests on 32-bit powerpc

2011-03-21 Thread Michael Meissner
I noticed that dg.gcc/torture/vector-1.c and dg.gcc/torture/vector-2.c were failing on 32-bit PowerPC Linux systems. The failure was due to the compiler complaining that by default the ABI on 32-bit does not allow passing vector items. I fixed the tests so that they pass -mabi=altivec on powerpc