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]

Re: HP's compiler crashes when building gcc from trunk


Joe Buck wrote:-

> where function_body is a 1-bit bitfield and functionbody is an int.
> Evidently HP didn't bother to implement support for this operation.
> If I change the line to
> 
> 	scope->function_body = scope->function_body | functionbody;
> 
> the file compiles.  I haven't gotten through a full bootstrap yet.
> 
> It seems that having the compiler bootstrap is important enough to
> justify this ugliness.  What do folks think?  Put this in as a patch?
> I'll wait to verify that I can bootstrap and test the compiler, of
> course.

Sure, but please attach a comment.

Neil.


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