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: PING: gimplifier ICE fix


On Fri, Dec 10, 2004 at 08:37:33PM +0100, Lars Sonchocky-Helldorf wrote:
> This one was proposed about a month ago and blocks my efforts of 
> getting GNUstep build with gcc-4.0:
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00925.html
> 
> Gimplifier folks, please approve (or at least: comment).

This patch is wrong.

The problem is an inconsistency in the objc front end.

It claims that (List*) and (List_linked*) are compatible
(aka identical) types, but that List and List_linked aren't.

I have no idea what the objc front end is after here, so
I can't provide any advice.


r~


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