On Mon, Feb 29, 2016 at 04:55:44PM +0100, Martin Jambor wrote: > the patch below adds a DejaGNU effective target predicate (is that the > correct dejagnu term?) offload_hsa so that selected tests can be run > only if the hsa offloading is enabled. I hope it is fairly standard > stuff. Additionally, it adds one C/C++ and one Fortran testsuite to > check that gridification happens. > > Tested, both with and without HSA enabled. OK for trunk?
Ok. > 2016-02-10 Martin Jambor <mjam...@suse.cz> > > * target-supports.exp (check_effective_target_offload_hsa): New. > * c-c++-common/gomp/gridify-1.c: New test. > * gfortran.dg/gomp/gridify-1.f90: Likewise. Jakub