1. 24 Oct, 2013 25 commits
  2. 23 Oct, 2013 15 commits
    • testsuite_containergen.h: New. · c2240038
      2013-10-23  Chris Jefferson  <chris@bubblescope.net>
      	    Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/util/testsuite_containergen.h: New.
      	* testsuite/util/testsuite_iterators.h (test_container<>::val): Add.
      	* testsuite/25_algorithms/nth_element/random_test.cc: New, use the
      	above.
      	* testsuite/25_algorithms/partial_sort/random_test.cc: Likewise.
      	* testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise.
      	* testsuite/25_algorithms/sort/random_test.cc: Likewise.
      
      Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
      
      From-SVN: r203995
      Chris Jefferson committed
    • direct-move.h: Fix header for executable tests. · c19d33d8
      	* gcc.target/powerpc/direct-move.h: Fix header for executable tests.
      
      From-SVN: r203994
      Pat Haugen committed
    • * testsuite/test-expandargv.c: Include unistd.h. · 89ac0797
      From-SVN: r203993
      Gerald Pfeifer committed
    • re PR target/57756 (Function target attribute is retaining state of previously seen function) · 33e7f993
      PR target/57756
      
      Replace further references to global_options in functions
      ix86_option_override_internal and ix86_valid_target_attribute_tree
      in config/i386/i386.c.
      
      	PR target/57756
      	* config/i386/i386.c (ix86_option_override_internal):
      	Change TARGET_SSE2 to TARGET_SSE2_P (opts->...)
      	(ix86_valid_target_attribute_tree):
      	Change TARGET_64BIT to TARGET_64BIT_P (opts->...)
      	Change TARGET_SSE to TARGET_SSE_P (opts->...)
      
      From-SVN: r203991
      Sriraman Tallam committed
    • LWG 2165 · e2fbf4c5
      	LWG 2165
      	* method.c (defaulted_late_check): Delete on eh-spec mismatch.
      	(maybe_explain_implicit_delete): Explain it.
      
      From-SVN: r203989
      Jason Merrill committed
    • c-format.c (gcc_cxxdiag_char_table): Add %X. · 3f04b1bb
      c-family/
      	* c-format.c (gcc_cxxdiag_char_table): Add %X.
      cp/
      	* error.c (eh_spec_to_string): New.
      	(cp_printer): Use it for %X.
      
      From-SVN: r203988
      Jason Merrill committed
    • tree-ssa-loop.h: Remove include files. · e28030cf
      
      
      	* tree-ssa-loop.h: Remove include files.
      	* gengtype.c (open_base_files): Adjust include list for gtype-desc.c.
      	* cfgloopmanip.c: Move required includes from tree-ssa-loop.h.
      	* graphite-clast-to-gimple.c: Likewise.
      	* graphite-scop-detection.c: Likewise.
      	* graphite-sese-to-poly.c: Likewise.
      	* ipa-inline-analysis.c: Likewise.
      	* ipa-pure-const.c: Likewise.
      	* loop-init.c: Likewise.
      	* passes.c: Likewise.
      	* predict.c: Likewise.
      	* tree-cfg.c: Likewise.
      	* tree-cfgcleanup.c: Likewise.
      	* tree-chrec.c: Likewise.
      	* tree-data-ref.c: Likewise.
      	* tree-loop-distribution.c: Likewise.
      	* tree-parloops.c: Likewise.
      	* tree-predcom.c: Likewise.
      	* tree-scalar-evolution.c: Likewise.
      	* tree-ssa-address.c: Likewise.
      	* tree-ssa.c: Likewise.
      	* tree-ssa-dce.c: Likewise.
      	* tree-ssa-loop.c: Likewise.
      	* tree-ssa-loop-im.c: Likewise.
      	* tree-ssa-loop-ivcanon.c: Likewise.
      	* tree-ssa-loop-ivopts.c: Likewise.
      	* tree-ssa-loop-manip.c: Likewise.
      	* tree-ssa-loop-niter.c: Likewise.
      	* tree-ssa-loop-prefetch.c: Likewise.
      	* tree-ssa-loop-unswitch.c: Likewise.
      	* tree-ssa-reassoc.c: Likewise.
      	* tree-vect-data-refs.c: Likewise.
      	* tree-vect-loop.c: Likewise.
      	* tree-vect-loop-manip.c: Likewise.
      	* tree-vectorizer.c: Likewise.
      	* tree-vect-stmts.c: Likewise.
      	* tree-vrp.c: Likewise.
      
      From-SVN: r203987
      Andrew MacLeod committed
    • In C++11 a trivial [cd]tor might not be callable. · eca7fc57
      	* class.c (user_provided_p): A function deleted on its declation
      	in the class is not user-provided.
      	(type_build_ctor_call): Also force a ctor call if we
      	might have a deleted or private trivial ctor.
      	(type_build_dtor_call): New.
      	(deduce_noexcept_on_destructors): Remove obsolete code.
      	* cp-tree.h: Declare type_build_dtor_call.
      	* decl.c (expand_static_init): Make sure trivial dtors are callable.
      	(cxx_maybe_build_cleanup): Likewise.
      	* except.c (build_throw): Likewise.
      	* init.c (build_value_init): Handle trivial but not callable ctors.
      	(perform_target_ctor): Make sure trivial dtor is callable.
      	(perform_member_init): Likewise.
      	(expand_cleanup_for_base): Likewise.
      	(build_vec_delete_1): Likewise.
      	(build_delete): Likewise.
      	(push_base_cleanups): Likewise.
      	(build_new_1): Avoid redundant error.
      	* method.c (synthesized_method_walk): Can't ever exit early in C++11.
      	Always process the subobject destructor.
      	* semantics.c (finish_compound_literal): Make sure trivial dtor is
      	callable.
      	* typeck2.c (split_nonconstant_init): Likewise.
      
      From-SVN: r203985
      Jason Merrill committed
    • altivec.md (mulv8hi3): Adjust for little endian. · 24d2e5eb
      2013-10-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/altivec.md (mulv8hi3): Adjust for little endian.
      
      From-SVN: r203980
      Bill Schmidt committed
    • re PR tree-optimization/58775 (reassoc1 causes an ICE with some bool arithmetic) · 5e40da4f
      	PR tree-optimization/58775
      	PR tree-optimization/58791
      	* tree-ssa-reassoc.c (reassoc_stmt_dominates_stmt_p): New function.
      	(insert_stmt_after): Rewritten, don't move the stmt, but really
      	insert it.
      	(get_stmt_uid_with_default): Remove.
      	(build_and_add_sum): Use insert_stmt_after and
      	reassoc_stmt_dominates_stmt_p.  Fix up uid if bb contains only
      	labels.
      	(update_range_test): Set uid on stmts added by
      	force_gimple_operand_gsi.  Don't immediately modify statements
      	in inter-bb optimization, just update oe->op values.
      	(optimize_range_tests): Return bool whether any changed have
      	been made.
      	(update_ops): New function.
      	(struct inter_bb_range_test_entry): New type.
      	(maybe_optimize_range_tests): Perform statement changes here.
      	(not_dominated_by, appears_later_in_bb, get_def_stmt,
      	ensure_ops_are_available): Remove.
      	(find_insert_point): Rewritten.
      	(rewrite_expr_tree): Remove MOVED argument, add CHANGED argument,
      	return LHS of the (new resp. old) stmt.  Don't call
      	ensure_ops_are_available, don't reuse SSA_NAMEs, recurse first
      	instead of last, move new stmt at the right place.
      	(linearize_expr, repropagate_negates): Don't reuse SSA_NAMEs.
      	(negate_value): Likewise.  Set uids.
      	(break_up_subtract_bb): Initialize uids.
      	(reassociate_bb): Adjust rewrite_expr_tree caller.
      	(do_reassoc): Don't call renumber_gimple_stmt_uids.
      
      	* gcc.dg/guality/pr58791-1.c: New test.
      	* gcc.dg/guality/pr58791-2.c: New test.
      	* gcc.dg/guality/pr58791-3.c: New test.
      	* gcc.dg/guality/pr58791-4.c: New test.
      	* gcc.dg/guality/pr58791-5.c: New test.
      	* gcc.c-torture/compile/pr58775.c: New test.
      	* gcc.dg/tree-ssa/reassoc-28.c: Don't scan reassoc1 dump.
      
      From-SVN: r203979
      Jakub Jelinek committed
    • re PR libstdc++/58850 (Conversion error in chrono) · 66caf47a
      2013-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/58850
      	* include/std/chrono (minutes, hours): Change typedefs to uniformly
      	use int64_t.
      	* testsuite/20_util/duration/arithmetic/58850.cc: New.
      
      From-SVN: r203978
      Paolo Carlini committed
    • re PR target/58838 (mullw sets condition code incorrectly.) · 021b0410
              PR target/58838
              * config/rs6000/rs6000.md (mulsi3_internal1 and splitter): Add
              TARGET_32BIT final condition.
              (mulsi3_internal2 and splitter): Same.
      
      From-SVN: r203977
      David Edelsohn committed