Commit 022351a2 by Yury Gribov Committed by Yury Gribov

re PR sanitizer/59369 (c-c++-common/asan/pr59063-[1,2].c fails on darwin)

2013-12-05  Yury Gribov  <y.gribov@samsung.com>

	PR sanitizer/59369
	* c-c++-common/asan/pr59063-1.c: Disable on non-Linux platforms.
	* c-c++-common/asan/pr59063-2.c: Likewise.

From-SVN: r205699
parent 666ee4d6
2013-12-05 Yury Gribov <y.gribov@samsung.com>
PR sanitizer/59369
* c-c++-common/asan/pr59063-1.c: Disable on non-Linux platforms.
* c-c++-common/asan/pr59063-2.c: Likewise.
2013-12-05 Paolo Carlini <paolo.carlini@oracle.com> 2013-12-05 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/cpp0x/constexpr-46336.C: Adjust expected messages. * g++.dg/cpp0x/constexpr-46336.C: Adjust expected messages.
......
/* { dg-do run } */ /* { dg-do run { target { *-*-linux* } } } */
#include <time.h> #include <time.h>
static int weak_gettime (clockid_t clk_id, struct timespec *tp) static int weak_gettime (clockid_t clk_id, struct timespec *tp)
......
/* { dg-do run } */ /* { dg-do run { target { *-*-linux* } } } */
/* { dg-options "-static-libasan" } */ /* { dg-options "-static-libasan" } */
#include <time.h> #include <time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment