This is the mail archive of the gcc-patches@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]

[Patch, fortran] PR34231 and PR33541 - generic interfaces


:ADDPATCH fortran:

These patches are only related in the sense that they both are
connected with generic interfaces.

PR34231 is a simple omission of assumed size arrays from the
conditions required for character scalar actuals to map onto a
character array formal (F2003).  Assumed size should be excluded and
was not.  The testcase is the reporter's.

PR33541 is a fix of a regression reported by Dominique and Tobias.  I
had ignored the distinction between rename_lists and only-lists in my
original fix for this PR.  This version adds a symbol attribute to
flag up renaming and to cause the appropriate actions on loaded
symbols.  The testcase is that of comment #10 in the PR.

Bootstrapped and regtested on x86_ia64/FC5 - OK for trunk?

Paul

PS I have not committed Steve Kargl's patch yet - I just had no time
this morning. I will deal with it overnight.

-- 
The knack of flying is learning how to throw yourself at the ground and miss.
       --Hitchhikers Guide to the Galaxy

Attachment: Change.Logs
Description: Text document

Attachment: submit.diff
Description: Text document


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