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, committed] POWER5 popcntb, xl-compat, and options fixes.


>>>>> Richard Henderson writes:

>> + 					 : GEN_INT (0x0101010101010101LL));

Richard> LL is not in C90.

	What do you recommend?

(((HOST_WIDE_INT) 0x01010101 << 32) | 0x01010101)

?

David


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