Skip static_ctor.C test (PR libitm/51173)

PR libitm/51173
	* testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove
	include, exclude options.

From-SVN: r183253
This commit is contained in:
Rainer Orth 2012-01-17 15:42:47 +00:00 committed by Rainer Orth
parent be61ce5214
commit 3b4f05ec1e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libitm/51173
* testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove
include, exclude options.
2012-01-14 Torvald Riegel <triegel@redhat.com>
* local.cc (GTM::gtm_undolog::rollback): Truncate undo log after

View File

@ -1,6 +1,6 @@
/* { dg-do run } */
/* { dg-options "-pthread" } */
/* { dg-xfail-if "" { *-*-* } { "*" } { "" } } */
/* { dg-skip-if "PR libitm/51822" { *-*-* } } */
/* Tests static constructors inside of transactional code. */
#include <pthread.h>