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: Suspected bug lshift_value (expmed.c) and its patch


On Thu, Mar 19, 2009 at 08:31:56AM -0700, Bingfeng Mei wrote:
> Then come back to my orginal mail. 
> 
> I use gcc with -m32 to build my cross-compiler, it supports long long. 
> My target is 64-bit. 
> need_64bit_hwint is NOT set.
> 
> Is this combination allowed or not? 

Not allowed.  For all 64-bit targets you need need_64bit_hwint.
See e.g. need_64bit_hwint description in gcc/config.gcc.

	Jakub


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