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: [Patch, fortran] PR15809 (PR19276) - ICE and segfault with au tomatic character, dummy pointer arrays


I forgot to add that the above patch does not touch the problem of pointer
aliassing.  That is a much bigger job than I get get my head around at the
moment.

The consequence is that the patch will only work fully and 100% correctly,
when the character length is the same in the caller and callee scopes.
Alignment and out-of-bounds problems can occur otherwise.

Cheers

Paul


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