diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index f2bb602..7f54ca2 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -9421,7 +9421,7 @@ fold_binary_loc (location_t loc, /* Only create rotates in complete modes. Other cases are not expanded properly. */ && (element_precision (rtype) - == element_precision (TYPE_MODE (rtype)))) + == GET_MODE_PRECISION (GET_MODE_INNER (TYPE_MODE (rtype))))) { tree tree01, tree11; enum tree_code code01, code11; |