This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25062] same name for parameter and common block



------- Comment #6 from tobi at gcc dot gnu dot org  2006-01-12 00:18 -------
I'm setting this to waiting until someone quotes something from the standard. 

Fortran has its quirks, but disallowing this special case would break the
distintion between the names of commons and those of other named objects, which
is otherwise maintained, so I'm sure this is valid code.  But since being sure
is not sufficient, I also checked the standard and I couldn't find anything
disallowing this case.


-- 

tobi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25062


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]