[llvm-bugs] [Bug 50240] New: Missing APPEND in ACCESS specifier of OPEN statement
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 6 00:18:34 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50240
Bug ID: 50240
Summary: Missing APPEND in ACCESS specifier of OPEN statement
Product: flang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedbugs at nondot.org
Reporter: oroppas at gmail.com
CC: David.Truby at arm.com, jperier at nvidia.com,
kirankumartp at gmail.com, llvm-bugs at lists.llvm.org,
sscalpone at nvidia.com
Here's the minimal reproducer
program main
lu = 60
open(lu,file='dcp.out',status='old',access='append',err=10)
10 continue
end program main
flang-new -fc1 main.f90
./main.f90:3:48: error: Invalid ACCESS value 'append'
open(lu,file='dcp.out',status='old',access='append',err=10)
^^^^^^^^
error: Semantic errors in main.f90
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210506/dfecaa60/attachment.html>
More information about the llvm-bugs
mailing list