2014-02-18 20:25 GMT+04:00 Thomas Schwinge <tho...@codesourcery.com>: > Sure; this was the consensus, as I understand it. Though, wouldn't it > make sense to also add a test case to a) test for this behavior, and also > b) to document the "GCC interpretation of the OpenMP standard" in this > case (including a link to the OpenMP issue tracker, or Jakub's email on > this topic)? > > Grüße, > Thomas
This issue is not reproducible on the shared memory. So, currently (while we perform host fallback), it's impossible to create a test-case. But we're going to create a libgomp plugin, that will emulate a target device with a private memory. It will allow to run tests for offloading without having accelerator device. -- Ilya