[Bug fortran/97390] Error compiling acc data present

2020-10-13 Thread afernandez at odyhpc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390 --- Comment #4 from afernandez at odyhpc dot com --- The code can be downloaded from GitHub: git clone https://github.com/MPAS-Dev/MPAS-Model cd MPAS-Model git checkout atmosphere/v6.x-openacc My experience with OpenACC is

[Bug fortran/97390] Error compiling acc data present

2020-10-13 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390 --- Comment #3 from Thomas Schwinge --- Thanks for checking/confirming that. Next try: (In reply to afernandez from comment #0) > 6475 | !$acc data present([...]) async(counter+1) > |1 > Error: Unclassifiable O

[Bug fortran/97390] Error compiling acc data present

2020-10-13 Thread afernandez at odyhpc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390 --- Comment #2 from afernandez at odyhpc dot com --- Hi Thomas. That was a good guess but it's not the problem. The flag '-ffree-line-length-none' is already on and there are many other long lines in the code. The compilation completes when the op

[Bug fortran/97390] Error compiling acc data present

2020-10-13 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390 Thomas Schwinge changed: What|Removed |Added Ever confirmed|0 |1 CC|