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] | |
On Mon, Oct 04, 2004 at 11:01:57AM +0200, Mostafa Hagog wrote: > And if they belong to the same alias sets (even when they have > different base objects) that means that the accesses that > belong to different iterations may alias, right ? No. If they are for different base objects, they cannot alias, since it is illegal to iterate past the end of one object into another object. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |