1. 25 Oct, 2013 3 commits
    • mode-classes.def (MODE_POINTER_BOUNDS): New. · 65f55bac
              * mode-classes.def (MODE_POINTER_BOUNDS): New.
              * tree.def (POINTER_BOUNDS_TYPE): New.
              * genmodes.c (complete_mode): Support MODE_POINTER_BOUNDS.
              (POINTER_BOUNDS_MODE): New.
              (make_pointer_bounds_mode): New.
              * machmode.h (POINTER_BOUNDS_MODE_P): New.
              * stor-layout.c (int_mode_for_mode): Support MODE_POINTER_BOUNDS.
              (layout_type): Support POINTER_BOUNDS_TYPE.
              * tree-pretty-print.c (dump_generic_node): Support POINTER_BOUNDS_TYPE.
              * tree.c (build_int_cst_wide): Support POINTER_BOUNDS_TYPE.
              (type_contains_placeholder_1): Likewise.
              * tree.h (POINTER_BOUNDS_TYPE_P): New.
              * varasm.c (output_constant): Support POINTER_BOUNDS_TYPE.
              * doc/rtl.texi (MODE_POINTER_BOUNDS): New.
      
      From-SVN: r204045
      Ilya Enkovich committed
    • expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of… · ca9f3779
      expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of address computation when...
      
              * expr.c (expand_expr_real_1): Use mode of memory reference rather
              than mode of address computation when calling memory_address_addr_space.
      
      From-SVN: r204044
      Igor Shevlyakov committed
    • Daily bump. · 0e855edf
      From-SVN: r204043
      GCC Administrator committed
  2. 24 Oct, 2013 25 commits
  3. 23 Oct, 2013 12 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