This is the mail archive of the gcc-patches@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: [objc] Patch for PR18408 (Was: Re: Objective-C bugs and GCC releases)



On Jan 24, 2005, at 10:21 PM, Ziemowit Laski wrote:



On 24 Jan 2005, at 19.17, Andrew Pinski wrote:



On Jan 24, 2005, at 10:03 PM, Ziemowit Laski wrote:
Also, please include the comp-types-7.m test case.

I'm assuming you mean Pinski's test case from the PR.

Yes. In fact, you probably should put the magic 'PR objc/18408' string in the ChangeLog entries so that Bugzilla picks it up.

Committed with a comment in the testcase on what it is testing: /* We just to ICE because we removed the cast to List_linked* in -[ListIndex_linked next]. */

I'm not sure I understand what you mean. :-) Can you clarify this?

We removed the cast to List_linked* via List_linked* and List* being declared as compatible. I don't understand how you cannot understand this. This was the underlying cause of the bug and nothing more.

-- Pinski


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