Steven Bosscher - Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test (original) (raw)

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

On Monday 19 February 2007 11:17, Ira Rosen wrote:

However, on 4.2 after the fix the test passes too (and on mainline if I add the fix), due to the fact that all the function arguments get different PARM_NOALIAS values, and their may_alias sets does not intersect. Is this the correct behavior? Are function arguments supposed to be not aliased?

That is correct. In Fortran, function arguments shall not alias.

Gr. Steven


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