Commit 65de6659 by Joseph Myers Committed by Joseph Myers

* c-common.c: Fix typo.

From-SVN: r187980
parent d0421638
2012-05-29 Joseph Myers <joseph@codesourcery.com>
* c-common.c: Fix typo.
2012-05-29 Michael Matz <matz@suse.de> 2012-05-29 Michael Matz <matz@suse.de>
* c-common.h (c_expand_decl): Remove prototype. * c-common.h (c_expand_decl): Remove prototype.
......
...@@ -3960,7 +3960,7 @@ pointer_int_sum (location_t loc, enum tree_code resultcode, ...@@ -3960,7 +3960,7 @@ pointer_int_sum (location_t loc, enum tree_code resultcode,
/* Replace the integer argument with a suitable product by the object size. /* Replace the integer argument with a suitable product by the object size.
Do this multiplication as signed, then convert to the appropriate type Do this multiplication as signed, then convert to the appropriate type
for the pointer operation and disregard an overflow that occured only for the pointer operation and disregard an overflow that occurred only
because of the sign-extension change in the latter conversion. */ because of the sign-extension change in the latter conversion. */
{ {
tree t = build_binary_op (loc, tree t = build_binary_op (loc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment