https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66332
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |openacc Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2015-05-29 CC| |jules at gcc dot gnu.org, | |tschwinge at gcc dot gnu.org Component|libgomp |middle-end Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- Thanks for the report. I also noticed this, and I'm in the process of fixing this. It is a regression introduced with the fix for PR65742, r223801. For non-offloaded code, we must now in fact expect a library call (even though the OpenACC 2.0a specification mandates we shouldn't). So, I'll XFAIL this test case.