Clean up fallout on ILP32 from r229831.
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Nov 2015 17:53:51 +0000 (17:53 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Nov 2015 17:53:51 +0000 (17:53 +0000)
commitb4a4c5fa93f829b83d5ffd2efbbeb2c5e0b45dd7
tree701653eab6d0055435f0479ba96a6dd5dfa3d261
parent68c5a370ed3ab535e1f21038be806001f4955686
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229959 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/cp/ChangeLog
gcc/cp/init.c