aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2015-11-08 17:53:51 +0000
committerMartin Sebor <msebor@gcc.gnu.org>2015-11-08 10:53:51 -0700
commiteb11eb157cf07500e2915da8a72f2f3a501cc5ae (patch)
tree701653eab6d0055435f0479ba96a6dd5dfa3d261 /gcc/c-family/c.opt
parent3e4d188a5fe6df5994af7ee800614305afb7f8f7 (diff)
downloadgcc-eb11eb157cf07500e2915da8a72f2f3a501cc5ae.zip
gcc-eb11eb157cf07500e2915da8a72f2f3a501cc5ae.tar.gz
gcc-eb11eb157cf07500e2915da8a72f2f3a501cc5ae.tar.bz2
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. From-SVN: r229959
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r--gcc/c-family/c.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 5f38018..f066400 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -778,7 +778,7 @@ Warn if inherited methods are unimplemented.
Wplacement-new
C++ Var(warn_placement_new) Init(1) Warning
-Warn for placement new expressions with undefined behavior
+Warn for placement new expressions with undefined behavior.
Wredundant-decls
C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning