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] Make HOST_WIDE_INT underlying type match int64_t, adjust printing macros again


On Mon, Jun 02, 2014 at 11:24:23AM +0200, Richard Biener wrote:
> 2014-06-02  Richard Biener  <rguenther@suse.de>
> 
> 	* configure.ac: Check whether the underlying type of int64_t
> 	is long or long long.
> 	* configure: Regenerate.
> 	* config.in: Likewise.
> 	* hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
> 	(HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.

LGTM, but give others 24 hours to comment on it too.

	Jakub


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