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

Re: f771 assertion failure


>>>>> "Richard" == Richard Henderson <rth@dot.cygnus.com> writes:

 Richard> Since Fortran passes by reference (always?), 

Fortran may pass by reference or by value/return (copy-in-copy-out or
whatever).  G77 takes advantage of this using JFC's alias code.  I'd
guess the routine in question violates the Fortran rules on aliasing
(`storage association') apart from getting the types wrong.


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