[PATCH 0/2] Add tests to verify OpenACC clause locations

2019-12-10 Thread Frederik Harwath
ok to include them in trunk? Best regards, Frederik Frederik Harwath (2): Use clause locations in OpenACC nested reduction warnings Add tests to verify OpenACC clause locations gcc/omp-low.c | 2 +- gcc/testsuite/gcc.dg/goacc/clause-locations.c | 17 +++

[PATCH 1/2] Use clause locations in OpenACC nested reduction warnings

2019-12-10 Thread Frederik Harwath
Since the Fortran front-end now sets the clause locations correctly, we can emit warnings with more precise locations if we encounter conflicting operations for a variable in reduction clauses. 2019-12-10 Frederik Harwath gcc/ * omp-low.c (scan_omp_for): Use clause location in warning

[PATCH] Add OpenACC 2.6 `acc_get_property' support

2019-11-14 Thread Frederik Harwath
NVPTX driver. 2019-11-14 Maciej W. Rozycki Frederik Harwath Thomas Schwinge include/ * gomp-constants.h (GOMP_DEVICE_CURRENT, GOMP_DEVICE_PROPERTY_MEMORY, GOMP_DEVICE_PROPERTY_FREE_MEMORY, GOMP_DEVICE_PROPERTY_NAME, GOMP_DEVICE_PR

[PATCH] Add OpenACC 2.6 `serial' construct support

2019-11-07 Thread Frederik Harwath
Tobias Burnus Frederik Harwath gcc/ * gimple.h (gf_mask): Add GF_OMP_TARGET_KIND_OACC_SERIAL enumeration constant. (is_gimple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_SERIAL. (is_gimple_omp_offloaded): Likewise. * gimplify.c (omp_regi

[PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Frederik Harwath
Hi, I am a new member of Mentor's Sourcery Tools Services group and this is the first patch that I am submitting here. I do not have write access to the svn repository yet, hence someone would have to merge this patch for me if it gets accepted. But I intend to apply for an account soon. The

<    1   2