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] PR28353 - regression on passing components of derived type arrays


In fixing character substring passing, I introduced a regression that causes an ICE when components of structure arrays are pased as actual arguments, without an explicit interface. I have posted the fix on

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

and propose to commit it as obvious tomorrow (I had forgotten to allow for the case where the formal_arg_list does not exist and need to pass INTENT_INOUT as a default, in this case.).

Paul


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