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]

Committed: Fix gen_lowpart_for_combine failure mode


To indicate a failure, gen_lowpart_for_combine returns a clobber of
const0_rtx.  The caller expects an omode result, so returning imode
can lead to ICEs.

regression tested in trunk revision 144445 on gcc11.

Attachment: clobmode-r144445
Description: Text document


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