1. 19 Jun, 2005 3 commits
  2. 18 Jun, 2005 19 commits
  3. 17 Jun, 2005 18 commits
    • re PR c++/17413 (local classes as template argument) · fad86f7a
      2005-06-17  Geoffrey Keating  <geoffk@apple.com>
      
      	PR c++/17413
      	* pt.c (type_unification_real): Apply template type deduction even
      	to procedure parameters that are not dependent on a template
      	parameter.
      
      Index: testsuite/ChangeLog
      2005-06-17  Geoffrey Keating  <geoffk@apple.com>
      
      	PR c++/17413
      	* g++.dg/template/local5.C: New.
      
      From-SVN: r101141
      Geoffrey Keating committed
    • tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use… · 9498a22f
      tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use initialize_original_copy_tables and free_original_copy_tables.
      
              * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use
              initialize_original_copy_tables and free_original_copy_tables.
              (vect_do_peeling_for_alignment): Likewise.
      
      From-SVN: r101140
      Richard Henderson committed
    • [multiple changes] · d5f261c1
      2005-06-17  Paolo Carlini  <pcarlini@suse.de>
      
              Port from libstdcxx_so_7-branch:
      	2005-01-12  Christopher Jefferson <chris@bubblescope.net>
      
      	* include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
      	mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
      	mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
      	return type, just an old HP/SGI workaround.
      	* testsuite/20_util/functional/binders.cc: Move to...
      	* testsuite/20_util/functional/binders/3113.cc: ...here.
      	* testsuite/20_util/functional/binders/1.cc: New.
      
      From-SVN: r101139
      Paolo Carlini committed
    • bb-reorder.c (find_traces_1_round): Use succ block frequency instead of edge… · 1651e640
      bb-reorder.c (find_traces_1_round): Use succ block frequency instead of edge frequency for calls to better_edge_p.
      
      2005-06-17  Pat Haugen  <pthaugen@us.ibm.com>
      
              * bb-reorder.c (find_traces_1_round): Use succ block frequency
              instead of edge frequency for calls to better_edge_p.
      
      From-SVN: r101138
      Pat Haugen committed
    • re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-loop-im.c:219) · 33674347
      2005-06-17  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR tree-opt/22105
              * tree-ssa-loop-im.c (for_each_index): Handle COMPLEX_CST.
      
      From-SVN: r101137
      Andrew Pinski committed
    • * es.po: Update. · 914f2557
      From-SVN: r101136
      Joseph Myers committed
    • re PR target/19889 (g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux) · d26afa4f
      	PR target/19889
      	* config/ia64/hpux.h (FUNCTION_PROFILER): New (dummy).
      	(PROFILE_HOOK): New.
      	(PROFILE_BEFORE_PROLOGUE): Undef.
      	(NO_PROFILE_COUNTERS): New.
      	* config/ia64/ia64-protos.h (ia64_profile_hook): New.
      	* config/ia64/ia64.c (ia64_compute_frame_size): Add ifdef.
      	(gen_mcount_func_rtx): New.
      	(ia64_profile_hook): New.
      	* config/ia64/ia64.md (ip_value): New.
      
      From-SVN: r101134
      Steve Ellcey committed
    • predicates.md (s5bit_cint_operand, [...]): New. · afca671b
              * config/rs6000/predicates.md (s5bit_cint_operand,
              u5bit_cint_operand): New.
              * config/rs6000/altivec.md (altivec_vspltb, altivec_vsplth,
              altivec_vspltisw_v4sf): Use new 5 bit constant operand predicates.
              * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Fix signed
              5 bit constant check.
      
      From-SVN: r101133
      Devang Patel committed
    • local-alloc.c (update_equiv_regs): Update reg_equiv_init properly when moving an… · 599c25e2
      local-alloc.c (update_equiv_regs): Update reg_equiv_init properly when moving an initialization insn.
      
              * local-alloc.c (update_equiv_regs): Update reg_equiv_init
              properly when moving an initialization insn.
      
      From-SVN: r101132
      Richard Henderson committed
    • VmDeadException.java: New file. · 6b9a1abd
              * gnu/classpath/jdwp/exception/VmDeadException.java: New file.
              * gnu/classpath/jdwp/exception/NotImplementedException.java: New file.
              * gnu/classpath/jdwp/exception/JdwpInternalErrorException.java: New
              file.
              * gnu/classpath/jdwp/exception/JdwpException.java: New file.
              * gnu/classpath/jdwp/exception/InvalidThreadGroupException.java: New
              file.
              * gnu/classpath/jdwp/exception/InvalidThreadException.java: New file.
              * gnu/classpath/jdwp/exception/InvalidStringException.java: New file
              * gnu/classpath/jdwp/exception/InvalidObjectException.java: New file.
              * gnu/classpath/jdwp/exception/InvalidEventTypeException.java: New
              file.
              * gnu/classpath/jdwp/exception/InvalidCountException.java: New file.
              * gnu/classpath/jdwp/exception/InvalidClassException.java: New file.
      
      From-SVN: r101131
      Keith Seitz committed
    • re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)) · 853a4203
      	PR libfortran/19155
      	* io/read.c (convert_real): strtod can set errno to EINVAL on an
      	empty string, but we shouldn't have an error in that case.
      
      From-SVN: r101128
      Francois-Xavier Coudert committed
    • aclocal.m4 (gcc_AC_CHECK_TOOL): Do not overwrite the passed variable. · a2eafc76
      2005-06-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* aclocal.m4 (gcc_AC_CHECK_TOOL): Do not overwrite the
      	passed variable.
      
      From-SVN: r101127
      Paolo Bonzini committed
    • tree-optimize.c (execute_ipa_pass_list): New. · 79748d71
      	* tree-optimize.c (execute_ipa_pass_list): New.
      	(ipa_passes): Use it.
      
      From-SVN: r101126
      Jan Hubicka committed
    • [multiple changes] · bb2b2a24
      
      2005-06-17  Jakub Jelinek  <jakub@redhat.com>
                  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
      	* config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
      	* config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
      
      	* config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
      	* config/abi/i386-freebsd4/baseline_symbols.txt: Same.
      	* config/abi/i386-freebsd5/baseline_symbols.txt: Same.
      	* config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
      
      	* config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
      	* config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
      
      2005-06-17  Jakub Jelinek  <jakub@redhat.com>
      
      	* config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
      	* config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
      	* config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
      	* src/compatibility.cc: Include bits/c++config.h first.
      	(_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
      	and PIC are both defined.
      	* include/bits/char_traits.h (char_traits::eq): Rename
      	only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
              * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
              to _GLIBCXX_SIZE_T_IS_UINT.  Define _GLIBCXX_PTRDIFF_T_IS_INT.
              * configure: Regenerate.
              * config.h.in: Regenerate.
              * src/compatibility.cc (istream:ignore(streamsize)): Use
              _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
              * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
              to _GLIBCXX_SIZE_T_IS_UINT.  Use _GLIBCXX_PTRDIFF_T_IS_INT
              instead for symbols with streamsize arguments.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
      	* config/linker-map.gnu: Also export
      	_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
      
      2005-06-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.ac (libtool_VERSION): To 6:6:0.
      	* configure: Regenerate.
      	* config/linker-map.gnu: Edit.
      	* src/istream.cc: Move istream::ignore(streamsize) specializations...
      	* src/compatibility.cc: ...here. New.
      	* include/bits/char_traits.h (char_traits::eq): Rename when
      	appropriate.
      	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
      	Bump glibcxx_min_gnu_ld_version to 21590.
      	* configure: Regenerate.
      	* acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
      	* config.h.in: Regenerate.
      	* src/Makefile.am (sources): Add compatibility.cc.
      	* src/Makefile.in: Regenerate.
      	* include/Makefile.am (host_headers_noinst): Add compatibility.h.
      	* include/Makefile.in: Regenerate.
      	* testsuite/testsuite_abi.h (symbol): Add data members.
      	* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
      	GLIBCXX_3.4.6.  Remove deprecated versions. Do a better job
      	version checking.
      
      From-SVN: r101125
      Benjamin Kosnik committed
    • re PR testsuite/21945 (gfortran testsuite dies on cygwin (again)) · 3453c37f
      2005-06-07  David Billinghurst  <David.Billinghurst@riotinto.com>
      
      	PR testsuite/21945
      	* lib/gcc-dg.exp (gcc-dg-test-1): Catch error if file can't be deleted.
      
      From-SVN: r101124
      David Billinghurst committed
    • re PR tree-optimization/22022 (ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025) · fbe7e2f5
              PR tree-opt/22022
              * tree-complex.c (update_phi_components): Avoid no-op moves.
      
      From-SVN: r101121
      Richard Henderson committed