forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re PR middle-end/55403 (ICE building libitm)
gcc/ PR middle-end/55403 PR middle-end/55391 * expmed.c (store_bit_field_1): Use adjust_bitfield_address_size rather than adjust_bitfield_address to change the mode of a reference. (extract_bit_field_1): Likewise. From-SVN: r193674
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2012-11-20 Richard Sandiford <[email protected]> | ||
|
||
PR middle-end/55403 | ||
PR middle-end/55391 | ||
* expmed.c (store_bit_field_1): Use adjust_bitfield_address_size | ||
rather than adjust_bitfield_address to change the mode of a reference. | ||
(extract_bit_field_1): Likewise. | ||
|
||
2012-11-20 Michael Meissner <[email protected]> | ||
|
||
* config/rs6000/rs6000.md (movdf_hardfloat32): Add a comment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters