[Fortran, Patch] Add check for id=/asynchronous= constrain
Tobias Burnus
burnus@net-b.de
Sun Apr 6 13:56:00 GMT 2008
This patch checks for two constrains in "9.5.1 Control information list"
in the standard:
"ASYNCHRONOUS = scalar-char-initialization-expr"
"C926 (R913) If an ID= specifier appears, an ASYNCHRONOUS= specifier
with the value YES shall also appear"
And it does:
a) Check that the asynchronous= specifier for data-transfer statements
(viz. READ/WRITE) is an initialization expression.
b) Check that asynchronous= is given when an id= appears.
Built and regtesting on x86-64-linux.
OK for the trunk?
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: io.diff
Type: application/unknown
Size: 2795 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20080406/9dcb0a1e/attachment.bin>
More information about the Fortran
mailing list