Re: [Patch, Fortran] PR 50981 Fix simpler issues of optional + elemental
Dear Tobias, > Build and regtested on x86-64-linux. > OK for the trunk? (And [together with (a)] for the 4.6 branch?) OK - thanks! Paul
[Patch, Fortran] PR 50981 Fix simpler issues of optional + elemental
Dear all, PR 50981 is about passing an absent argument to an elemental procedure. a) Passing an absent optional dummy as actual. 4.4-4.7 Regression, fixed for 4.7; backporting pending. b) Passing an unallocated allocatable or not associated pointer as actual F2008/GCC 4.6 feature. Fixed by this