1. 22 May, 2011 15 commits
  2. 21 May, 2011 17 commits
  3. 20 May, 2011 8 commits
    • jason's avatar
      * tree.c (stabilize_expr): Fix typo. · 5a19c8cc
      jason authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173982 138bc75d-0d04-0410-961f-82ee72b054a4
      5a19c8cc
    • jason's avatar
      DR 1073 · 9f354539
      jason authored
      	PR c++/49082
      	* typeck.c (comp_except_specs): noexcept(false) is not compatible
      	with throw(type-list).
      	* typeck2.c (merge_exception_specifiers): noexcept(false)
      	beats any more limited specification.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173981 138bc75d-0d04-0410-961f-82ee72b054a4
      9f354539
    • froydnj's avatar
      remove TYPE_ARG_TYPES from godump.c · f2af597c
      froydnj authored
      	* godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173980 138bc75d-0d04-0410-961f-82ee72b054a4
      f2af597c
    • froydnj's avatar
      remove some TYPE_ARG_TYPES usage in objc/ · dffb24a6
      froydnj authored
      	* objc-act.c (objc_compare_types): Use function_args_iterator
      	instead of TYPE_ARG_TYPES to compare function argument types.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173977 138bc75d-0d04-0410-961f-82ee72b054a4
      dffb24a6
    • vries's avatar
      2011-05-20 Tom de Vries <tom@codesourcery.com> · e0ae2fe2
      vries authored
      	PR target/45098
      	* tree-ssa-loop-ivopts.c: Include expmed.h.
      	(get_shiftadd_cost): New function.
      	(force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173976 138bc75d-0d04-0410-961f-82ee72b054a4
      e0ae2fe2
    • jakub's avatar
      PR bootstrap/49086 · ae4330d7
      jakub authored
      	* gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
      	for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173967 138bc75d-0d04-0410-961f-82ee72b054a4
      ae4330d7
    • janus's avatar
      2011-05-20 Janus Weil <janus@gcc.gnu.org> · adc3ca1b
      janus authored
      	PR fortran/48706
      	* module.c (write_dt_extensions): Do not write extended types which
      	are local to a subroutine.
      
      2011-05-20  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/48706
      	* gfortran.dg/extends_12.f03: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173966 138bc75d-0d04-0410-961f-82ee72b054a4
      adc3ca1b
    • jason's avatar
      PR c++/24163 · 8411500a
      jason authored
      	PR c++/29131
      gcc/cp/
      	* pt.c (tsubst_copy_and_build) [CALL_EXPR]: Avoid repeating
      	unqualified lookup.
      	* semantics.c (perform_koenig_lookup): Add complain parm.
      	* cp-tree.h: Adjust.
      	* parser.c (cp_parser_postfix_expression): Adjust.
      	(cp_parser_perform_range_for_lookup): Adjust.
      libstdc++-v3/
      	* include/ext/pb_ds/assoc_container.hpp: Explicitly qualify calls to
      	functions from dependent bases.
      	* include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/rb_tree_map_/
      	split_join_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/splay_tree_/
      	split_join_fn_imps.hpp: Likewise.
      	* include/ext/pb_ds/detail/tree_policy/
      	order_statistics_imp.hpp: Likewise.
      	* include/ext/pb_ds/detail/trie_policy/
      	prefix_search_node_update_imp.hpp: Likewise.
      	* include/ext/rc_string_base.h: Likewise.
      	* include/ext/rope: Likewise.
      	* include/ext/ropeimpl.h: Likewise.
      	* testsuite/util/exception/safety.h: Likewise.
      	* testsuite/util/native_type/native_priority_queue.hpp: Likewise.
      	* testsuite/util/testsuite_io.h: Likewise.
      	* include/std/functional: Declare mem_fn earlier.
      	* include/tr1/functional: Likewise.
      	* include/tr1/exp_integral.tcc: Declare __expint_E1 earlier.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173965 138bc75d-0d04-0410-961f-82ee72b054a4
      8411500a