Re: [gomp4] Simplify function discarding

2015-12-28 Thread Nathan Sidwell
On 12/28/15 08:46, Nathan Sidwell wrote: I noticed that the code dealing with bind and nohost clauses in execute_oacc_device_lower looked like: Forgot the testsuite tweak that went along with the change. nathan 2015-12-28 Nathan Sidwell * c-c++-common/goacc/routine-nohost-1.c: Adjust ex

[gomp4] Simplify function discarding

2015-12-28 Thread Nathan Sidwell
I noticed that the code dealing with bind and nohost clauses in execute_oacc_device_lower looked like: #ifdef ACCEL_COMPILER ten lines of 'f(BIND)' #endif #ifndef ACCEL_COMPILER ten lines of 'f(NOHOST)' #endif Simplified to the attached, which reduces the cut and paste, as well as moving