From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51517 invoked by alias); 26 Apr 2018 12:39:09 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 51285 invoked by uid 89); 26 Apr 2018 12:38:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:https, Hx-languages-length:1597 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Apr 2018 12:38:47 +0000 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc" Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 829FFAB38; Thu, 26 Apr 2018 12:38:45 +0000 (UTC) From: Martin Jambor To: Thomas Schwinge Cc: vries@gcc.gnu.org, Thomas =?utf-8?Q?K=C3=B6nig?= , "fortran\@gcc.gnu.org" , gcc-patches Cc: Subject: Re: PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process' In-Reply-To: <87zi1q9rd5.fsf@hertz.schwinge.homeip.net> References: <751060e1-67cb-d290-4fd1-46b15b77fc1a@tkoenig.net> <87in8nsgz9.fsf@euler.schwinge.homeip.net> <87zi1q9rd5.fsf@hertz.schwinge.homeip.net> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-suse-linux-gnu) Date: Thu, 26 Apr 2018 12:39:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-04/txt/msg00118.txt.bz2 Hi, On Thu, Apr 26 2018, Thomas Schwinge wrote: > Hi Martin! > > On Wed, 25 Apr 2018 15:56:26 +0200, Martin Jambor wrote: >> On Thu, Apr 19 2018, Thomas Schwinge wrote: >> > * testsuite/libgomp.oacc-fortran/error_stop-1.f: New file. >> > * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise. >> > * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise. >> > * testsuite/libgomp.oacc-fortran/stop-1.f: Likewise. >> > * testsuite/libgomp.oacc-fortran/stop-2.f: Likewise. >> > * testsuite/libgomp.oacc-fortran/stop-3.f: Likewise. >> >> The "output pattern test" part of all of these new testcases fail on my >> HSA tester even though no HSAIL is generated for them > > > Is there anything "special" in your HSA machine regarding stdout/stderr? > How are you testing GCC there: native testing or some non-standard *.exp > file, for example? Does using strace give any idea where which part of > the output is going? > this issue was caused on my side, because the ROCm runtime produced some debug output to stderr upon initialization. I have backported a fix for this to my packages and the issues is gone. It is still slightly intriguing, because the patterns dg-output was searching for were present there also before, the debug stuff did not appear in the middle of them or anything, so I do not quite understand why the tests were failing before, but it is probably not worth investigating. Let's hope the periodic run next week will agree with my manual tests. Sorry for the noise, Martin