-
- Downloads
expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
* expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS. Change type of BITOFFSET to signed. Make sure the lower bound of the computed range is non-negative by adjusting OFFSET and BITPOS. (expand_assignment): Adjust call to get_bit_range. From-SVN: r186110
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/expr.c 28 additions, 7 deletionsgcc/expr.c
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gnat.dg/pack18.adb 12 additions, 0 deletionsgcc/testsuite/gnat.dg/pack18.adb
- gcc/testsuite/gnat.dg/pack18_pkg.ads 21 additions, 0 deletionsgcc/testsuite/gnat.dg/pack18_pkg.ads
Loading
Please register or sign in to comment