Re: [PATCH] Add check for aarch64 in vect_cmdline_needed

2013-11-13 Thread Marcus Shawcroft
On 7 November 2013 15:20, Cesar Philippidis wrote: > On 11/6/13, 5:06 PM, Joseph S. Myers wrote: > >> You should be testing aarch64*-*-* so as to match aarch64_be targets. > > Thank you for catching that. Please commit this new patch if is OK. I > don't have SVN access. Applied as 204745 thanks.

Re: [PATCH] Add check for aarch64 in vect_cmdline_needed

2013-11-07 Thread Cesar Philippidis
On 11/6/13, 5:06 PM, Joseph S. Myers wrote: > You should be testing aarch64*-*-* so as to match aarch64_be targets. Thank you for catching that. Please commit this new patch if is OK. I don't have SVN access. Thanks, Cesar 2013-11-06 Cesar Philippidis gcc/testsuite/ * lib/ta

Re: [PATCH] Add check for aarch64 in vect_cmdline_needed

2013-11-06 Thread Joseph S. Myers
You should be testing aarch64*-*-* so as to match aarch64_be targets. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Add check for aarch64 in vect_cmdline_needed

2013-11-06 Thread Cesar Philippidis
The following tests were failing on Aarch64 because the vectorizer was successfully able to vectorize their loop nests: FAIL: gcc.dg/tree-ssa/gen-vect-11b.c scan-tree-dump-times vect "vectorized 0 loops" 1 FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0 loops" 1 Appar