1. 10 Oct, 2007 8 commits
  2. 09 Oct, 2007 24 commits
  3. 08 Oct, 2007 8 commits
    • aoliva's avatar
      PR tree-optimization/33572 · d5683095
      aoliva authored
      * g++.dg/torture/pr33572.C: Replace with complete test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129144 138bc75d-0d04-0410-961f-82ee72b054a4
      d5683095
    • aoliva's avatar
      * tree-sra.c (scalarize_lsdt): Fix thinko in testing whether · 0b35ae2d
      aoliva authored
      the original stmt can throw.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129143 138bc75d-0d04-0410-961f-82ee72b054a4
      0b35ae2d
    • bkoz's avatar
      2007-10-08 Johannes Singler <singler@ira.uka.de> · a3f1bfe4
      bkoz authored
      	* include/parallel/base.h: Added plus and multiplies functor
             for differently typed objects.
      	* include/parallel/numeric: Use it.
      	* include/parallel/for_each_selectors.h: Allowed different types.
      	* include/parallel/partial_sum.h: Fixed return value.
      	* testsuite/26_numerics/accumulate/1.cc: Tests for accumulate.
      	* testsuite/26_numerics/inner_product/1.cc: Tests for inner_product.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129140 138bc75d-0d04-0410-961f-82ee72b054a4
      a3f1bfe4
    • tobi's avatar
      PR fortran/33689 · 71f1bb94
      tobi authored
      fortran/
      * resolve.c (gfc_resolve_expr): Fix indentation.
      (resolve_fl_variable_derived): Rename argument.
      (resolve_fl_variable): Fix case in message.  Clarify logic.
      Correctly simplify array bounds.
      testsuite/
      * gfortran.dg/spec_expr_5.f90: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129139 138bc75d-0d04-0410-961f-82ee72b054a4
      71f1bb94
    • paolo's avatar
      2007-10-08 Paolo Carlini <pcarlini@suse.de> · d42ae08a
      paolo authored
      	* include/bits/stl_move.h (_GLIBCXX_MOVE): Add.
      	* include/bits/stl_algobase.h: Adjust.
      	* include/bits/stl_pair.h: Likewise.
      
      	* include/bits/stl_algo.h: Minor formatting fixes.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129138 138bc75d-0d04-0410-961f-82ee72b054a4
      d42ae08a
    • geoffk's avatar
      * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Register · a3f2dafd
      geoffk authored
      	'#pragma mark' to be executed at preprocessing time.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129134 138bc75d-0d04-0410-961f-82ee72b054a4
      a3f2dafd
    • aaw's avatar
      gcc/ · 1b49e7ef
      aaw authored
      	* varasm.c (compare_constant): Removed call to
      	lang_hooks.expand_constant.
      	(copy_constants): Removed call to lang_hooks.expand_constant.
      	(compute_reloc_for_constant): Removed call to
      	lang_hooks.expand_constant.
      	(output_addressed_constants): Removed call to
      	lang_hooks.expand_constant.
      	(constructor_static_from_elts_p): Removed call to
      	lang_hooks.expand_constant.
      	(output_constant): Removed calls to lang_hooks.expand_constant.
      	* langhooks.h (struct lang_hooks): Removed field expand_constant.
      	* langhooks-def.h (lhd_return_tree): Removed.
      	(LANG_HOOKS_EXPAND_CONSTANT): Removed.
      	(LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
      	* langhooks.c (lhd_return_tree): Removed.
      
      	gcc/cp/
      	* typeck2.c (digest_init): Call cplus_expand_constant after
      	convert_for_initialization.
      	* cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
      	* expr.c (cplus_expand_constant): Updated function description.
      
      	gcc/ada/
      	* misc.c (LANG_HOOKS_PUSHDECL): Replaced lhd_return_tree with
      	gnat_return_tree.
      	(gnat_init_gcc_eh): Replaced gnat_eh_runtime_type with
      	gnat_return_tree.
      	(gnat_eh_runtime_type): Removed.
      	(gnat_return_tree): New function.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129133 138bc75d-0d04-0410-961f-82ee72b054a4
      1b49e7ef
    • bkoz's avatar
      2007-10-08 Benjamin Kosnik <bkoz@redhat.com> · 7290a47c
      bkoz authored
      	PR libstdc++/33489	
      	* include/parallel/multiseq_selection.h: Remove default constructed
      	value_type.
      	* include/parallel/partition.h: 
      	* include/parallel/partial_sum.h: Format.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129132 138bc75d-0d04-0410-961f-82ee72b054a4
      7290a47c