Copy comment to go with the subtraction patch.
From-SVN: r17850
This commit is contained in:
parent
8fb3ae1537
commit
8cd61d76f7
1 changed files with 2 additions and 0 deletions
|
@ -13026,6 +13026,8 @@ ffecom_ptr_to_expr (ffebld expr)
|
|||
i >= 0;
|
||||
--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
|
||||
= ffecom_2 (PLUS_EXPR,
|
||||
build_pointer_type (TREE_TYPE (array)),
|
||||
|
|
Loading…
Add table
Reference in a new issue