r262990 - in /trunk/libgomp: ChangeLog testsuit...

vries@gcc.gnu.org vries@gcc.gnu.org
Thu Jul 26 07:52:00 GMT 2018


Author: vries
Date: Thu Jul 26 07:52:45 2018
New Revision: 262990

URL: https://gcc.gnu.org/viewcvs?rev=262990&root=gcc&view=rev
Log:
[libgomp, openacc, testsuite] Fix async logic in lib-12.f90

In testcase lib-12.f90, all acc_async_test calls are placed in a location
where they are not guaranteed to succeed, which explains why there's an xfail
for the lower optimization levels.

This patch fixes the problem by moving the acc_async_test calls to the correct
locations.

Reg-tested on x86_64 with nvptx accelerator.

2018-07-26  Tom de Vries  <tdevries@suse.de>

	* testsuite/libgomp.oacc-fortran/lib-12.f90: Move acc_async_test calls
	to correct locations.  Remove xfail.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.oacc-fortran/lib-12.f90



More information about the Gcc-cvs mailing list