ip2k.c (ip2k_reorg): Use INSN_P instead of its definition.
[gcc.git] / gcc / ChangeLog
index 9e525fee68fef3afa1ee992fe437b7124344b30d..a35f44447401ca2c479b51bf9fb570ff03c18909 100644 (file)
@@ -1,3 +1,144 @@
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
+       definition.
+
+2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * opts.c: Include insn-attr.h.
+       * Makefile.in (opts.o): Depend on INSN_ATTR_H.
+
+2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * flow.c (propagate_one_insn): Use proper test for a register
+       being part of the return value.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/avr/avr.c: Fix a comment typo.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
+       with avr_simplify_comparison_p.
+       * config/avr/avr.c: Likewise.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * builtins.c: Follow spelling conventions.
+       * cgraph.c: Likewise.
+       * cpplex.c: Likewise.
+       * config/arm/arm.c: Likewise.
+       * config/arm/iwmmxt.md: Likewise.
+       * config/c4x/c4x-modes.def: Likewise.
+       * config/c4x/c4x.c: Likewise.
+       * config/c4x/c4x.h: Likewise.
+       * config/c4x/c4x.md: Likewise.
+       * config/i386/i386-interix.h: Likewise.
+       * config/mips/mips.h: Likewise.
+
+2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
+       __mc68020__ on TARGET_68020.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c: Fix a comment typo.
+
+2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * c-parse.in (yylexstring): Use a location_t.
+
+       * diagnostic.h (diagnostic_set_info): Replace file and lineno
+       parameters with a location_t.
+       * diagnostic.c (diagnostic_set_info): Replace file and lineno
+       parameters with a location_t.
+       (inform, warning, pedwarn, error, sorry, fatal_error,
+       internal_error, warning_with_decl, pedwarn_with_decl,
+       error_with_decl): Adjust.
+       * c-error.c (pedwarn_c99): Adjust.
+       * c-format.c (status_warning): Adjust.
+       * rtl-error.c (file_and_line_for_asm): Rename to ...
+       (location_for_asm): Return a location_t.
+       (diagnostic_for_asm): Adjust.
+
+2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
+
+       * cpptrad.c (skip_macro_block_comment): New.
+       (copy_comment): Use it if appropriate.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
+       definition.
+       (store_killed_in_insn): Likewise.
+       * print-rtl.c (print_rtx): Likewise.
+       * config/frv/frv.c (frv_final_prescan_insn): Likewise.
+       * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
+       (m68hc11_reassign_regs): Likewise.
+       (m68hc11_reorg): Likewise.
+
+2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+       * diagnostic.c (output_integer_with_precision): New macro.
+       (output_format): Use it.  Handle more format specifiers.
+       (output_long_decimal): Remove.
+       (output_unsigned_decimal): Likewise.
+       (output_long_unsigned_decimal): Likewise.
+       (output_octal): Likewise.
+       (output_long_octal): Likewise.
+       (output_hexadecimal): Likewise.
+       (output_long_hexadecimal): Likewise.
+       (output_long_long_decimal): Likewise.
+
+2003-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/ia64.md: Follow recent emit_note API change.
+
+2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * c-parse.in (%union): Replace filename & lineno with location.
+       (save_filename, save_lineno): Remove.
+       (save_location): New.
+       (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
+       nested_function, notype_nested_function, if_prefix, lineno_stmt,
+       lineno_label, label): Adjust.
+
+2003-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * builtins.c (c_strlen): Add only_value argument.
+       Handle COND_EXPR and COMPOUND_EXPR.
+       (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
+       Adjust c_strlen callers.
+       (expand_builtin_strcpy, expand_builtin_strncpy,
+       expand_builtin_strcmp, expand_builtin_strncmp,
+       expand_builtin_fputs, expand_builtin_sprintf,
+       fold_builtin): Adjust c_strlen callers.
+
+2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
+
+       * bb-reorder.c (find_traces_1_round): Do not send basic block
+       to next round when we are in the last round.
+
+2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makefile.in: Update.
+       * opts.c: Include tm_p.h.
+       (handle_options): Make static.
+       (decode_options): Copied from toplev.c.
+       * opts.h (decode_options): New.
+       * toplev.c (parse_options_and_default_flags): Move most to opts.c,
+       some to...
+       (general_init): ...here.
+       (toplev_main): Use decode_options instead.
+       * toplev.h (save_argc, save_argv): New.
+
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * explow.c (find_next_ref): Remove.
+       * rtl.h: Remove the prototype for find_next_ref.
+
 2003-06-27  Roger Sayle  <roger@eyesopen.com>
 
        * config/alpha/alpha.md (anonymous define_split): Adjust emit_note