expr.c (expand_expr, [...]): Pass constants through immed_double_const to ensure...
authorJeffrey A Law <law@cygnus.com>
Mon, 12 Jul 1999 13:30:40 +0000 (13:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Jul 1999 13:30:40 +0000 (07:30 -0600)
commitcbbc503edd4ed154d86e4f7bd915e28ba616b610
treec56c7eddc5e8a770ae6723b26cd5ba5ca503caf7
parentd4a8b6a2f37357e1ad9d7e998dc05738559b2ce5
expr.c (expand_expr, [...]): Pass constants through immed_double_const to ensure they are properly truncated...

        * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
        immed_double_const to ensure they are properly truncated then
        sign extended.

From-SVN: r28066
gcc/ChangeLog
gcc/expr.c