diff options
| -rw-r--r-- | gcc/ChangeLog | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b04a484..f8ee9d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -23724,7 +23724,31 @@ (c_initialize_diagnostics): Declare. * objc/objc-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Define. * c-format.c (format_type_warning): New function. Improve - di + diagnostics for incorrect format argument types. + (check_format_types): Use it. Add two parameters. Use the + TYPE_MAIN_VARIANT of wanted_type. + (check_format_info_main): Pass new parameters to + check_format_types. + (struct format_wanted_type): Update comment. + +2004-07-01 Nick Clifton <nickc@redhat.com> + + * target.h (struct gcc_target): Add new field to struct cxx: + import_export_class. + * target-def.h (TARGET_CXX): Initialise the new field. + (TARGET_CXX_IMPORT_EXPORT_CLASS): Provide a default value for + the new field. + * doc/tm.texi: Document the new target hook. + +2004-07-01 Paolo Bonzini <bonzini@gnu.org> + + * builtins.c (fold_builtin_classify): Fix typo. + +2004-07-01 Richard Henderson <rth@redhat.com> + + * function.c (identify_blocks, identify_blocks_1): Remove. + * function.h (identify_blocks): Remove. + * rtl.h (NOTE_INSN_BLOCK_BEG): Update comment. 2004-07-01 Paolo Bonzini <bonzini@gnu.org> |
