On Thu, 7 Jun 2018, Marek Polacek wrote:
> This PR reports that we are not emitting a -Wc90-c99-compat warning
> for a for loop with a declaration. This patch adds it; here we want
> to use pedwarn_c90 which takes care of it.
>
> Bootstrapped/regtested on x86_64-linux, ok for trunk?
OK. (This
This PR reports that we are not emitting a -Wc90-c99-compat warning
for a for loop with a declaration. This patch adds it; here we want
to use pedwarn_c90 which takes care of it.
Bootstrapped/regtested on x86_64-linux, ok for trunk?
2018-06-07 Marek Polacek
PR c/85318
* c-dec