r229959 - in /trunk/gcc: c-family/ChangeLog c-f...

msebor@gcc.gnu.org msebor@gcc.gnu.org
Sun Nov 8 17:53:00 GMT 2015


Author: msebor
Date: Sun Nov  8 17:53:51 2015
New Revision: 229959

URL: https://gcc.gnu.org/viewcvs?rev=229959&root=gcc&view=rev
Log:
Clean up fallout on ILP32 from r229831.

gcc/
	PR c++/67942 
	* cp/init.c (warn_placement_new_too_small): Convert integer
	operand of POINTER_PLUS_EXPR to ssize_t to determine its signed
	value.

c-family/
        * c.opt (Wplacement-new): Add a period to the end of
        a sentence.

Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c.opt
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/init.c



More information about the Gcc-cvs mailing list