Re: [PATCH] Skip some vect tests on AIX.

2013-03-06 Thread David Edelsohn
On Wed, Mar 6, 2013 at 1:54 PM, Dominique Dhumieres wrote: > David, > > 'dg-do run' and 'dg-do compile' cannot be mixed in the same test > (if needed I can look for the thread) so the tests > vect-82_64.c and vect-83_64.c are not doing what was expected. I did not write the original dg-do and dg-

Re: [PATCH] Skip some vect tests on AIX.

2013-03-06 Thread Dominique Dhumieres
David, 'dg-do run' and 'dg-do compile' cannot be mixed in the same test (if needed I can look for the thread) so the tests vect-82_64.c and vect-83_64.c are not doing what was expected. Dominique

[PATCH] Skip some vect tests on AIX.

2013-03-03 Thread David Edelsohn
AIX does not support 64 bit instructions in 32 bit addressing mode. * vect/vect-82_64.c: Skip on AIX. * vect/vect-83_64.c: Same. Index: vect-82_64.c === --- vect-82_64.c(revision 196418) +++ vect-82_64.c(working copy)