OSDN Git Service

* c-common.c (parse_optimize_options): Remove period at end of
[pf3gnuchains/gcc-fork.git] / gcc / c-family / c-common.c
index 8231fb8..cf2fe17 100644 (file)
@@ -7730,7 +7730,7 @@ parse_optimize_options (tree args, bool attr_p)
                  ret = false;
                  if (attr_p)
                    warning (OPT_Wattributes,
-                            "bad option %s to optimize attribute.", p);
+                            "bad option %s to optimize attribute", p);
                  else
                    warning (OPT_Wpragmas,
                             "bad option %s to pragma attribute", p);