Commit 8cd61d76 by Richard Henderson

Copy comment to go with the subtraction patch.

From-SVN: r17850
parent 8fb3ae15
...@@ -13026,6 +13026,8 @@ ffecom_ptr_to_expr (ffebld expr) ...@@ -13026,6 +13026,8 @@ ffecom_ptr_to_expr (ffebld expr)
i >= 0; i >= 0;
--i, array = TYPE_MAIN_VARIANT (TREE_TYPE (array))) --i, array = TYPE_MAIN_VARIANT (TREE_TYPE (array)))
{ {
/* The initial subtraction should happen in the original type so
that (possible) negative values are handled appropriately. */
item item
= ffecom_2 (PLUS_EXPR, = ffecom_2 (PLUS_EXPR,
build_pointer_type (TREE_TYPE (array)), build_pointer_type (TREE_TYPE (array)),
......
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