* expr.h (ADD_PARM_SIZE): One more convert for INC.

From-SVN: r51412
This commit is contained in:
Richard Henderson 2002-03-26 14:21:59 -08:00 committed by Richard Henderson
parent 5a771fabe1
commit 47d180792a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-26 Richard Henderson <rth@redhat.com>
* expr.h (ADD_PARM_SIZE): One more convert for INC.
2002-03-26 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix51.h (WCHAR_TYPE): Define.

View File

@ -81,7 +81,7 @@ do { \
if (host_integerp (inc, 0)) \
(TO).constant += tree_low_cst (inc, 0); \
else if ((TO).var == 0) \
(TO).var = inc; \
(TO).var = convert (ssizetype, inc); \
else \
(TO).var = size_binop (PLUS_EXPR, (TO).var, \
convert (ssizetype, inc)); \