Hi!

On Thu, 8 Dec 2016 15:05:10 -0800, Cesar Philippidis <ce...@codesourcery.com> 
wrote:
> --- /dev/null
> +++ b/gcc/testsuite/gfortran.dg/goacc/pr78027.f90
> @@ -0,0 +1,20 @@
> +! { dg-additional-options "-fopenmp -O2 -fdump-ipa-icf" }
> +[...]

To address unrelated compiler diagnostics, I've just committed to trunk
in r269103 "Silence '-Whsa' diagnostic in
'gfortran.dg/goacc/pr78027.f90'", as attached.


Grüße
 Thomas


From eb1dc7b8b939858939783d0ce5ba6d5375784dd1 Mon Sep 17 00:00:00 2001
From: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 22 Feb 2019 10:50:02 +0000
Subject: [PATCH 2/9] Silence '-Whsa' diagnostic in
 'gfortran.dg/goacc/pr78027.f90'

... which has been present (with HSA offloading configured) ever since this
test case got added.

	gcc/testsuite/
	PR fortran/78027
	* gfortran.dg/goacc/pr78027.f90: Add 'dg-additional-options "-Wno-hsa"'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269103 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/testsuite/ChangeLog                     | 5 +++++
 gcc/testsuite/gfortran.dg/goacc/pr78027.f90 | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7cb6b240d0c..b98cd355645 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-22  Thomas Schwinge  <tho...@codesourcery.com>
+
+	PR fortran/78027
+	* gfortran.dg/goacc/pr78027.f90: Add 'dg-additional-options "-Wno-hsa"'.
+
 2019-02-22  Richard Biener  <rguent...@suse.de>
 
 	PR middle-end/87609
diff --git a/gcc/testsuite/gfortran.dg/goacc/pr78027.f90 b/gcc/testsuite/gfortran.dg/goacc/pr78027.f90
index db65063bede..a1e51fa0f0d 100644
--- a/gcc/testsuite/gfortran.dg/goacc/pr78027.f90
+++ b/gcc/testsuite/gfortran.dg/goacc/pr78027.f90
@@ -1,5 +1,9 @@
 ! { dg-additional-options "-fopenmp -O2 -fdump-ipa-icf" }
 
+!     f951: warning: could not emit HSAIL for the function [-Whsa]
+!     f951: note: HSA does not support functions with variadic arguments (or unknown return type): 'GOACC_parallel_keyed'
+! { dg-additional-options "-Wno-hsa" }
+
 real function f()
    !$omp declare target(f)
    f = 1.
-- 
2.17.1

Attachment: signature.asc
Description: PGP signature

Reply via email to