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: [PATCH] Fix wrong common symbol size in LTO symtabs.


On 11/09/2010 02:05 PM, Dave Korn wrote:
>   So what should I do if HWI is only 32 bits?  I don't know, but it looks like
> that code must have been put there to try and avoid that possible limitation
> in the first place, so it must be anticipating >32bit sizes in some cases.

*shrug* I dunno, fail?  Either that or uglify the code with
a bunch of conditionalizations.

Frankly I'm not sure why we ever try to compile for a 64-bit
target with a 32-bit HWI.  Drop that bit of silliness and we
greatly simplify lots of the compiler.


r~


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