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 info. > > Tested on x86_64-linux: vanilla results == results with this patch == > results with this patch and gnu11 as a default. > > Ok for trunk?
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 defaulting to int. Jakub