thread_leak2.c: `dg-skip-if' removed.
2013-12-10 Max Ostapenko <m.ostapenko@partner.samsung.com> * c-c++-common/tsan/thread_leak2.c: `dg-skip-if' removed. * gcc-dg/tsan/tsan.exp: Run only with '-O0' and '-O2' options. * g++-dg/tsan/tsan.exp: Likewise. From-SVN: r205853
This commit is contained in:
parent
a1067b0911
commit
475948faca
@ -1,3 +1,9 @@
|
||||
2013-12-10 Max Ostapenko <m.ostapenko@partner.samsung.com>
|
||||
|
||||
* c-c++-common/tsan/thread_leak2.c: `dg-skip-if' removed.
|
||||
* gcc-dg/tsan/tsan.exp: Run only with '-O0' and '-O2' options.
|
||||
* g++-dg/tsan/tsan.exp: Likewise.
|
||||
|
||||
2013-12-10 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gcc.dg/vect/pr58508.c: XFAIL for vect_no_align.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-shouldfail "tsan" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O3 -funroll-loops" "-O3 -funroll-all-loops" } { "" } } */
|
||||
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
# Load support procs.
|
||||
load_lib g++-dg.exp
|
||||
load_lib tsan-dg.exp
|
||||
load_lib torture-options.exp
|
||||
|
||||
if ![check_effective_target_fthread_sanitizer] {
|
||||
return
|
||||
@ -28,6 +29,11 @@ if ![check_effective_target_fthread_sanitizer] {
|
||||
|
||||
# Initialize `dg'.
|
||||
dg-init
|
||||
torture-init
|
||||
set-torture-options [list \
|
||||
{ -O0 } \
|
||||
{ -O2 } ]
|
||||
|
||||
if [tsan_init] {
|
||||
|
||||
# Main loop.
|
||||
|
@ -21,6 +21,7 @@
|
||||
# Load support procs.
|
||||
load_lib gcc-dg.exp
|
||||
load_lib tsan-dg.exp
|
||||
load_lib torture-options.exp
|
||||
|
||||
if ![check_effective_target_fthread_sanitizer] {
|
||||
return
|
||||
@ -28,6 +29,11 @@ if ![check_effective_target_fthread_sanitizer] {
|
||||
|
||||
# Initialize `dg'.
|
||||
dg-init
|
||||
torture-init
|
||||
set-torture-options [list \
|
||||
{ -O0 } \
|
||||
{ -O2 } ]
|
||||
|
||||
if [tsan_init] {
|
||||
|
||||
# Main loop.
|
||||
|
Loading…
x
Reference in New Issue
Block a user