1. 20 Jan, 2017 13 commits
    • PR72792 PR72793 relax requirements on rebind members · a3a1620b
      	PR libstdc++/72792
      	PR libstdc++/72793
      	* include/bits/alloc_traits.h (__allocator_traits_base::__rebind):
      	Replace with class template using void_t.
      	(__alloc_rebind): Define in terms of
      	__allocator_traits_base::__rebind.
      	(allocator_traits): Remove unconditional static_assert for
      	rebind_alloc.
      	* include/bits/ptr_traits.h (__replace_first_arg): Remove type member.
      	(pointer_traits::__rebind): Replace with class template using void_t.
      	(pointer_traits::rebind): Define in terms of __rebind.
      	(pointer_traits): Remove unconditional static_assert for rebind.
      	* testsuite/20_util/allocator_traits/members/rebind_alloc.cc: New test.
      	* testsuite/20_util/pointer_traits/rebind.cc: New test.
      
      From-SVN: r244680
      Jonathan Wakely committed
    • re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols) · 198766b6
      	PR go/79146
          crypto/elliptic: explicitly ignore p256_s390x.go
          
          The file only works if used in conjunction with assembly code not
          (yet) written for gccgo.
          
          Fixes GCC PR 79146.
      
          Reviewed-on: https://go-review.googlesource.com/35477
      
      From-SVN: r244679
      Ian Lance Taylor committed
    • PR69321 fix any_cast<T>(any*) for non-copyable T · 38a9e5a6
      	PR libstdc++/69321
      	* include/experimental/any (__any_caster): Avoid instantiating
      	manager function for types that can't be stored in any.
      	* include/std/any (__any_caster): Likewise.
      	* testsuite/20_util/any/misc/any_cast.cc: Test non-copyable type.
      	* testsuite/experimental/any/misc/any_cast.cc: Likewise.
      
      From-SVN: r244678
      Jonathan Wakely committed
    • rs6000: Fix the new SSP guard configuration code (PR79140) · 01334be4
      I foolishly tested this with r241087 reverted.  After that revision
      default_stack_protect_guard is no longer called if the compiler defaults
      to using the TLS guard, which of course is the wrong thing to do if
      there is some other way to enable the global guard.
      
      This fixes it.
      
      
      	PR target/78875
      	PR target/79140
      	* config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
      	define to rs6000_init_stack_protect_guard.
      	(rs6000_init_stack_protect_guard): New function.
      
      From-SVN: r244677
      Segher Boessenkool committed
    • config.gcc (supported_defaults): Add madd4. · d821744c
      gcc/
      2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
      	    Yunqiang Su  <yunqiang.su@imgtec.com>
      
      	* config.gcc (supported_defaults): Add madd4.
      	(with_madd4): Add validation.
      	(all_defaults): Add madd4.
      	* config/mips/mips.opt (mmadd4): New option.
      	* gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
      	mmadd4.
      	(TARGET_CPU_CPP_BUILTINS): Add builtin_define for
      	__mips_no_madd4.
      	(ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
      	(ISA_HAS_FUSED_MADD4): Likewise.
      	* gcc/doc/invoke.texi (-mmadd4): Document the new option.
      	* gcc/doc/install.texi (--with-madd4): Document the new option.
      
      gcc/testsuite/
      2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
      
      	* gcc.target/mips/madd4-1.c: New file.
      	* gcc.target/mips/madd4-2.c: Likewise.
      	* gcc.target/mips/mips.exp (mips_option_groups): Add ghost option
      	HAS_MADD4.
      	(mips_option_groups): Add -m[no-]madd4.
      	(mips-dg-init): Detect default -mno-madd4.
      	(mips-dg-options): Handle HAS_MADD4 arch upgrade/downgrade.
      	* gcc.target/mips/mips-ps-type.c: Add -mmadd4 test option.
      	* gcc.target/mips/mips-ps-type-2.c: Likewise.
      	* gcc.target/mips/nmadd-1.c: Likewise.
      	* gcc.target/mips/nmadd-2.c: Likewise.
      	* gcc.target/mips/nmadd-3.c: Likewise.
      
      Co-Authored-By: Yunqiang Su <yunqiang.su@imgtec.com>
      
      From-SVN: r244676
      Matthew Fortune committed
    • PR64903 simplify last fix to std::is_partitioned · 5b4ca306
      	PR libstdc++/64903
      	* include/bits/stl_algo.h (is_partitioned): Use increment instead of
      	std::advance.
      
      From-SVN: r244675
      Jonathan Wakely committed
    • [AArch64, libgcc] Add missing file, forget "svn add" · f2f6dece
      From-SVN: r244674
      Jiong Wang committed
    • [AArch64][4/4] libgcc unwinder support for return address signing · 5636faf2
      libgcc/
      	* config/aarch64/aarch64-unwind.h: New file.
      	(DWARF_REGNUM_AARCH64_RA_STATE): Define.
      	(MD_POST_EXTRACT_ROOT_ADDR): New target marcro and define it on AArch64.
      	(MD_POST_EXTRACT_FRAME_ADDR): Likewise.
      	(MD_POST_FROB_EH_HANDLER_ADDR): Likewise.
      	(MD_FROB_UPDATE_CONTEXT): Define it on AArch64.
      	(aarch64_post_extract_frame_addr): New function.
      	(aarch64_post_frob_eh_handler_addr): New function.
      	(aarch64_frob_update_context): New function.
      	* config/aarch64/linux-unwind.h: Include aarch64-unwind.h
      	* config.host (aarch64*-*-elf, aarch64*-*-rtems*,
      	aarch64*-*-freebsd*):
      	Initialize md_unwind_header to include aarch64-unwind.h.
      	* unwind-dw2.c (struct _Unwind_Context): Define "RA_A_SIGNED_BIT".
      	(execute_cfa_program): Multiplex DW_CFA_GNU_window_save for
      	__aarch64__.
      	(uw_update_context): Honor MD_POST_EXTRACT_FRAME_ADDR.
      	(uw_init_context_1): Honor MD_POST_EXTRACT_ROOT_ADDR.
      	(uw_frob_return_addr): New function.
      	(uw_install_context): Use uw_frob_return_addr.
      
      From-SVN: r244673
      Jiong Wang committed
    • Daily bump. · 1d9a7629
      From-SVN: r244672
      GCC Administrator committed
    • [AArch64][3/4] New PAUTH builtins required by libgcc unwinder · 312492bd
      gcc/
      	* config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
      	entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
      	AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
      	(aarch64_init_pauth_hint_builtins): New.
      	(aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
      	(aarch64_expand_builtin): Expand new builtins.
      
      From-SVN: r244669
      Jiong Wang committed
    • PR79156 fix std::__enable_shared_from_this extension · 115ac9ff
      	PR libstdc++/79156
      	* include/bits/shared_ptr_base.h (__enable_shared_from_this_base):
      	Fix return type.
      	(__enable_shared_from_this): Declare __shared_ptr as a friend.
      	* testsuite/ext/shared_ptr/1.cc: New test.
      
      From-SVN: r244668
      Jonathan Wakely committed
    • [AArch64][2/4] Generate dwarf information for -msign-return-address · 27169e45
      gcc/
      	* reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
      	* combine-stack-adj.c (no_unhandled_cfa): Handle
      	REG_CFA_TOGGLE_RA_MANGLE.
      	* dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
      	* config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
      	info for return address signing.
      	(aarch64_expand_epilogue): Likewise.
      
      From-SVN: r244667
      Jiong Wang committed
    • [AArch64][1/4] Support Return address protection on AArch64 · db58fd89
      gcc/
      	* config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
      	* config/aarch64/aarch64-protos.h
      	(aarch64_return_address_signing_enabled): New declaration.
      	* config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
      	New function.
      	(aarch64_expand_prologue): Sign return address before it's pushed onto
      	stack.
      	(aarch64_expand_epilogue): Authenticate return address fetched from
      	stack.
      	(aarch64_override_options): Sanity check for ILP32 and ISA level.
      	(aarch64_attributes): New function attributes for "sign-return-address".
      	* config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
      	UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
      	("*do_return"): Generate combined instructions according to key index.
      	("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
      	* config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
      	iterators.
      	(pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
      	* config/aarch64/aarch64.opt (msign-return-address=): New.
      	* doc/extend.texi (AArch64 Function Attributes): Documents
      	"sign-return-address=".
      	* doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
      
      gcc/testsuite/
      	* gcc.target/aarch64/return_address_sign_1.c: New testcase for no
      	combined instructions.
      	* gcc.target/aarch64/return_address_sign_2.c: New testcase for combined
      	instructions.
      	* gcc.target/aarch64/return_address_sign_3.c: New testcase for disable
      	of pointer authentication.
      
      From-SVN: r244666
      Jiong Wang committed
  2. 19 Jan, 2017 27 commits