Comment 4 for bug 44061

Revision history for this message
Matthias Klose (doko) wrote : Re: [Bug 44061] Re: Crash in camel on PowerPC, gcc regression

Daniel Holbach schrieb:
> Ben, Matthias: what do you think about the following upstream comment?
>
> Comment #7 from Jeffrey Stedfast 2006-05-10 19:11 UTC
>
> is it really necessary to comment out the register keyword? since register is
> used quite a lot in camel, I think the problem is related to inline, no?
>
> I wonder if a better fix would be to #define inline to nothing in config.h or
> something if the system is ppc.

that would penalize all files; are the variables really placed memory
locations without the register keyword?