projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab0613
)
(overflow_warning): Fix typo in warning message.
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:16:06 +0000
(18:16 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:16:06 +0000
(18:16 -0500)
From-SVN: r11268
gcc/c-common.c
patch
|
blob
|
history
diff --git
a/gcc/c-common.c
b/gcc/c-common.c
index f87105d1e20dc62227229871c2183ac65bf3459c..b181a1c76b34fb431b771a5f67b9ee332bb2eee4 100644
(file)
--- a/
gcc/c-common.c
+++ b/
gcc/c-common.c
@@
-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");
}
}