r242911 - in /trunk/gcc: ChangeLog gimple-ssa-s...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Nov 28 10:01:00 GMT 2016


Author: jakub
Date: Mon Nov 28 10:01:30 2016
New Revision: 242911

URL: https://gcc.gnu.org/viewcvs?rev=242911&root=gcc&view=rev
Log:
	* gimple-ssa-sprintf.c (build_intmax_type_nodes): Look at
	UINTMAX_TYPE rather than SIZE_TYPE.  Add gcc_unreachable if
	intmax_t couldn't be determined.
	(format_integer): Make {,u}intmax_type_node no longer static,
	initialize them only when needed.  For z and t use
	signed_or_unsigned_type_for instead of assuming size_t and
	ptrdiff_t have the same precision.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-ssa-sprintf.c



More information about the Gcc-cvs mailing list