This is the mail archive of the gcc-bugs@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: neat bug in alias analysis


I am sorry Mark, but I don't think that will work, without `solving'
the problem anyway.

The problem is that one can have a pointer to a constant X, and a
pointer to a non-constant X, and these two types _must_ be different,
and yet the _must_ share the same alias set.

So, when that is solved, I don't see much advantage in placing them on
the permanent obstack (I mean, other than the other advantages you
listed).

I will see what I can come up with.


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