This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/64763] New: [OpenACC] !$acc region not implemented


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64763

            Bug ID: 64763
           Summary: [OpenACC] !$acc region not implemented
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: openacc, rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: cesar at codesourcery dot com, tschwinge at gcc dot gnu.org

The "2.13.1 Routine Directive" is not implemented in the Fortran FE, it works
in the C front end:

 !$acc region
      1
Error: Unclassifiable OpenACC directive at (1)


Testcase:

!$acc region
  do
  end do
!$acc end region
end


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]