public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-55] Avoid -latomic for amdgcn offloading
Date: Thu, 22 Apr 2021 06:29:30 +0000 (GMT)	[thread overview]
Message-ID: <20210422062930.BE0CC39BD038@sourceware.org> (raw)

https://gcc.gnu.org/g:d42088e453042f4f8ba9190a7e29efd937ea2181

commit r12-55-gd42088e453042f4f8ba9190a7e29efd937ea2181
Author: Richard Biener <rguenther@suse.de>
Date:   Wed Apr 21 14:54:05 2021 +0200

    Avoid -latomic for amdgcn offloading
    
    libatomic isn't built for amdgcn but reduction-16.c adds it
    via -foffload=-latomic when offloading for nvptx is enabled.
    The following avoids linker errors when offloading to amdgcn is enabled
    as well.
    
    2021-04-21  Richard Biener  <rguenther@suse.de>
    
    libgomp/
            * testsuite/libgomp.c-c++-common/reduction-16.c: Use -latomic
            only on nvptx-none.

Diff:
---
 libgomp/testsuite/libgomp.c-c++-common/reduction-16.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c b/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
index e60fe3664ed..0eea73b144b 100644
--- a/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
+++ b/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-additional-options "-foffload=-latomic" { target offload_target_nvptx } } */
+/* { dg-additional-options "-foffload=nvptx-none=-latomic" { target offload_target_nvptx } } */
 
 #include <stdlib.h>


                 reply	other threads:[~2021-04-22  6:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210422062930.BE0CC39BD038@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).