This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[expand PATCH] PR/40597 part 2: fix powerpc bootstrap


The bug here happened whenever a double-word cstore was converted to word_mode (either by dropping the lower word, or by AND/OR of the two words).

Fixed by doing a convert_move back to the target. Bootstrap/regtest in progress, but on a target that didn't show the bug in the first place. It fixes both testcases posted in the audit trail of the PR (thanks Peter).

Ok?

Paolo

Attachment: pr40597.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]