1. 16 Jan, 2015 30 commits
  2. 15 Jan, 2015 10 commits
    • re PR bootstrap/64612 (profiledbootstrap failures) · 8ccc8042
      
      	PR ipa/64612
      	* ipa-inline-transform.c (can_remove_node_now_p): Fix handling
      	of comdat locals.
      	(inline_call): Fix removal of aliases.
      
      From-SVN: r219696
      Jan Hubicka committed
    • flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR in SANITIZE_UNDEFINED. · 35228ac7
      	* flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
      	include SANITIZE_VPTR in SANITIZE_UNDEFINED.
      	* opts.c (common_handle_option): Add -fsanitize=vptr.
      	* sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
      	BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
      	* ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
      	UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
      	(ubsan_expand_vptr_ifn): New prototype.
      	* internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
      	expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
      	expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
      	expand_LOOP_VECTORIZED): Make argument nameless, remove
      	ATTRIBUTE_UNUSED.
      	(expand_UBSAN_VPTR): New function.
      	* internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
      	in fn spec.
      	(UBSAN_VPTR): New internal function.
      	* sanopt.c (tree_map_traits): Renamed to ...
      	(sanopt_tree_map_traits): ... this.
      	(sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
      	(sanopt_ctx): Adjust asan_check_map type for tree_map_traits
      	to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
      	(maybe_optimize_ubsan_vptr_ifn): New function.
      	(sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
      	(pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
      	-fsanitize=vptr.
      	* tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
      	internal calls like pure functions for aliasing, even when they
      	have other side-effects that prevent making them ECF_PURE.
      	* ubsan.c (ubsan_vptr_type_cache_decl): New variable.
      	(ubsan_expand_vptr_ifn): New function.
      cp/
      	* cp-gimplify.c (cp_genericize_r): Call
      	cp_ubsan_maybe_instrument_member_call for member calls.
      	(cp_ubsan_check_member_access_r): New function.
      	(cp_genericize_tree): Call cp_ubsan_instrument_member_accesses.
      	* cp-tree.h (cp_ubsan_maybe_instrument_member_call,
      	cp_ubsan_instrument_member_accesses,
      	cp_ubsan_maybe_instrument_downcast,
      	cp_ubsan_maybe_instrument_cast_to_vbase): New prototypes.
      	* cp-ubsan.c: New file.
      	* Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-ubsan.o.
      	* constexpr.c (cxx_eval_call_expression): Return void_node
      	for IFN_UBSAN_VPTR.
      	(potential_constant_expression_1): Return true for
      	UBSAN_NULL, UBSAN_BOUNDS and UBSAN_VPTR internal calls.
      	* typeck.c (build_class_member_access_expr): Provide locus
      	for COMPONENT_REFs.
      	(build_static_cast_1): Instrument downcasts.
      	* class.c (build_base_path): For -fsanitize=vptr and !fixed_type_p
      	add ubsan instrumentation for virtual_access.
      	* call.c: Include internal-fn.h.
      	(set_flags_from_callee): Handle internal calls.
      gcc/testsuite/
      	* g++.dg/ubsan/vptr-1.C: New test.
      	* g++.dg/ubsan/vptr-2.C: New test.
      	* g++.dg/ubsan/vptr-3.C: New test.
      	* g++.dg/ubsan/vptr-4.C: New test.
      	* g++.dg/ubsan/vptr-5.C: New test.
      	* g++.dg/ubsan/vptr-6.C: New test.
      	* g++.dg/ubsan/vptr-7.C: New test.
      	* g++.dg/ubsan/vptr-8.C: New test.
      	* g++.dg/ubsan/vptr-9.C: New test.
      
      From-SVN: r219695
      Jakub Jelinek committed
    • openmp.c (check_symbol_not_pointer, [...]): Replace '%s' by %qs. · 9f584046
      2015-01-15  Tobias Burnus  <burnus@net-b.de>
      
              * openmp.c (check_symbol_not_pointer, resolve_oacc_data_clauses,
              resolve_oacc_deviceptr_clause, resolve_omp_clauses,
              gfc_resolve_oacc_declare): Replace '%s' by %qs.
      
      From-SVN: r219694
      Tobias Burnus committed
    • 2015-01-15 Richard Sandiford <richard.sandiford@arm.com> · 179ed8f5
      	Update copyright years in docs/.
      
      From-SVN: r219693
      Richard Sandiford committed
    • update-copyright.py (Copyright.__init__): Add a regexp for "copyright = u'". · 8fced9b9
      contrib/
      	* update-copyright.py (Copyright.__init__): Add a regexp for
      	"copyright = u'".
      	(Copyright.update_copyright): Don't add a space before the year
      	in that case.
      
      From-SVN: r219692
      Richard Sandiford committed
    • go/build: cgo works on linux/alpha. · 1d599906
      From Uros Bizjak.
      
      From-SVN: r219691
      Ian Lance Taylor committed
    • configure.ac: Check for networking libraries; see NET_LIBS. · 85d7b5d5
      	* configure.ac: Check for networking libraries; see NET_LIBS.
      	* Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
      	(gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
      	* configure, Makefile.in: Rebuild.
      
      From-SVN: r219690
      Ian Lance Taylor committed
    • re PR c++/59366 (A friend function template defined in a class is found without ADL) · 199b7a35
      	PR c++/59366
      	* name-lookup.c (pushdecl_maybe_friend_1): Hide friend functions
      	and function templates, declared only in the class.
      	* decl.c (duplicate_decls): Reveal hidden friend functions or
      	function templates, if they are redeclared outside the class.
      
      From-SVN: r219689
      Momchil Velikov committed
    • re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin) · 58b59d5e
      PR libffi/64572
      
              * include/ffi.h.in (FFI_TYPE_LAST): Set to COMPLEX only if complex
              numbers are supported by the backend.
      
      From-SVN: r219688
      Richard Henderson committed
    • re PR c++/64356 (Some constexpr expressions not recognized as constexpr) · 134efa82
      	PR c++/64356
      	* constexpr.c (cxx_eval_binary_expression): Fix pasto.
      
      From-SVN: r219687
      Jason Merrill committed