3 GCC HEAD regressions, 0 new, with your patch on 2004-02-07T03:43:42Z.
GCC regression checker
geoffk@apple.com
Sat Feb 7 11:56:00 GMT 2004
With your recent patch, GCC HEAD has some regression test failures,
which used to pass. There are 0 new failures, and 3
failures that existed before and after that patch; 0 failures
have been fixed.
The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.old-deja/g++.abi/cxa_vec.C
native g++.sum g++.old-deja/g++.brendan/new3.C
native g77.sum g77.f-torture/execute/intrinsic77.f
For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2004-02-06T19:30:02Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Fri Feb 6 11:30:45 2004
+++ gcc/gcc/ChangeLog Fri Feb 6 19:44:27 2004
@@ -1,3 +1,129 @@
+2004-02-07 Alan Modra <amodra@bigpond.net.au>
+
+ * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
+ (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
+ (SHLIB_MKMAP_OPTS): Delete.
+ (TARGET_LIBGCC2_CFLAGS): Add -specs.
+ (bispecs): Add rule.
+ * config/rs6000/libgcc-ppc64.ver: New file.
+ * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
+ (__floatdidf, __floatdisf): Optimize multiply.
+ (__fixunstfdi): New function.
+ * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
+ real and imag parts larger than one register.
+ (function_arg): Correct type of reg used when fp arg split partially
+ to stack.
+ * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
+ and __MACH__ or __powerpc64__.
+
+2004-02-06 Roger Sayle <roger@eyesopen.com>
+ Ulrich Weigand <uweigand@de.ibm.com>
+
+ * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
+ of gen_highpart or gen_lowpart when the floating point format is
+ wider than the result mode.
+
+2004-02-06 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * dwarf2out.c (loclabel_num): Move into #ifdef
+ DWARF2_DEBUGGING_INFO.
+
+2004-02-06 Ziemowit Laski <zlaski@apple.com>
+
+ * objc/objc-act.c (build_super_template) the 'class' field of
+ 'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
+ (get_super_receiver): Likewise.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * reload1.c (check_eliminable_occurrences): Optimize the reset
+ of can_eliminate.
+ (eliminate_regs_in_insn): Likewise.
+
+2004-02-06 Daniel Berlin <dberlin@dberlin.org>
+ Josef Zlomek <zlomekj@suse.cz>
+
+ * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
+ at the beginning of function, call dwarf2out_var_location for
+ NOTE_INSN_VAR_LOCATION note.
+ (struct var_loc_node, struct var_loc_list_def, loclabel_num,
+ decl_loc_table): New.
+ (lookup_decl_loc): New function.
+ (add_var_loc_to_decl): New function.
+ (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
+ only if can_use_fbreg.
+ (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
+ functions.
+ (loc_descriptor): Likewise. Process VAR_LOCATION.
+ (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
+ (loc_descriptor_from_tree): Call mem_loc_descriptor with
+ can_use_fbreg == true.
+ (add_location_or_const_value_attribute): Added parameter enum
+ dwarf_attribute attr, generate attribute ATTR. Create the location list.
+ (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
+ (gen_formal_parameter_die): Call add_location_or_const_value_attribute
+ with attr == DW_AT_location.
+ (gen_subprogram_die): Generate the location list for DW_AT_frame_base
+ if frame_base_decl is defined and has a location list.
+ (gen_variable_die): Call add_location_or_const_value_attribute with
+ attr == DW_AT_location.
+ (dwarf2out_var_location): New function.
+ (dwarf2out_begin_function): New function.
+ (dwarf2out_init): Create decl_loc_table.
+
+2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * loop.c (force_movables): Transitively increase the priorities of
+ all insns forces by an insn, not just the first one.
+
+2004-02-06 Josef Zlomek <zlomekj@suse.cz>
+ Daniel Berlin <dberlin@dberlin.org>
+
+ Josef Zlomek <zlomekj@suse.cz>
+ * Makefile.in (var-tracking.o): New.
+ * common.opt (fvar-tracking): New.
+ * flags.h (flag_var_tracking): New.
+ * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
+ * opts.c (common_handle_option): Add OPT_fvar_tracking.
+ * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
+ * rtl.c (note_insn_name): Likewise.
+ * rtl.def (VAR_LOCATION): New.
+ * rtl.h (NOTE_VAR_LOCATION): New.
+ (NOTE_VAR_LOCATION_DECL): New.
+ (NOTE_VAR_LOCATION_LOC): New.
+ (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
+ (variable_tracking_main): New exported function.
+ * timevar.def (TV_VAR_TRACKING): New.
+ * toplev.c (enum dump_file_index): Added DFI_vartrack.
+ (dump_file): "vartrack" was added (-dV).
+ (flag_var_tracking): New.
+ (f_options): "var-tracking" was added.
+ (rest_of_handle_variable_tracking): New function.
+ (rest_of_compilation): Run variable tracking.
+ (process_options): If user has not specified flag_var_tracking set it
+ according to optimize, debug_info_level and debug_hooks.
+ * tree.h (frame_base_decl): New.
+ * var-tracking.c: New file.
+ * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
+ (ia64_override_options): Set flags to run variable tracking in machine
+ dependent reorg instead of toplev.c.
+ (ia64_reorg): Run variable tracking if wanted.
+ * doc/invoke.texi: Mention variable tracking in -dV,
+ add and -fvar-tracking.
+ * doc/passes.texi: Added variable tracking pass.
+
+ Daniel Berlin <dberlin@dberlin.org>
+ * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
+ * dbxout.c (dbx_debug_hooks): Likewise.
+ (xcoff_debug): Likewise.
+ * debug.c (do_nothing_debug_hooks): Likewise.
+ * dwarf2out.c (dwarf2_debug_hooks): Likewise.
+ * dwarfout.c (dwarf_debug_hooks): Likewise.
+ * sdbout.c (sdb_debug_hooks): Likewise.
+ * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
+ * final.c (final_scan_insn): Call var_location debug hook for each
+ NOTE_INSN_VAR_LOCATION.
+
2004-02-06 Jan Hubicka <jh@suse.cz>
* flow.c (update_life_info): Allocate reg_deaths when called from
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Fri Feb 6 09:30:42 2004
+++ gcc/gcc/cp/ChangeLog Fri Feb 6 19:44:34 2004
@@ -1,5 +1,11 @@
2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
+ PR c++/14033
+ * decl.c (require_complete_types_for_parms): Do not insert
+ error_mark_node in the parameter list.
+
+2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
+
PR c++/14028
* parser.c (cp_parser_enclosed_template_argument_list): Emit straight
error when terminator can not be found.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Fri Feb 6 09:30:45 2004
+++ gcc/gcc/testsuite/ChangeLog Fri Feb 6 19:44:37 2004
@@ -1,5 +1,10 @@
2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
+ PR c++/14033
+ * g++.dg/other/crash-2.C: New test.
+
+2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
+
PR c++/14028
* g++.dg/parse/angle-bracket2.C: New test.
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Fri Feb 6 11:31:01 2004
+++ gcc/libstdc++-v3/ChangeLog Fri Feb 6 19:44:49 2004
@@ -1,5 +1,21 @@
2004-02-06 Paolo Carlini <pcarlini@suse.de>
+ * include/bits/basic_string.h: Fix comment.
+
+2004-02-06 Paolo Carlini <pcarlini@suse.de>
+
+ * include/bits/stl_construct.h: Wrap overlong lines, reformat
+ according to the coding standards.
+ * include/bits/stl_pair.h: Likewise.
+ * include/bits/stl_raw_storage_iter.h: Likewise.
+ * include/bits/stl_stack.h: Likewise.
+ * include/bits/stl_uninitialized.h: Likewise.
+ * include/bits/stream_iterator.h: Likewise.
+ * include/bits/streambuf_iterator.h: Likewise.
+ * include/bits/type_traits.h: Likewise.
+
+2004-02-06 Paolo Carlini <pcarlini@suse.de>
+
* testsuite/27_io/basic_filebuf/open/char/9507.cc:
Adjust timings.
--- /Users/regress/tbox/changelog_mail/gcc/libffi/ChangeLog Sun Jan 25 00:34:06 2004
+++ gcc/libffi/ChangeLog Fri Feb 6 19:44:43 2004
@@ -1,3 +1,7 @@
+2004-02-07 Alan Modra <amodra@bigpond.net.au>
+
+ * src/types.c: Use 16 byte long double for POWERPC64.
+
2004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
* src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
ChangeLog entries between 2004-02-06T19:30:02Z and the last time everything
passed, on 2004-01-26T14:22:28Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog Fri Jan 23 18:13:03 2004
+++ gcc/ChangeLog Thu Feb 5 16:00:15 2004
@@ -1,3 +1,25 @@
+2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * configure.in: Don't pass --with-stabs on IRIX 5 either.
+ * configure: Regenerate.
+
+2004-02-04 Geoffrey Keating <geoffk@apple.com>
+
+ Merge from upstream:
+
+ * ltmain.in: When setting IFS to '~', be careful about user
+ arguments that contain '~'.
+
+ 2004-02-04 Peter O'Gorman <peter@pogma.com>
+
+ * ltmain.in (infer_tag): Move tag inferrence to a shell function.
+ Also test $base_compile against $CC with escaped arguments. Bug
+ reported by Geoff Keating <geoffk@apple.com>.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * MAINTAINERS: Remove i960 port.
+
2004-01-23 DJ Delorie <dj@redhat.com>
* Makefile.def (target_modules) [libiberty]: Don't stage.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog Mon Jan 26 06:23:27 2004
+++ gcc/gcc/ChangeLog Fri Feb 6 11:30:45 2004
@@ -1,3 +1,2328 @@
+2004-02-06 Jan Hubicka <jh@suse.cz>
+
+ * flow.c (update_life_info): Allocate reg_deaths when called from
+ scheudler.
+ (attempt_auto_inc): Update life ranges accordingly.
+
+2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ PR debug/11816
+ * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
+
+2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * cfganal.c (flow_call_edges_add): Never split a libcall block.
+
+2004-02-06 Daniel Berlin <dberlin@dberlin.org>
+
+ * dwarf2out.c (output_loc_list): Don't use deltas if we have
+ a separate line info table in use.
+ Use the correct size for terminators.
+ (output_die): Use offset, not delta.
+
+2004-02-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/invoke.texi: Remove the pni option from -mfpmath=.
+
+2004-02-06 Jan Hubicka <jh@suse.cz>
+
+ * recog.c (split_all_insns): Do not update reg info.
+ * regrename.c (regrename_optimize): Likewise.
+ * toplev.c (rest_of_handle_reorder_blocks): Likewise.
+ * flow.c (struct propagate_block_info): Add insn_num field.
+ (reg_deaths): New array.
+ (life_analysis): Free reg_deaths info.
+ (allocate_reg_life_data): Allocate reg_deaths array.
+ (propagate_one_insn): Use new array.
+ (init_propagate_block): Initialize it.
+ (free_propagate_block_info): Finish compuation of
+ REG_LIVE_LENGTH
+ (attempt_auto_inc): Sanity check that REG_INFO is not
+ computed at same time.
+ (mark_used_regs): Update new array.
+
+ * reg-stack.c (subst_stack_regs): Unshare clobbers before
+ substitution.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/s390/s390.md (*extendsiqi2_short_displ): Change to
+ *extendqisi2_short_displ.
+
+2004-02-06 Alan Modra <amodra@bigpond.net.au>
+
+ * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
+ * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
+ (emit_library_call_value_1): Likewise pass nargs.
+ * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
+ * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
+ * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
+ parameter instead of scanning TYPE_ARGS_TYPES to count args.
+ * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
+ prototype.
+ * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
+ (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
+ (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
+ * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
+ INIT_CUMULATIVE_ARGS.
+ * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
+ * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
+ config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
+ config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
+ config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
+ config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
+ config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
+ config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
+ config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
+ config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
+ config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
+ config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
+ possible.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
+ note containing (plus (reg) (const_int)), where reg is an
+ eliminable reg, then perform the register elimination without
+ depending on eliminate_regs().
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/arc/arc.c (arc_return_in_memory): Check the return
+ value of int_size_in_bytes against -1. Don't check
+ TREE_ADDRESSABLE.
+ * config/avr/avr.c (avr_return_in_memory): Check the return
+ value of int_size_in_bytes against -1.
+ * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
+ * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
+ Likewise.
+ * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
+ * config/stormy16/stormy16.c (xstormy16_return_in_memory):
+ Likewise.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/frv/frv-protos.h: Remove the prototype for
+ frv_setup_incoming_varargs.
+ * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
+ (frv_setup_incoming_varargs): Make it static.
+ * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/fr30/fr30-protos.h: Remove the prototype for
+ fr30_setup_incoming_varargs.
+ Update the prototypes for fr30_num_arg_regs and
+ fr30_function_arg_partial_nregs.
+ * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
+ (TARGET_SETUP_INCOMING_VARARGS): Likewise.
+ (fr30_setup_incoming_varargs): Make it static.
+ Add argument second_time. Don't do anything when second_time
+ is nonzero.
+ (fr30_num_arg_regs): Change the type of the first argument to
+ enum machine_mode.
+ (fr30_function_arg_partial_nregs): Change the type of the
+ second argument to enum machine_mode.
+ * config/fr30/fr30.h (STRUCT_VALUE): Remove.
+ (SETUP_INCOMING_VARARGS): Remove.
+
+2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/arc/arc-protos.h: Remove the prototype for
+ arc_setup_incoming_varargs.
+ * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
+ (TARGET_SETUP_INCOMING_VARARGS): Likewise.
+ (arc_setup_incoming_varargs): Make it static.
+ (arc_external_libcall): Likewise.
+ * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
+ Remove the commented-out definition of
+ ASM_OUTPUT_EXTERNAL_LIBCALL.
+
+2004-02-05 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
+
+ * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
+ to $$(slibdir) in the installation commands.
+
+2004-02-05 David Edelsohn <edelsohn@gnu.org>
+
+ * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
+ with inner_regno, not regno.
+ * rtlanal.c (refers_to_regno_p): Same.
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config.gcc: Remove i370 support.
+
+2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
+
+ * doc/install.texi: Update automake and autoconf version
+ requirements. Note where to find gcj automake version.
+
+2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
+
+ * Makefile.in (generate-manpages): Move dependencies to ...
+ (man): here.
+ * doc/makefile.texi: Document new targets.
+ * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
+
+2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
+
+ PR/13485
+ Makefile.in (srcextra): Add a level of indirection to ...
+ (gcc.srcextra): ... here.
+ (po-generated): Delete.
+ (po/$(PACKAGE).pot: Use srcextra instead of po-generated. Depend on
+ options.c.
+ (start.encap): Remove superfluous lang.srcextra dependency.
+ objc/Make-lang.in (po-generated): Delete.
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/ia64/ia64.c (REG_GP): Remove.
+
+2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
+
+2004-02-05 Devang Patel <dpatel@apple.com>
+
+ * dwarf2out.c (force_type_die): Look up input type itself
+ instead of root_type() of type.
+
+2004-02-05 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * config/s390/s390.md ("*tmqidi_ext"): New insn.
+ ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
+ pre-reload splitters are transformed to post-reload
+ define_insn_and_split patterns.
+ ("*tmqisi_ext"): Renamed old "*tmqi_ext".
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
+ TARGET_PROMOTE_PROTOTYPES.
+
+2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ PR middle-end/13750
+ Revert:
+ 2004-01-15 Geoffrey Keating <geoffk@apple.com>
+ PR pch/13361
+ * c-typeck.c (constructor_asmspec): Delete.
+ (struct initializer_stack): Delete field 'asmspec'.
+ (start_init): Delete saving of asmspec.
+ (finish_init): Don't update constructor_asmspec.
+ * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
+ * stmt.c (expand_asm): Duplicate strings from tree.
+ (expand_asm_operands): Likewise.
+ * tree.c (tree_size): Update computation of size of STRING_CST.
+ (make_node): Don't make STRING_CST nodes.
+ (build_string): Allocate string with tree node.
+ * tree.def (STRING_CST): Update comment.
+ * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
+ (tree_string): Place contents of string in tree node.
+ * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
+ from tree.
+
+2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
+ msgid.
+
+2004-02-05 Dorit Naishlos <dorit@il.ibm.com>
+
+ * config/rs6000/altivec.md (*movv4si_internal): At least one
+ operand must be altivec_register_operand.
+ (*movv8hi_internal1): Likewise.
+ (*movv16qi_internal1): Likewise.
+ (*movv4sf_internal1): Likewise.
+
+2004-02-05 David Edelsohn <edelsohn@gnu.org>
+
+ * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
+ * configure: Regenerate.
+
+2004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
+
+ * doc/install.texi: Update description of --gxx-include-dir to
+ give correct default value.
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
+ 8 with MAC_REG.
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
+ gen_rtx_PARALLEL.
+
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * emit-rtl.c: Update the comment about the file.
+
+2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * sourcebuild.texi (Test Idioms): Update testcase naming
+ conventions.
+
+2004-02-04 Per Bothner <per@bothner.com>
+
+ Partially revert/redo 2003-10-01 change; fix -fworking-directory.
+ * c-ppoutput.c (pp_dir_change): New function.
+ * c-common.h (pp_dir_change): New declaration.
+ * cpplib.h (struct cpp_options): Remove working_directory field.
+ * cppinit.c (cpp_find_main_file, cpp_push_main_file): Merge back to
+ (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.
+ Don't handle -fworking_directory here, but in c_common_post_options.
+ (read_original_directory): Don't back up when done.
+ Don't clear no-longer used working_directory flag.
+ * cpplib.h: Update declarations to match.
+ * c-lex.c (cb_dir_change): Move to c-opts.c.
+ (init_c_lex): Don't set dir_change callback here, since we want
+ to set it even if flag_preprocess_only.
+ * c-opts.c (cb_dir_change): Function moved from c-lex.c.
+ (c_common_post_options): Set dir_change callback.
+ Call pp_dir_change if approporiate.
+ (finish_options): Don't call cpp_find_main_file here. Hence remove
+ unneeded parameter and result. Do LC_RENAME for <built-in>.
+ (c_common_post_options): Call cpp_read_main_file here instead.
+ (c_common_init): Update accordingly.
+ (push_command_line_include): Don't cpp_push_main_file.
+ Do LC_RENAME rather than LC_LEASE to get back to main file.
+ Compared to pre-10-01 version, inline cpp_rename_to_main_file.
+ (c_common_parse_file): Call cpp_read_main_file for subsequent main
+ files, but call finish_options for all files.
+ * c-opts.c (sanitize_cpp_opts): Don't set cpp_opts->working_directory.
+ * fix-header.c (read_scan_file): Call cpp_read_main_file instead of
+ cpp_find_main_file + cpp_push_main_file.
+ * c-lex.c (fe_file_change): Don't set main_input_filename here.
+ * opts.c (handle_options): Only set main_input_filename first time.
+
+2004-02-05 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
+
+2004-02-04 Geoffrey Keating <geoffk@apple.com>
+
+ * reload.c (find_equiv_reg): When checking for register overlap,
+ don't index hard_regno_nregs with a pseudo-reg.
+
+2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
+
+2004-02-04 David Edelsohn <edelsohn@gnu.org>
+
+ * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
+ against FIRST_PSEUDO_REGISTER.
+
+2004-02-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * Makefile.in: Move target, host overrides after per-language
+ fragments.
+
+ * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
+ (GNATLIBCFLAGS): Remove -g.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
+ config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
+ config/ia64/ia64.c, config/ia64/unwind-ia64.c,
+ config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
+ config/pdp11/pdp11.c, config/rs6000/rs6000.c,
+ config/sparc/sparc.c, config/vax/vax.c: Revert the
+ replacements of "FALLTHRU" with "Fall through" done in the
+ previous patch.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
+ config/arm/arm.c, config/arm/arm.md,
+ config/cris/cris-protos.h, config/fr30/fr30.c,
+ config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
+ config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
+ config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
+ config/ip2k/ip2k.md, config/ip2k/libgcc.S,
+ config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
+ config/m68k/m68k.c, config/m68k/netbsd-elf.h,
+ config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
+ config/ns32k/netbsd.h, config/ns32k/ns32k.c,
+ config/ns32k/ns32k.h, config/pdp11/pdp11.h,
+ config/rs6000/darwin-ldouble.c, config/s390/s390.h,
+ config/s390/s390.md, config/sparc/netbsd-elf.h,
+ config/sparc/openbsd.h, config/sparc/sparc.c,
+ config/xtensa/lib2funcs.S: Fix comment formatting.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/alpha/alpha.c, config/arc/arc.c,
+ config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
+ config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
+ config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
+ config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
+ config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
+ config/ia64/ia64.c, config/ia64/unwind-ia64.c,
+ config/iq2000/iq2000.c, config/m32r/m32r.c,
+ config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
+ config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
+ config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
+ config/rs6000/rs6000.h, config/sparc/sparc.c,
+ config/vax/vax.c: Fix comment typos. Follow spelling
+ conventions.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
+ caller-save.c, df.h, genconfig.c, global.c, lcm.c,
+ ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
+ sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
+ config/arm/fpa.md, config/arm/iwmmxt.md,
+ config/arm/netbsd-elf.h, config/arm/netbsd.h,
+ config/m68hc11/m68hc11.md, config/mips/iris5.h,
+ config/mn10300/mn10300.md, config/rs6000/altivec.md,
+ config/sparc/netbsd-elf.h: Update copyright.
+
+2004-02-04 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
+ for all modes whose size is greater than 8 bytes if ARCH32.
+ (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
+ by reference if ARCH32.
+
+2004-02-04 Aldy Hernandez <aldyh@redhat.com>
+
+ * cgraphunit.c (cgraph_postorder): Fix typo in comment.
+
+2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
+ to before adddi3 insn patterns.
+ ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
+ "reload_insi"): Move to before addsi3 insn patterns.
+
+2004-02-04 Mark Mitchell <mark@codesourcery.com>
+
+ * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
+ parameter. Use it instead of current_function_is_thunk.
+ * function.h (struct function): Update documentation for is_thunk.
+ * tree.h (CALL_FROM_THUNK_P): New macro.
+ * config/alpha/alpha.c (alpha_sa_mask): Do not check
+ no_new_pseudos when testing current_function_is_thunk.
+ * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
+ TARGET_SETUP_INCOMING_VARARGS.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * emit-rtl.c (gen_rtx): Remove.
+ * genattrtab.c: Don't mention gen_rtx in a comment.
+ * rtl.h: Remove the prototype for gen_rtx.
+ * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/arc/arc.h, config/fr30/fr30.h
+ (SETUP_INCOMING_VARARGS): Remove the target-independent
+ comments.
+ * doc/tm.texi: Don't mention deprecated target macros.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
+ target-independent comment.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
+ mention deprecated target macros.
+
+2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config.gcc: Remove obsolete ports and configurations.
+ * config/linux-aout.h, config/netware.h,
+ config/t-linux-gnulibc1, config/d30v/abi,
+ config/d30v/d30v-protos.h, config/d30v/d30v.c,
+ config/d30v/d30v.h, config/d30v/d30v.md,
+ config/d30v/libgcc1.asm, config/d30v/t-d30v,
+ config/dsp16xx/dsp16xx-modes.def,
+ config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
+ config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
+ config/i370/README, config/i370/i370-c.c,
+ config/i370/i370-protos.h, config/i370/i370.c,
+ config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
+ config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
+ config/i386/freebsd-aout.h, config/i386/linux-aout.h,
+ config/i386/moss.h, config/i386/netware.h,
+ config/i386/svr3.ifile, config/i386/svr3dbx.h,
+ config/i386/svr3gas.h, config/i386/svr3z.ifile,
+ config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
+ config/i960/i960-c.c, config/i960/i960-coff.h,
+ config/i960/i960-modes.def, config/i960/i960-protos.h,
+ config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
+ config/i960/rtems.h, config/i960/t-960bare,
+ config/m68k/hp310.h, config/m68k/hp320.h,
+ config/m68k/hp320base.h, config/m68k/m68kv4.h,
+ config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
+ Remove.
+ * doc/extend.texi, doc/install.texi, doc/invoke.texi,
+ doc/md.texi: Remove mentions of obsolete ports.
+
+2004-02-04 Jan Hubicka <jh@suse.cz>
+
+ * alias.c (find_base_term, get_addr): Do not dereference NULL
+ pointer when all VALUE's locations has been invalidated.
+ (rtx_equal_for_memref_p): Simplify checking of VALUEs.
+
+2004-02-03 Wolfgang Bangerth <bangerth@dealii.org>
+
+ * doc/invoke.texi (x86 options): Fix spelling/wording.
+
+2004-02-03 Richard Sandiford <rsandifo@redhat.com>
+
+ * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
+ put the original string in a comment.
+ * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
+ * config/mips/mips.c (mips_output_ascii): Likewise.
+ * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
+
+2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
+
+ * system.h (GIV_SORT_CRITERION): Poison.
+ * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
+ * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
+
+2004-02-03 Roger Sayle <roger@eyesopen.com>
+
+ PR target/9348
+ * expr.c (expand_expr_real) <MULT_EXPR>: When performing widening
+ multiplies with a multiplication of the wrong signedness, its the
+ signedness of the multiplication that we've performed that needs to
+ be passed to expand_mult_highpart_adjust. Avoid emitting a nop-move
+ if expand_mult_highpart_adjust places the result in target.
+
+2004-02-03 Richard Henderson <rth@redhat.com>
+
+ * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
+
+2004-02-03 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * config.gcc (sh[234]l): Use little endian fragments.
+
+2004-02-03 Paul Koning <pkoning@equallogic.com>
+
+ * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
+ * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
+ * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
+ encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
+ floating point format.
+ (pdp11_f_format, pdp11_d_format): New real_format descriptors for
+ the above functions.
+ (output_move_quad): Output float values in correct target format.
+ (legitimate_const_double_p): New function.
+ * config/pdp11/pdp11.h: Fix typos.
+ (FLOAT_WORDS_BIG_ENDIAN): Add definition.
+ (TARGET_FLOAT_FORMAT): Ditto.
+ (pdp11_f_format, pdp11_d_format): Add external declarations.
+ (MAX_REGS_PER_ADDRESS): Corrected.
+ (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
+ (PRINT_OPERAND): Output float literals in target format.
+
+2004-02-03 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/13975
+ * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
+ TI_PRIVATE.
+ (access_public_node): Redefine.
+ (access_protected_node): Likewise.
+ (access_private_node): Likewise.
+ * tree.c (build_common_tree_nodes): Create access_public_node,
+ access_protected_node, and access_private_node.
+
+2004-02-03 Steve Ellcey <sje@cup.hp.com>
+
+ * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
+ (MASK_INLINE_INT_DIV_THR): Ditto.
+ (MASK_INLINE_SQRT_LAT): Ditto.
+ (MASK_INLINE_SQRT_THR): Ditto.
+ (MASK_DWARF2_ASM): Ditto.
+ (MASK_EARLY_STOP_BITS): Ditto.
+
+2004-02-02 Paul Brook <paul@codesourcery.com>
+
+ Merge from csl-arm-branch.
+
+ 2004-01-30 Paul Brook <paul@codesourcery.com>
+
+ * aof.h (REGISTER_NAMES): Add vfp reg names
+ (ADDITIONAL_REGISTER_NAMES): Ditto.
+ * aout.h (REGISTER_NAMES): Ditto.
+ (ADDITIONAL_REGISTER_NAMES): Ditto.
+ * arm-protos.h: Update/Add Prototypes.
+ * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
+ Only allow 0.0 for VFP.
+ (fp_consts_inited): Rename from fpa_consts_inited. Update users.
+ (values_fp): Rename from values_fpa. Update Users.
+ (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
+ Update users. Only check valid constants for this hardware.
+ (arm_float_rhs_operand): Rename from fpa_rhs_operand. Update Users.
+ Only allow consts for FPA.
+ (arm_float_add_operand): Rename from fpa_add_operand. Update users.
+ Only allow consts for FPA.
+ (use_return_insn): Check for saved VFP regs.
+ (arm_legitimate_address_p): Handle VFP DFmode addressing.
+ (arm_legitimize_address): Ditto.
+ (arm_general_register_operand): New function.
+ (vfp_mem_operand): New function.
+ (vfp_compare_operand): New function.
+ (vfp_secondary_reload_class): New function.
+ (arm_float_compare_operand): New function.
+ (vfp_print_multi): New function.
+ (vfp_output_fstmx): New function.
+ (vfp_emit_fstm): New function.
+ (arm_output_epilogue): Output VPF reg restore code.
+ (arm_expand_prologue): Output VFP reg save code.
+ (arm_print_operand): Add 'P'.
+ (arm_hard_regno_mode_ok): Return modes for VFP regs.
+ (arm_regno_class): Return classes for VFP regs.
+ (arm_compute_initial_elimination_offset): Include space for VFP regs.
+ (arm_get_frame_size): Ditto.
+ * arm.h (FIXED_REGISTERS): Add VFP regs.
+ (CALL_USED_REGISTERS): Ditto.
+ (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
+ (FIRST_VFP_REGNUM): Define.
+ (LAST_VFP_REGNUM): Define.
+ (IS_VFP_REGNUM): Define.
+ (FIRST_PSEUDO_REGISTER): Include VFP regs.
+ (HARD_REGNO_NREGS): Handle VFP regs.
+ (REG_ALLOC_ORDER): Add VFP regs.
+ (enum reg_class): Add VFP_REGS.
+ (REG_CLASS_NAMES): Ditto.
+ (REG_CLASS_CONTENTS): Ditto.
+ (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
+ (REG_CLASS_FROM_LETTER): Add 'w'.
+ (EXTRA_CONSTRAINT_ARM): Add 'U'.
+ (EXTRA_MEMORY_CONSTRAINT): Define.
+ (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
+ (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
+ (REGISTER_MOVE_COST): Ditto.
+ (PREDICATE_CODES): Add arm_general_register_operand,
+ arm_float_compare_operand and vfp_compare_operand.
+ * arm.md (various): Rename as above.
+ (divsf3): Enable when TARGET_VFP.
+ (divdf3): Ditto.
+ (movdfcc): Ditto.
+ (sqrtsf2): Ditto.
+ (sqrtdf2): Ditto.
+ (arm_movdi): Disable when TARGET_VFP.
+ (arm_movsi_insn): Ditto.
+ (movsi): Only split with general regs.
+ (cmpsf): Use arm_float_compare_operand.
+ (push_fp_multi): Restrict to TARGET_FPA.
+ (vfp.md): Include.
+ * vfp.md: New file.
+ * fpa.md (various): Rename as above.
+ * doc/md.texi: Document ARM w and U constraints.
+
+ 2004-01-15 Paul Brook <paul@codesourcery.com>
+
+ * config.gcc: Add with_fpu. Allow with-float=softfp.
+ * config/arm/arm.c (arm_override_options): Rename *-s to *s.
+ Break out of loop when we find a float-abi. Fix typo.
+ * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
+ Set -mfloat-abi=.
+ * doc/install.texi: Document --with-fpu.
+
+ 2003-01-14 Paul Brook <paul@codesourcery.com>
+
+ * config.gcc (with_arch): Add armv6.
+ * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
+ * config/arm/arm.c (arm_overrride_options): Ditto.
+
+ 2004-01-08 Richard Earnshaw <rearnsha@arm.com>
+
+ * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
+ (FL_ARCH6): Renamed from FL_ARCH6J.
+ (arm_arch3m): Renamed from arm_fast_multiply.
+ (arm_arch6): Renamed from arm_arch6j.
+ * arm.h: Update all uses of above.
+ * arm-cores.def: Likewise.
+ * arm.md: Likewise.
+
+ * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
+ not arm6j. Add entry for arch armv6.
+
+ 2004-01-07 Richard Earnshaw <rearnsha@arm.com>
+
+ * arm.c (arm_emit_extendsi): Delete.
+ * arm-protos.h (arm_emit_extendsi): Delete.
+ * arm.md (zero_extendhisi2): Also handle zero-extension of
+ non-subregs.
+ (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
+ (thumb_zero_extendhisi2): Only match if not v6.
+ (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
+ (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
+ (thumb_extendqisi2): Likewise.
+ (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
+ (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
+ (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
+ (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
+ (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
+ (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
+ (arm_zero_extendhisi2addsi): Remove subreg. Add attributes.
+ (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
+ (arm_extendqisi2addsi): Likewise.
+
+ 2003-12-31 Mark Mitchell <mark@codesourcery.com>
+
+ Revert this change:
+ * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
+ + REG addressing modes.
+
+ * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
+ + REG addressing modes.
+
+ 2003-12-30 Mark Mitchell <mark@codesourcery.com>
+
+ * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
+ CONSTANT_P_RTX.
+
+ 2003-30-12 Paul Brook <paul@codesourcery.com>
+
+ * longlong.h: protect arm inlines with !defined (__thumb__)
+
+ 2003-30-12 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
+
+ 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
+
+ * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
+ change.
+
+ 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * builtins.c (expand_builtin_apply_args_1): Add pretend args size
+ to the virtual incoming args pointer for downward stacks.
+
+ 2003-12-29 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm-cores.def: Add cost function.
+ * config/arm/arm.c (arm_*_rtx_costs): New functions.
+ (arm_rtx_costs): Remove
+ (struct processors): Add rtx_costs field.
+ (all_cores, all_architectures): Ditto.
+ (arm_override_options): Set targetm.rtx_costs.
+ (thumb_rtx_costs): New function.
+ (arm_rtx_costs_1): Remove cases handled elsewhere.
+ * config/arm/arm.h (processor_type): Add COSTS parameter.
+
+ 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
+ (arm926ejs.md): Include it.
+ * config/arm/arm926ejs.md: New pipeline description.
+
+ 2003-12-24 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.c (arm_arch6j): New variable.
+ (arm_override_options): Set it.
+ (arm_emit_extendsi): New function.
+ * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
+ * config/arm/arm.h (arm_arch6j): Declare.
+ * config/arm/arm.md: Add sign/zero extend insns.
+
+ 2003-12-23 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.c (all_architectures): Add armv6.
+ * doc/invoke.texi: Document it.
+
+ 2003-12-19 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.md: Add load1 and load_byte "type" attrs. Modify
+ insn patterns to match.
+ * config/arm/arm-generic.md: Ditto.
+ * config/arm/cirrus.md: Ditto.
+ * config/arm/fpa.md: Ditto.
+ * config/amm/iwmmxt.md: Ditto.
+ * config/arm/arm1026ejs.md: Ditto.
+ * config/arm/arm1135jfs.md: Ditto. Add insn_reservation and bypasses
+ for 11_loadb.
+
+ 2003-12-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
+ * config/arm/arm.c (arm_adjust_cost): Check shift cost for
+ TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
+ (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
+ arm_no_early_mul_dep): Correctly deal with conditional execution,
+ parallels and single shift operations.
+ (arm_no_early_alu_shift_value_dep): Define.
+ * arm.md (attr type): Replace 'normal' with 'alu',
+ 'alu_shift' and 'alu_shift_reg'.
+ (attr core_cycles): Adjust.
+ (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
**** TRUNCATED ****
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list