1. 15 Dec, 2012 4 commits
  2. 14 Dec, 2012 9 commits
  3. 13 Dec, 2012 16 commits
  4. 12 Dec, 2012 11 commits
    • runtime: Delete from a nil map is now a no-op. · 35f33e38
      From-SVN: r194462
      Ian Lance Taylor committed
    • re PR debug/55665 (Missing DW_TAG_lexical_block PC range) · 8318d4ce
      	PR debug/55665
      	* tree-inline.c (remap_decls): Change nonlocalized_list
      	to pointer to pointer to vector from pointer to vector.
      	(remap_block): Pass address of BLOCK_NONLOCALIZED_VARS.
      
      	* g++.dg/guality/pr55665.C: New test.
      
      From-SVN: r194461
      Jakub Jelinek committed
    • libgo: Update to current master library sources. · a42a906c
      From-SVN: r194460
      Ian Lance Taylor committed
    • re PR sanitizer/55508 (many test cases fail using -fsanitize=address with… · bc77608b
      re PR sanitizer/55508 (many test cases fail using -fsanitize=address with internal compiler error: in expand_call_tm)
      
      	PR sanitizer/55508
      	* builtin-attrs.def (ATTR_TMPURE_NOTHROW_LEAF_LIST,
      	ATTR_TMPURE_NORETURN_NOTHROW_LEAF_LIST): New.
      	* asan.c (ATTR_TMPURE_NOTHROW_LEAF_LIST,
      	ATTR_TMPURE_NORETURN_NOTHROW_LEAF_LIST): Define.
      	* sanitizer.def: Make __asan_report_* and __asan_handle_no_return
      	builtins tm pure.
      
      From-SVN: r194459
      Jakub Jelinek committed
    • gcc-dg.exp (${tool}_load): Handle non-existing set_target_env_var the same as if it is empty list. · 46cda8a0
      	* lib/gcc-dg.exp (${tool}_load): Handle non-existing
      	set_target_env_var the same as if it is empty list.
      	(dg-set-target-env-var): Fix up error message.
      	(set-target-env-var): Record both preexisting env var values
      	as well as info that env wasn't set.
      	(restore-target-env-var): Iterate on reversed list, if second
      	sublist element is 1, setenv the env var to the third sublist
      	element, otherwise unsetenv it.
      	(gcc-dg-runtest): Don't initialize set_target_env_var.
      	(dg-test): Unset set_target_env_var if it was set.
      
      	* g++.dg/asan/deep-tail-call-1.C: Whitespace fixes.  Don't rely
      	on argc being one.
      	* g++.dg/asan/interception-malloc-test-1.C: Only run on linux.
      	Whitespace fixes.  Avoid unnecessary * sizeof(char).
      	* g++.dg/asan/deep-thread-stack-1.C: Add -lasan -lpthread to
      	dg-options.  Whitespace fixes.
      	* g++.dg/asan/deep-stack-uaf-1.C: Skip for -flto.  Whitespace fixes.
      	* g++.dg/asan/interception-test-1.C: Whitespace fixes.
      	* g++.dg/asan/interception-failure-test-1.C: Whitespace fixes.
      	Avoid unnecessary * sizeof(char).  Remove // CHECK: comment.
      	* g++.dg/asan/default-options-1.C: Whitespace fixes.
      	* g++.dg/asan/symbolize-callback-1.C: Whitespace fixes.  Make
      	first __asan_symbolize argument unnamed.  Avoid unnecessary
      	* sizeof(char).
      	* g++.dg/asan/large-func-test-1.C: Whitespace fixes.  Don't rely
      	on argc being one.  Allow both _Znwj and _Znwm as operator new.
      	Ignore everything in the backtrace above operator new.  Fix up
      	dg-output regexps.
      	* c-c++-common/asan/null-deref-1.c: Add -fno-omit-frame-pointer
      	and for x86 -mno-omit-leaf-frame-pointer.  Fix up dg-output regexps.
      	* c-c++-common/asan/clone-test-1.c: Whitespace fixes.  Return non-zero
      	on failures.  Avoid pointless PASS dg-output check. Remove bogus
      	dg-shouldfail.
      	* c-c++-common/asan/sanity-check-pure-c-1.c: Fix up dg-output regexps.
      	Avoid unnecessary * sizeof(char).
      	* c-c++-common/asan/heap-overflow-1.c: Fix up dg-output regexps.
      	Don't rely on argc being one.
      	* c-c++-common/asan/sleep-before-dying-1.c: Whitespace fixes.
      	Avoid unnecessary * sizeof(char).
      	* c-c++-common/asan/rlimit-mmap-test-1.c: Whitespace fixes.
      	* c-c++-common/asan/stack-overflow-1.c: Fix up dg-output regexps.
      	* c-c++-common/asan/global-overflow-1.c: Add -fno-builtin-memset.
      	Fix up dg-output regexps.
      	* c-c++-common/asan/strncpy-overflow-1.c: Fix up dg-output regexps.
      	* c-c++-common/asan/memcmp-1.c:	Don't rely on argc being one.
      	* c-c++-common/asan/use-after-free-1.c: Fix up dg-output regexps.
      	* c-c++-common/asan/swapcontext-test-1.c: Don't rely on argc being
      	one.
      	* c-c++-common/asan/force-inline-opt0-1.c: Remove dg-skip-if.
      	* c-c++-common/asan/strip-path-prefix-1.c: Whitespace fixes.
      	Avoid unnecessary * sizeof(char).
      
      2012-12-12  Wei Mi  <wmi@google.com>
      
      	* lib/target-supports.exp (check_effective_target_dlopen,
      	check_effective_target_clone, check_effective_target_setrlimit,
      	check_effective_target_swapcontext): New procedures.
      	* lib/gcc-dg.exp (${tool}_load): Handle dg-set-target-env-var.
      	(dg-set-target-env-var, set-target-env-var,
      	restore-target-env-var): New procedures.
      	(gcc-dg-runtest): Set set_target_env_var.
      	* g++.dg/asan/symbolize-callback-1.C: New test.
      	* g++.dg/asan/shared-lib-test-1-so.cc: New file.
      	* g++.dg/asan/deep-tail-call-1.C: New test.
      	* g++.dg/asan/default-options-1.C: New test.
      	* g++.dg/asan/interception-test-1.C: New test.
      	* g++.dg/asan/dlclose-test-1-so.cc: New file.
      	* g++.dg/asan/deep-thread-stack-1.C: New test.
      	* g++.dg/asan/interception-malloc-test-1.C: New test.
      	* g++.dg/asan/deep-stack-uaf-1.C: New test.
      	* g++.dg/asan/large-func-test-1.C: New test.
      	* g++.dg/asan/interception-failure-test-1.C: New test.
      	* c-c++-common/asan/strip-path-prefix-1.c: New test.
      	* c-c++-common/asan/force-inline-opt0-1.c: New test.
      	* c-c++-common/asan/swapcontext-test-1.c: New test.
      	* c-c++-common/asan/null-deref-1.c: New test.
      	* c-c++-common/asan/global-overflow-1.c: New test.
      	* c-c++-common/asan/strncpy-overflow-1.c: New test.
      	* c-c++-common/asan/rlimit-mmap-test-1.c: New test.
      	* c-c++-common/asan/stack-overflow-1.c: New test.
      	* c-c++-common/asan/use-after-free-1.c: New test.
      	* c-c++-common/asan/sanity-check-pure-c-1.c: New test.
      	* c-c++-common/asan/clone-test-1.c: New test.
      	* c-c++-common/asan/heap-overflow-1.c: New test.
      	* c-c++-common/asan/sleep-before-dying-1.c: New test.
      
      From-SVN: r194458
      Jakub Jelinek committed
    • documentation_hacking.xml: Fix validation issue. · f52f03c8
      2012-12-12  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/manual/documentation_hacking.xml: Fix validation issue.
      
      From-SVN: r194455
      Benjamin Kosnik committed
    • pr55150-2.c: Add pic support check. · 71c753d0
      2012-12-12  Steve Ellcey  <sellcey@mips.com>
      
      	* gcc.dg/pr55150-2.c: Add pic support check.
      	* gcc.dg/lto/pr54709_0.c: Ditto.
      
      From-SVN: r194454
      Steve Ellcey committed
    • mips.c (mips_option_override): Set mips_dbx_regno entries to IGNORED_DWARF_REGNUM by default. · 22eab31a
      2012-12-12  Steve Ellcey  <sellcey@mips.com>
      
      	* config/mips/mips.c (mips_option_override): Set
      	mips_dbx_regno entries to IGNORED_DWARF_REGNUM by default.
      
      From-SVN: r194453
      Steve Ellcey committed
    • Restore AM_MAKEFLAGS in libsanitizer · b488a2c7
      	* Makefile.am (AM_MAKEFLAGS): Restored.
      	* asan/Makefile.am: Likewise.
      	* interception/Makefile.am: Likewise.
      	* sanitizer_common/Makefile.am: Likewise.
      	* tsan/Makefile.am: Likewise.
      	* Makefile.in: Regenerated.
      	* asan/Makefile.in: Likewise.
      	* interception/Makefile.in: Likewise.
      	* sanitizer_common/Makefile.in: Likewise.
      	* tsan/Makefile.in: Likewise.
      
      From-SVN: r194452
      H.J. Lu committed
    • Restore MAKEOVERRIDES in libsanitizer · e8adb21b
      	* Makefile.am (MAKEOVERRIDES): Restored.
      	* asan/Makefile.am: Likewise.
      	* interception/Makefile.am: Likewise.
      	* sanitizer_common/Makefile.am: Likewise.
      	* tsan/Makefile.am: Likewise.
      	* Makefile.in: Regenerated.
      	* asan/Makefile.in: Likewise.
      	* interception/Makefile.in: Likewise.
      	* sanitizer_common/Makefile.in: Likewise.
      	* tsan/Makefile.in: Likewise.
      
      From-SVN: r194450
      H.J. Lu committed
    • Sync config.sub with src · f08bdd69
      2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
      
      	* config.sub: Merge from config repo.
      
      From-SVN: r194449
      Jan-Benedict Glaw committed