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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390
Thomas Schwinge changed:
What|Removed |Added
Ever confirmed|0 |1
CC|