diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2004-11-26 15:13:35 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2004-11-26 15:13:35 +1030 |
commit | e2ba236a2fef9606a054c0047f171475241b63e4 (patch) | |
tree | f43c060f697cb2ef48cacc6923cb1f2d8bbeb1ee | |
parent | 994cf17344edaae8df4a70a831b23c8ba39c4c0b (diff) | |
download | gcc-e2ba236a2fef9606a054c0047f171475241b63e4.zip gcc-e2ba236a2fef9606a054c0047f171475241b63e4.tar.gz gcc-e2ba236a2fef9606a054c0047f171475241b63e4.tar.bz2 |
fix weird changelog damage in last commit
From-SVN: r91326
-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> |