This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Triage of fortran FE regressions


Dear All,


> 60795 is fixed in that catastrophe does not occur. However, the
> deferred character length of dummies is not being returned to the
> caller and full array references do not work correctly (element
> references are OK though). Both these errors are encountered in
> PR54070, so I think that I might fix this PR first.

The test in comment #1 works correctly with trunk. The test in comment
#4 fails completely until I apply the draft patch for PR54070,
whereupon it works correctly albeit with the ALLOCATE not setting the
dtype correctly (it sets the dtype with the entry value dummy string
length and then sets the string length correctly.).

I will therefore work on completing the fix for PR54070.

Cheers

Paul


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