Re: [PATCH] gcc.dg/tree-ssa/ cleanup

2014-10-02 Thread Marek Polacek
On Thu, Oct 02, 2014 at 01:34:20PM +0200, Jakub Jelinek wrote: > Wouldn't it be worthwhile to avoid such changes for dozen or two randomly > selected testcases from these and instead add -std=gnu89 for them? > Just making sure we don't get rid of all the tests for non-prototyped call > and/or defau

Re: [PATCH] gcc.dg/tree-ssa/ cleanup

2014-10-02 Thread Jakub Jelinek
On Thu, Oct 02, 2014 at 01:30:21PM +0200, Marek Polacek wrote: > This patch is a cleanup of tests in gcc.dg/tree-ssa/ directory. > It is quite large, but trivial - mostly only missing declarations > and defaulting to int. See > https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02656.html > for more i

[PATCH] gcc.dg/tree-ssa/ cleanup

2014-10-02 Thread Marek Polacek
This patch is a cleanup of tests in gcc.dg/tree-ssa/ directory. It is quite large, but trivial - mostly only missing declarations and defaulting to int. 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