diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91255aa..09056a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2006-12-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org> + + PR middle-end/7651 + * c.opt (Wmissing-parameter-type): New. + * doc/invoke.texi (Wmissing-parameter-type): Document it. + (Wextra): Enabled by -Wextra. + * c-opts.c (c_common_post_options): Enabled by -Wextra. + * c-decl.c (store_parm_decls_oldstyle): Replace Wextra with + Wmissing-parameter-type. + 2006-12-23 Eric Botcazou <ebotcazou@adacore.com> * dwarf2out.c (dbx_reg_number): Do leaf register remapping |