]> gcc.gnu.org Git - gcc.git/commitdiff
(overflow_warning): Fix typo in warning message.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:16:06 +0000 (18:16 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:16:06 +0000 (18:16 -0500)
From-SVN: r11268

gcc/c-common.c

index f87105d1e20dc62227229871c2183ac65bf3459c..b181a1c76b34fb431b771a5f67b9ee332bb2eee4 100644 (file)
@@ -1357,7 +1357,7 @@ overflow_warning (value)
           && TREE_OVERFLOW (value))
     {
       TREE_OVERFLOW (value) = 0;
-      warning ("floating-pointer overflow in expression");
+      warning ("floating point overflow in expression");
     }
 }
 
This page took 0.066397 seconds and 5 git commands to generate.