Re: RFC: c-common PATCH to allow __int128_t literals

2013-02-13 Thread Joseph S. Myers
On Tue, 12 Feb 2013, Jason Merrill wrote: > Although __int128_t is technically not an extended integer type because we > don't want to change intmax_t, it seems appropriate to me to give it the same > semantics as an extended integer type apart from that one aspect. > > The only thing we weren't

RFC: c-common PATCH to allow __int128_t literals

2013-02-12 Thread Jason Merrill
Although __int128_t is technically not an extended integer type because we don't want to change intmax_t, it seems appropriate to me to give it the same semantics as an extended integer type apart from that one aspect. The only thing we weren't implementing is support for numeric literals, whi