diff options
| -rw-r--r-- | gcc/testsuite/c-c++-common/tsan/free_race.c | 2 | ||||
| -rw-r--r-- | gcc/testsuite/c-c++-common/tsan/free_race2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/c-c++-common/tsan/free_race.c b/gcc/testsuite/c-c++-common/tsan/free_race.c index 831c23e..390ec30 100644 --- a/gcc/testsuite/c-c++-common/tsan/free_race.c +++ b/gcc/testsuite/c-c++-common/tsan/free_race.c @@ -1,5 +1,5 @@ /* { dg-shouldfail "tsan" } */ -/* { dg-additional-options "-ldl -fno-ipa-modref" } */ +/* { dg-additional-options "-fno-ipa-modref" } */ #include <stdlib.h> diff --git a/gcc/testsuite/c-c++-common/tsan/free_race2.c b/gcc/testsuite/c-c++-common/tsan/free_race2.c index a74d9dc..89d12c3 100644 --- a/gcc/testsuite/c-c++-common/tsan/free_race2.c +++ b/gcc/testsuite/c-c++-common/tsan/free_race2.c @@ -1,5 +1,5 @@ /* { dg-shouldfail "tsan" } */ -/* { dg-additional-options "-ldl -fno-ipa-modref" } */ +/* { dg-additional-options "-fno-ipa-modref" } */ #include <stdlib.h> |
