r225558 - in /trunk/libcpp: ChangeLog include/l...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Wed Jul 8 14:48:00 GMT 2015


Author: tschwinge
Date: Wed Jul  8 14:48:11 2015
New Revision: 225558

URL: https://gcc.gnu.org/viewcvs?rev=225558&root=gcc&view=rev
Log:
Address -Wsign-compare diagnostics

... which have been introduced in r223152, for example hundreds of:

    [...]/gcc/input.h:37:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

	libcpp/
	* include/line-map.h (RESERVED_LOCATION_COUNT): Change type to
	source_location.

Modified:
    trunk/libcpp/ChangeLog
    trunk/libcpp/include/line-map.h



More information about the Gcc-cvs mailing list