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/35476] Accepts invalid: USE/host association of generics with same specifics


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #8 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-28 22:32:52 UTC ---
(In reply to comment #7)
> Any progress three years later?

Yes, F2008 got released and has a slightly different wording. In F2003:

"This subclause contains the rules that shall be satisfied by every pair of
specific procedures that have the same generic identifier within a scoping
unit."

while F2008 has:

"This subclause contains the rules that shall be satised by every pair of
specific procedures that have the same generic identier within the scope of
the identifier."

See also http://j3-fortran.org/doc/year/11/11-219r1.txt


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