Re: [PATCH] Add OpenACC 2.6 `serial' construct support

2019-11-11 Thread Thomas Schwinge
Hi Frederik! On 2019-11-07T10:52:13+0100, Frederik Harwath wrote: > this patch implements the OpenACC 2.6 "serial" construct. Thanks for taking on that one. > It has been tested by running the testsuite with nvptx-none > offloading on x86_64-pc-linux-gnu. This is OK for trunk with the attached

[PATCH] Add OpenACC 2.6 `serial' construct support

2019-11-07 Thread Frederik Harwath
Hi, this patch implements the OpenACC 2.6 "serial" construct. It has been tested by running the testsuite with nvptx-none offloading on x86_64-pc-linux-gnu. Best regards, Frederik 8< --- The `serial' construct (cf. section 2.5.3 of the OpenACC 2.6 standa