This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/64763] New: [OpenACC] !$acc region not implemented
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 24 Jan 2015 10:02:20 +0000
- Subject: [Bug fortran/64763] New: [OpenACC] !$acc region not implemented
- Auto-submitted: auto-generated
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