public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFC] HOST_WIDE_INT transition steps
@ 2014-05-19 12:45 Richard Biener
  2014-05-19 18:55 ` Richard Sandiford
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Richard Biener @ 2014-05-19 12:45 UTC (permalink / raw)
  To: gcc-patches


The following is my current idea on progressing on the HOST_WIDE_INT
removal

1) https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00381.html (ping)

2) make sure [u]int64_t is available and use that to define HOST_WIDE_INT

3) s/HOST_WIDE_INT/int64_t/ (same for unsigned HOST_WIDE_INT)

Leaves us with HOST_WIDEST_INT (just use [u]int64_t, I don't think
we care for 128bit types).  And HOST_WIDEST_FAST_INT for which
I don't have a very good suggestion other than either keeping
it, unconditionally using 'long' (thus simply remove
use_long_long_for_widest_fast_int and handling).  The fast_[u]int64_t
types and friends don't seem to be very "useful".

Any comments?

Thanks,
Richard.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-22 11:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-19 12:45 [RFC] HOST_WIDE_INT transition steps Richard Biener
2014-05-19 18:55 ` Richard Sandiford
2014-05-20  7:20 ` Mikael Pettersson
2014-05-20 11:03 ` Eric Botcazou
2014-05-20 11:14   ` Richard Biener
2014-05-20 11:23     ` Eric Botcazou
2014-05-20 11:25       ` Richard Biener
2014-05-20 15:15       ` Joseph S. Myers
2014-05-22 11:24         ` Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).