[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2016-03-19 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 Thomas Schwinge changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2016-02-16 Thread jnorris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 --- Comment #7 from jnorris at gcc dot gnu.org --- Author: jnorris Date: Tue Feb 16 16:27:11 2016 New Revision: 233466 URL: https://gcc.gnu.org/viewcvs?rev=233466&root=gcc&view=rev Log: Backport from trunk: PR c/64748 gcc

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2016-02-16 Thread jnorris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 --- Comment #6 from jnorris at gcc dot gnu.org --- Author: jnorris Date: Tue Feb 16 15:29:04 2016 New Revision: 233458 URL: https://gcc.gnu.org/viewcvs?rev=233458&root=gcc&view=rev Log: PR c/64748 gcc/c/ * c-parser.c (c_p

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2015-02-19 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 Thomas Schwinge changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 --- Comment #4 from Jakub Jelinek --- (In reply to Thomas Schwinge from comment #3) > (In reply to Jakub Jelinek from comment #2) > > ??? threadprivate? That doesn't look even remotely similar to the deviceptr > > clause, threadprivate in OpenMP

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2015-02-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 --- Comment #3 from Thomas Schwinge --- (In reply to Jakub Jelinek from comment #2) > ??? threadprivate? That doesn't look even remotely similar to the deviceptr > clause, threadprivate in OpenMP is a declarative clause you put on variables > to

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 --- Comment #2 from Jakub Jelinek --- ??? threadprivate? That doesn't look even remotely similar to the deviceptr clause, threadprivate in OpenMP is a declarative clause you put on variables to turn them into TLS vars.

[Bug c/64748] OpenACC: "is not a variable" error with deviceptr()

2015-02-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64748 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|