Re: [PATCH] Fix PR57630

2013-06-17 Thread Joseph S. Myers
On Mon, 17 Jun 2013, Marek Polacek wrote: > This improves the diagnostics messages in case we're using initial > declarations in the for loop, but we're not using C99 or newer standard; > in this case we shouldn't forget about =c11 and =gnu11, where the > initial declaration is fine as well. > >

[PATCH] Fix PR57630

2013-06-17 Thread Marek Polacek
This improves the diagnostics messages in case we're using initial declarations in the for loop, but we're not using C99 or newer standard; in this case we shouldn't forget about =c11 and =gnu11, where the initial declaration is fine as well. Ok for trunk? 2013-06-17 Marek Polacek PR