This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r217817 - in /trunk/gcc/testsuite: ChangeLog c-...


Author: fxcoudert
Date: Wed Nov 19 22:33:36 2014
New Revision: 217817

URL: https://gcc.gnu.org/viewcvs?rev=217817&root=gcc&view=rev
Log:
	PR sanitizer/63939
	* c-c++-common/asan/global-overflow-1.c: Allow extra spaces after
	stack pointer address, to fit darwin output when symbolizer is not
	present.
	* c-c++-common/asan/heap-overflow-1.c: Likewise.
	* c-c++-common/asan/memcmp-1.c: Likewise.
	* c-c++-common/asan/misalign-1.c: Likewise.
	* c-c++-common/asan/misalign-2.c: Likewise.
	* c-c++-common/asan/null-deref-1.c: Likewise.
	* c-c++-common/asan/stack-overflow-1.c: Likewise.
	* c-c++-common/asan/strlen-overflow-1.c: Likewise.
	* c-c++-common/asan/strncpy-overflow-1.c: Likewise.
	* c-c++-common/asan/use-after-free-1.c: Likewise.
	* g++.dg/asan/deep-stack-uaf-1.C: Likewise.
	* g++.dg/asan/deep-tail-call-1.C: Likewise.
	* g++.dg/asan/large-func-test-1.C: Likewise.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/asan/global-overflow-1.c
    trunk/gcc/testsuite/c-c++-common/asan/heap-overflow-1.c
    trunk/gcc/testsuite/c-c++-common/asan/memcmp-1.c
    trunk/gcc/testsuite/c-c++-common/asan/misalign-1.c
    trunk/gcc/testsuite/c-c++-common/asan/misalign-2.c
    trunk/gcc/testsuite/c-c++-common/asan/null-deref-1.c
    trunk/gcc/testsuite/c-c++-common/asan/stack-overflow-1.c
    trunk/gcc/testsuite/c-c++-common/asan/strlen-overflow-1.c
    trunk/gcc/testsuite/c-c++-common/asan/strncpy-overflow-1.c
    trunk/gcc/testsuite/c-c++-common/asan/use-after-free-1.c
    trunk/gcc/testsuite/g++.dg/asan/deep-stack-uaf-1.C
    trunk/gcc/testsuite/g++.dg/asan/deep-tail-call-1.C
    trunk/gcc/testsuite/g++.dg/asan/large-func-test-1.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]