Skip to content
Snippets Groups Projects
  1. Apr 11, 2006
  2. Apr 10, 2006
    • doko's avatar
      gcc/testsuite: · d35f63a9
      doko authored
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libffi:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libgomp:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libjava:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libmudflap:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libstdc++:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112833 138bc75d-0d04-0410-961f-82ee72b054a4
      d35f63a9
    • sayle's avatar
      · 0f0ff686
      sayle authored
      	* config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Renamed
      	from ix86_expand_vector_init_low_nonzero.  Take an additional
      	one_var argument indicating which element is non-zero.  Support
      	one_var != 0 for V4SFmode and V4SImode by permuting the result.
      	(ix86_expand_vector_init): Call ix86_expand_vector_init_one_nonzero
      	with one_var instead of ix86_expand_vector_init_low_nonzero.
      
      	* gcc.target/i386/vecinit-1.c: New test case.
      	* gcc.target/i386/vecinit-2.c: Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112832 138bc75d-0d04-0410-961f-82ee72b054a4
      0f0ff686
    • kazu's avatar
      * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o, · 05f3df98
      kazu authored
      	tree-ssa-live.o, tree-ssa-alias.o, function.o, df-problems.o,
      	global.o, cfglayout.o, lambda-code.o, reg-stack.o,
      	build/genextract.o): Depend on vecprim.h.
      	* cfglayout.c, df-problems.c, function.c, genextract.c,
      	global.c, lambda-code.c, reg-stack.c, tree-into-ssa.c,
      	tree-outof-ssa.c, tree-ssa-alias.c, tree-ssa-live.c: Include
      	vecprim.h.
      	* vecprim.h: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112830 138bc75d-0d04-0410-961f-82ee72b054a4
      05f3df98
    • geoffk's avatar
      * dwarf2out.c (struct dw_attr_struct): Remove dw_attr_next. · 6f56c055
      geoffk authored
      	Declare VECs of this type.
      	(struct die_struct): Make field die_attr a VEC of dw_attr_struct.
      	(remove_children): Delete.
      	(add_dwarf_attr): Use VEC routines.
      	(add_AT_flag): Update for changes to add_dwarf_attr.
      	(add_AT_int): Likewise.
      	(add_AT_unsigned): Likewise.
      	(add_AT_long_long): Likewise.
      	(add_AT_vec): Likewise.
      	(add_AT_string): Likewise.
      	(add_AT_die_ref): Likewise.
      	(add_AT_fde_ref): Likewise.
      	(add_AT_loc): Likewise.
      	(add_AT_loc_list): Likewise.
      	(add_AT_addr): Likewise.
      	(add_AT_lbl_id): Likewise.
      	(add_AT_lineptr): Likewise.
      	(add_AT_macptr): Likewise.
      	(add_AT_offset): Likewise.
      	(add_AT_range_list): Likewise.
      	(get_AT): Use VEC_iterate.
      	(remove_AT): Use VEC_ordered_remove.
      	(free_die): Fold remove_children into here; have it use VEC_iterate.
      	(print_die): Use VEC_iterate on attrs.
      	(reverse_die_lists): Don't reverse attr lists.
      	(die_checksum): Use VEC_iterate on attrs.
      	(same_die_p): Likewise.
      	(output_location_lists): Likewise.
      	(build_abbrev_table): Likewise.
      	(size_of_die): Likewise.
      	(unmark_all_dies): Likewise.
      	(output_abbrev_section): Likewise.
      	(output_die): Likewise.
      	(prune_unused_types_walk_attribs): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112829 138bc75d-0d04-0410-961f-82ee72b054a4
      6f56c055
    • aph's avatar
      2006-04-10 Andrew Haley <aph@redhat.com> · 70f661cc
      aph authored
              * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.
              (SIGNAL_HANDLER): Mark arg as unused.
              * configure.host (x86_64-* DIVIDESPEC): Use
              fno-use-divide-subroutine.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112827 138bc75d-0d04-0410-961f-82ee72b054a4
      70f661cc
    • ebotcazou's avatar
      Fix latest entry. · d7bbae2a
      ebotcazou authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112824 138bc75d-0d04-0410-961f-82ee72b054a4
      d7bbae2a
    • ebotcazou's avatar
      * doc/install.texi (*-*-solaris2*): Point to the configuration page. · 0c7dcad0
      ebotcazou authored
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112823 138bc75d-0d04-0410-961f-82ee72b054a4
      0c7dcad0
    • jakub's avatar
      PR debug/27057 · 8462b107
      jakub authored
      	* dwarf2out.c (is_symbol_die): Return true also for namespaces.
      
      	* g++.dg/debug/dwarf2-2.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112820 138bc75d-0d04-0410-961f-82ee72b054a4
      8462b107
    • jakub's avatar
      PR libgfortran/24685 · 496e89e9
      jakub authored
      	* io/write.c (MIN_FIELD_WIDTH, STR, STR1): Define.
      	(output_float): Increase buffer sizes for IEEE quad and IBM extended
      	long double.
      	(write_real): Output REAL(16) as 1PG43.34E4 rather than 1PG40.31E4.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112819 138bc75d-0d04-0410-961f-82ee72b054a4
      496e89e9
    • paolo's avatar
      2006-04-10 Paolo Carlini <pcarlini@suse.de> · ac67f903
      paolo authored
      	DR 538, [Ready]
      	* include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
      	output_iterator_tag), and predicated counterpart): Revert to the
      	algorithm pre-DR 241, i.e., value_type of InputIterator is now
      	required to be Assignable too.
      	* testsuite/25_algorithms/unique_copy/3.cc: Remove.
      	* docs/html/ext/howto.html: Add an entry for DR 538.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112818 138bc75d-0d04-0410-961f-82ee72b054a4
      ac67f903
    • sayle's avatar
      · 1abf6b04
      sayle authored
      	* expr.c (store_constructor): Don't bother clearing target if
      	we're about to assign a vector to it using vec_init_optab.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112817 138bc75d-0d04-0410-961f-82ee72b054a4
      1abf6b04
    • dberlin's avatar
      2006-04-10 Daniel Berlin <dberlin@dberlin.org> · 185ba02d
      dberlin authored
      	
      	* tree-ssa-alias.c (lhs_may_store_to): New function.
      	(recalculate_used_alone): Handle LHS of calls.
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112815 138bc75d-0d04-0410-961f-82ee72b054a4
      185ba02d
    • gccadmin's avatar
      Daily bump. · 0d313262
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112813 138bc75d-0d04-0410-961f-82ee72b054a4
      0d313262
  3. Apr 09, 2006
    • danglin's avatar
      PR target/27034 · 25e266ae
      danglin authored
      	PR target/26508
      	* config.gcc (hppa*64*-*-hpux11*): Add 'libgcc_stub.a' to extra_parts.
      	* pa64-hpux.h (LIB_SPEC): Correct typo.  Don't append milli.a.
      	(LINK_GCC_C_SEQUENCE_SPEC): Define.  Append milli.a here.
      	(PA_CXA_FINALIZE_STUB, PA_JV_REGISTERCLASSES_STUB): Delete defines.
      	(PA_INIT_FINI_HACK): Rename to PA_CRTBEGIN_HACK.
      	(PA_CRTBEGIN_HACK): Ensure __do_global_ctors_aux is placed in text
      	section.  Delete PA_CXA_FINALIZE_STUB and PA_JV_REGISTERCLASSES_STUB
      	stubs.  Add ".align 8" directives before all ".dword" directives.
      	(GTHREAD_USE_WEAK): Revise comment.
      	(TARGET_ATTRIBUTE_WEAK): Define.
      	* pa/t-pa64 (LIBGCCSTUB_OBJS): Add new rules for stublib.c, rfi-stub.o,
      	dfi-stub.o, cxaf-stub.o and jvrc-stub.o.
      	* stublib.c: New file.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112807 138bc75d-0d04-0410-961f-82ee72b054a4
      25e266ae
    • danglin's avatar
      PR target/26743 · f26036bb
      danglin authored
      	PR target/11254
      	PR target/10274
      	* pa.md (cbranch patterns): Revise arguments used in calls to
      	output_cbranch, output_bb and output_bvd.  Add long branch length
      	attributes.
      	(fbranch patterns): Handle long branches.
      	(jump): Revise length check.  Revise arguments for output_lbranch call.
      	Add long branch length attributes.
      	(decrement_and_branch_until_zero): Add long branch length attributes.
      	(output_movb, output_parallel_addb and output_parallel_movb patterns):
      	Likewise.  Revise arguments for output_parallel_addb and
      	output_parallel_movb calls.
      	* pa-protos.h (output_cbranch, output_lbranch, output_bb, output_bvb,
      	output_parallel_movb and output_parallel_addb): Update prototypes.
      	* pa.c (output_cbranch): Revise arguments.  Correct handling of
      	nullification in long branches.
      	(output_lbranch): Add new argument to control extraction of delay
      	instruction.
      	(output_bb): Handle long branches.
      	(output_bvb, output_dbra, output_movb, output_parallel_movb,
      	output_parallel_addb): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112805 138bc75d-0d04-0410-961f-82ee72b054a4
      f26036bb
    • rsandifo's avatar
      PR rtl-optimization/27073 · 630a5fc0
      rsandifo authored
      	* gcse.c (try_replace_reg): Just propagate into REG_EQUAL notes,
      	not REG_EQUIVs.
      
      gcc/testsuite/
      	* gcc.c-torture/execute/pr27073.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112803 138bc75d-0d04-0410-961f-82ee72b054a4
      630a5fc0
    • mrs's avatar
      Fixup whitespaces · b43745fe
      mrs authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112800 138bc75d-0d04-0410-961f-82ee72b054a4
      b43745fe
    • gccadmin's avatar
      Daily bump. · 74d74463
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112798 138bc75d-0d04-0410-961f-82ee72b054a4
      74d74463
    • mrs's avatar
      Fix whitespaces · 36004636
      mrs authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112794 138bc75d-0d04-0410-961f-82ee72b054a4
      36004636
    • mrs's avatar
      Revert previous patch, mistaken. · 92df0d3c
      mrs authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112793 138bc75d-0d04-0410-961f-82ee72b054a4
      92df0d3c
  4. Apr 08, 2006
Loading