r218869 - in /branches/gomp-4_0-branch/gcc: Cha...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Thu Dec 18 16:07:00 GMT 2014
Author: tschwinge
Date: Thu Dec 18 16:07:23 2014
New Revision: 218869
URL: https://gcc.gnu.org/viewcvs?rev=218869&root=gcc&view=rev
Log:
OpenACC acc_on_device: Fix logic error introduced in an earlier change.
... but which didn't show up in testing until after a libgomp rebuild, because
of the "caching" of the acc_on_device builtin that is being done in
libgomp/oacc-init.c:acc_on_device.
gcc/
* builtins.c (expand_builtin_acc_on_device): Fix logic error.
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/builtins.c
More information about the Gcc-cvs
mailing list