public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5241] tsan: remove not needed -ldl in options
@ 2021-11-14 13:01 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-11-14 13:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5a6100a25536ff75c40f1b4c44442cdbedc0426b

commit r12-5241-g5a6100a25536ff75c40f1b4c44442cdbedc0426b
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 14 13:54:32 2021 +0100

    tsan: remove not needed -ldl in options
    
    gcc/testsuite/ChangeLog:
    
            * c-c++-common/tsan/free_race.c: Remove unnecessary -ldl.
            * c-c++-common/tsan/free_race2.c: Likewise.

Diff:
---
 gcc/testsuite/c-c++-common/tsan/free_race.c  | 2 +-
 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 831c23e8859..390ec307dd8 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 a74d9dc3940..89d12c3175b 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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-14 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 13:01 [gcc r12-5241] tsan: remove not needed -ldl in options Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).