[Bug fortran/30878] Rejects function f1; namelist /nml/ f1
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 23 21:41:00 GMT 2007
------- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-03-23 21:41 -------
There are only two restrictions on the namelist-group-objects, and this one is
not in the list:
C574 (R553) A namelist-group-object shall not be an assumed-size array.
C575 (R552) A namelist-group-object shall not have the PRIVATE attribute if the
namelist-group-name has the PUBLIC attribute.
(PS: when fixing this, someone should check that the two constraints above are
checked)
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-23 21:41:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30878
More information about the Gcc-bugs
mailing list