This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30878] Rejects function f1; namelist /nml/ f1
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2007 21:41:09 -0000
- Subject: [Bug fortran/30878] Rejects function f1; namelist /nml/ f1
- References: <bug-30878-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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