1. 27 Oct, 2003 5 commits
    • reload1.c (struct elim_table): Change offset, initial_offset and previous_offset… · b19ee4bd
      reload1.c (struct elim_table): Change offset, initial_offset and previous_offset fields to HOST_WIDE_INT.
      
      	* reload1.c (struct elim_table): Change offset, initial_offset and
      	previous_offset fields to HOST_WIDE_INT.
      	(offsets_at): Change from int to HOST_WIDE_INT.
      	(reload): Adjust offsets_at initialization.
      	(eliminate_regs_in_insn): Change type of offset to HOST_WIDE_INT.
      	(verify_initial_elim_offsets): Change type of t to HOST_WIDE_INT.
      	* config/i386/i386.c (ix86_compute_frame_layout): Change offset type
      	to HOST_WIDE_INT.  Don't save regs using mov for huge frame sizes
      	if TARGET_64BIT.
      	(pro_epilogue_adjust_stack): New function.
      	(ix86_expand_prologue, ix86_expand_epilogue): Use it.
      	* config/i386/i386.md (pro_epilogue_adjust_stack): Remove.
      	(pro_epilogue_adjust_stack_1): Remove * in front of name.
      	(pro_epilogue_adjust_stack_rex64): Handle -2147483648 properly.
      	(pro_epilogue_adjust_stack_rex64_2): New insn.
      
      	* config/i386/i386.c (ix86_expand_epilogue): Fix comment typo.
      
      	* config/i386/i386.c (ix86_expand_call): Replace 40 with
      	FIRST_REX_INT_REG + 3 /* R11 */.
      
      	* gcc.c-torture/compile/20031023-1.c: New test.
      	* gcc.c-torture/compile/20031023-2.c: New test.
      	* gcc.c-torture/compile/20031023-3.c: New test.
      	* gcc.c-torture/compile/20031023-4.c: New test.
      
      Co-Authored-By: Jan Hubicka <jh@suse.cz>
      
      From-SVN: r72975
      Jakub Jelinek committed
    • alpha.md (attr cannot_copy): New. · 501e79ef
              * config/alpha/alpha.md (attr cannot_copy): New.
              (call_osf_2_er, call_value_osf_2_er, ldgp_er_1, ldgp_er_2,
              prologue_ldgp_er_2, prologue_ldgp_1): Set it.
              * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Test it.
      
      From-SVN: r72974
      Richard Henderson committed
    • Remove incorrect entry · 40f781eb
      From-SVN: r72973
      Mark Mitchell committed
    • ggc-zone.c: New file, zone allocating collector. · b6f61163
      2003-10-26  Daniel Berlin  <dberlin@dberlin.org>
      
      	* ggc-zone.c:  New file, zone allocating collector.
      	* configure: Accept zone option for --with-gc
      	* configure.in: Ditto.
      	* ggc.h (ggc_pch_count_object): Pass bool indicating
      	stringiness. Update all callers.
      	(ggc_pch_alloc_object): Ditto.
      	(ggc_pch_write_object): Ditto.
      	(ggc_alloc_rtx): Use typed allocation, since all RTX's are of a single
      	type.
      	(ggc_alloc_rtvec): Ditto.
      	(ggc_alloc_tree): Use zone allocation, since some things using this macro
      	aren't a single typecode.
      	* ggc-none.c (ggc_alloc_typed): New function.
      	(ggc_alloc_zone): Ditto.
      	* ggc-page.c: Ditto on both functions.
      
      From-SVN: r72971
      Daniel Berlin committed
    • Daily bump. · 60b6a815
      From-SVN: r72969
      GCC Administrator committed
  2. 26 Oct, 2003 21 commits
  3. 25 Oct, 2003 14 commits
    • Fix bootstrap failure. · 81bfdfbe
             * expmed.c (store_bit_field): Don't compare bitsize against
             modes with zero bit-size.
      
             (extract_bit_field): Likewise
      
      From-SVN: r72937
      Graham Stott committed
    • be.po, [...]: Update. · b97e55da
      	* be.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po, sv.po,
      	tr.po: Update.
      	* gcc.pot: Regenerate.
      
      From-SVN: r72936
      Joseph Myers committed
    • dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT. · 799f628a
      	* dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT.
      	(cfa_loc): Likewise.
      	(reg_save, stack_adjust_offset, queue_reg_save): Replace long by
      	HOST_WIDE_INT.
      	(args_size, old_args_size): change type to HOST_WIDE_INT.
      	(dwarf2out_def_cfa, dwarf2out_args_size,
      	dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.
      	(dw_val_struct): integers, unsigneds and offsets are HOST_WIDE_INT.
      	(add_AT_int, add_AT_unsigned, att_AT_offset, AT_int, AT_unsigned,
      	AT_offset): Use HOST_WIDE_INT.
      	(based_loc_descr): offset is HOST_WIDE_INT.
      	(add_data_member): Likewise.
      	(add_const_value_attribute): Simplify.
      
      From-SVN: r72935
      Jan Hubicka committed
    • i386.c (ix86_eax_live_at_start_p): New. · fe9f516f
              * config/i386/i386.c (ix86_eax_live_at_start_p): New.
              (ix86_expand_prologue): Save and restore eax around stack probe
              if it's live.
      
      From-SVN: r72933
      Richard Henderson committed
    • Results are re-alphabetized, too · e54918ab
      From-SVN: r72932
      Bruce Korb committed
    • ClasspathToolkit.java: New abstract class. · c4bcf141
      2003-10-14  Graydon Hoare  <graydon@redhat.com>
      
      	* gnu/java/awt/ClasspathToolkit.java: New abstract class.
      	* gnu/java/awt/peer/ClasspathFontPeer.java: New abstract class.
      	* gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeer.c:
      	New concrete implementation of ClasspathFontPeer, with native part.
      	* gnu/java/awt/peer/gtk/GdkGlyphVector.java,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c:
      	New class, with native part.
      	* gnu/java/awt/peer/gtk/GdkGraphics2D.java,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c:
      	implement setFont, cairoSetFont, drawGlyphVector, cairoShowGlyphs.
      
      From-SVN: r72931
      Graydon Hoare committed
    • snprintf alphabetically precedes uint · 11f9a0ed
      From-SVN: r72928
      Bruce Korb committed
    • re PR target/12712 (ICE on short legit C++ code fragment with gcc 3.3.2) · b3cd99cd
      	PR target/12712
      	* reg-stack.c (convert_regs_1): Create an arbitrary input stack
      	if the block has no predecessors.
      	(convert_regs_2): Document the problem with successors whose
      	only predecessor is the block to be processed.
      	(convert_regs): Don't create the arbitrary input stack here.
      
      From-SVN: r72923
      Eric Botcazou committed
    • locale_facets.tcc (num_get::_M_extract_int): __pos in only incremented, never… · 999bf60f
      locale_facets.tcc (num_get::_M_extract_int): __pos in only incremented, never used its value, remove it.
      
      2003-10-25  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/locale_facets.tcc (num_get::_M_extract_int):
      	__pos in only incremented, never used its value, remove it.
      
      From-SVN: r72922
      Paolo Carlini committed
    • Method.java (toString): Avoid extra whitespace on method with no modifiers. · 8822f4aa
      	* java/lang/reflect/Method.java (toString): Avoid extra whitespace
      	on method with no modifiers.
      
      From-SVN: r72919
      Bryce McKinlay committed
    • re PR libgcj/11780 (Method.invoke() is slow) · a10fd356
      	PR libgcj/11780:
      	* java/lang/reflect/natMethod.cc (invoke): Look up caller and
      	perform accessibility check only if target is non-public and
      	accessible flag is not set.
      	* java/lang/reflect/natField.cc (getAddr): Likewise.
      
      From-SVN: r72918
      Bryce McKinlay committed
    • acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu and knetbsd*-gnu. · b2398b49
      2003-10-24  Robert Millan  <robertmh@gnu.org>
      
      	* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu
      	and knetbsd*-gnu.
      	* aclocal.m4:  Regenerated.
      	* configure:  Regenerated.
      
      From-SVN: r72917
      Robert Millan committed
    • genmodes.c (struct mode_data): Add contained and next_cont fields. · 02befdf4
      	* genmodes.c (struct mode_data): Add contained and next_cont
      	fields.
      	(complete_mode): Maintain linked list of modes that have a
      	given component.
      	(emit_mode_unit_size): Delete.
      	(emit_mode_nunits): New.
      	(emit_insn_modes_c): Update to match.
      	(emit_mode_adjustments): Propagate size and alignment
      	adjustments from component modes to their containers.
      	* machmode.h (mode_unit_size): Delete.
      	(mode_nunits): New.
      	(GET_MODE_NUNITS): Just return the value in the table.
      	(GET_MODE_UNIT_SIZE): Compute using GET_MODE_INNER and
      	GET_MODE_SIZE.
      	* expmed.c (store_bit_field, extract_bit_field): Can use a
      	plain move instruction if bitsize >= GET_MODE_BITSIZE of
      	destination/source mode, respectively.
      	* varasm.c (assemble_real): Write out the full size of the
      	constant, not just its bitsize.
      	(output_constant): Honor TYPE_MODE of TREE_REAL_CSTs.
      
      	* config/ia64/ia64-modes.def: Define XFmode as well as TFmode.
      	Use ADJUST_BYTESIZE and ADJUST_ALIGNMENT to set size and
      	alignment of XF and TF modes in compliance with ia64 ABIs.
      	Can now hardwire the format of both modes.
      	* config/ia64/ia64.c: Change TFmode to XFmode wherever appropriate.
      	(general_tfmode_operand, destination_tfmode_operand)
      	(tfreg_or_fp01_operand, spill_tfmode_operand): Rename to
      	general_xfmode_operand, destination_xfmode_operand,
      	xfreg_or_fp01_operand, spill_xfmode_operand respectively.
      	(ia64_init_builtins): Make TYPE_PRECISION of fpreg_type
      	and float80_type be 96 so they get XFmode.  Use !TARGET_HPUX,
      	not INTEL_EXTENDED_IEEE_FORMAT, to decide how to define
      	__float128.
      	* config/ia64/ia64.h: Default TARGET_HPUX to 0.
      	Change TFmode to XFmode wherever appropriate.  Remove all
      	references to INTEL_EXTENDED_IEEE_FORMAT.
      	(LONG_DOUBLE_TYPE_SIZE): Varies with TARGET_HPUX.
      	(LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define (always 96).
      	(PREDICATE_CODES): Update to match function renames.
      	* config/ia64/ia64.md: Change TF to XF throughout; rename all
      	patterns to match.  Remove all references to
      	INTEL_EXTENDED_IEEE_FORMAT.  Update predicate calls to match
      	function renames.
      	* config/ia64/ia64-protos.c: Update all prototypes to match
      	renamed functions.
      	* config/ia64/hpux.h: Redefine TARGET_HPUX to 1.
      	Remove all references to INTEL_EXTENDED_IEEE_FORMAT.
      	* config/ia64/lib1funcs.asm: Add __divxf3 as new name for
      	__divtf3; keep old name for backward compatibility.
      	(L__compat): New section providing forwarding stubs for
      	__fixtfti, __fixunstfti, __floattitf.
      	* config/ia64/t-ia64: Add __compat to LIB1ASMFUNCS.
      
      From-SVN: r72916
      Zack Weinberg committed