r249683 - in /trunk/gcc: ChangeLog dumpfile.c o...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Jun 27 09:13:00 GMT 2017


Author: jakub
Date: Tue Jun 27 09:13:53 2017
New Revision: 249683

URL: https://gcc.gnu.org/viewcvs?rev=249683&root=gcc&view=rev
Log:
	* predict.c (test_prediction_value_range): Use -1U instead of -1
	to avoid narrowing conversion warning.
	* dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
	to avoid narrowing conversion warning.
	* opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
	-1.
	* optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dumpfile.c
    trunk/gcc/opt-functions.awk
    trunk/gcc/optc-gen.awk
    trunk/gcc/predict.c



More information about the Gcc-cvs mailing list