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]
Other format: [Raw text]

Re: Type based aliasing


Toon Moene wrote:

(f77 has code like the above, where the condition may or may not be false.)

Fortran rules don't allow arguments (which are references in g77) to overlap at all, so in this case, g77 would just assume (without checking) that *ip and *fp wouldn't overlap.
yes.Sorry to be unclear, the f77 front end has such (C) code. I will
provide the obvious patch to inhibit the warning.

nathan

--
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org



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