John Engelhart <john.engelh...@gmail.com> writes: > The easiest, and I think safest, course of action would be to add a > line in c_common_get_alias_set similar to the one I suggested. That > is, if it is a pointer to something that looks even remotely like an > objective-c "object", then just assume that it can alias anything. > > Any recommendations on what to do next? Filing a bug seems like the > step, I just wanted to see if I had missed something in my analysis of > the problem.
Since you have a patch, you can just send it to gcc-patc...@gcc.gnu.org with a ChangeLog entry (see many existing messages on gcc-patches). It would be very good if you also had a test case to add to the testsuite. Ian