diff options
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index ac28472..d6a58a8 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2014-10-17 Marek Polacek <polacek@redhat.com> + + * c-decl.c (grokdeclarator): Use OPT_Wimplicit_int unconditionally. + (start_function): Use OPT_Wimplicit_int instead of 0. + (store_parm_decls_oldstyle): Likewise. + 2014-10-17 Alan Modra <amodra@gmail.com> PR middle-end/61848 |