aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gcc.gnu.org>2004-11-26 15:13:35 +1030
committerAlan Modra <amodra@gcc.gnu.org>2004-11-26 15:13:35 +1030
commite2ba236a2fef9606a054c0047f171475241b63e4 (patch)
treef43c060f697cb2ef48cacc6923cb1f2d8bbeb1ee /gcc
parent994cf17344edaae8df4a70a831b23c8ba39c4c0b (diff)
downloadgcc-e2ba236a2fef9606a054c0047f171475241b63e4.zip
gcc-e2ba236a2fef9606a054c0047f171475241b63e4.tar.gz
gcc-e2ba236a2fef9606a054c0047f171475241b63e4.tar.bz2
fix weird changelog damage in last commit
From-SVN: r91326
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog26
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>