Re: [PATCH] gcc.dg/vect/ cleanup

2014-10-02 Thread Marek Polacek
On Thu, Oct 02, 2014 at 11:58:37AM -0600, Jeff Law wrote: > In fact, I think I'll just go ahead and pre-approve the other patches of > this nature. Thanks. I have a bunch of similar patches that just need proper CL entries, but they're of the same nature: missing declarations, defaulting to int,

Re: [PATCH] gcc.dg/vect/ cleanup

2014-10-02 Thread Jeff Law
On 10/02/14 07:39, Marek Polacek wrote: This patch is a cleanup of tests in gcc.dg/vect/ directory. See https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02656.html for more info. Tested on x86_64-linux: vanilla results == results with this patch == results with this patch and gnu11 as a default. O

[PATCH] gcc.dg/vect/ cleanup

2014-10-02 Thread Marek Polacek
This patch is a cleanup of tests in gcc.dg/vect/ directory. See https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02656.html for more info. Tested on x86_64-linux: vanilla results == results with this patch == results with this patch and gnu11 as a default. Ok? 2014-10-02 Marek Polacek *