This is the mail archive of the gcc-bugs@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]

[Bug target/71436] [7 Regression] Segmentation fault in arm_output_multireg_pop


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71436

--- Comment #13 from ktkachov at gcc dot gnu.org ---
(In reply to Richard Earnshaw from comment #12)
> (In reply to Jakub Jelinek from comment #8)
> > Or reload_completed || lra_in_progress, or punt on pseudos in the predicate.
> 
> I think these patterns can be generated during the expand of inlined memcpy
> operations.

Yes, but they will match the patterns in ldmstm.md since they never load more
than 4 registers

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