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/81803] [7/8 regression] miscompilation at -O1 on mips64el


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

--- Comment #17 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> If it ends up as a simple register move though then that shouldn't be
> harmful either as it would be a WORD_REGISTER_OPERATION. I have no objection
> to removing the restriction though; it is easier to reason about without the
> special case.

Yes, this would be my recommendation.  I just successfully tested this variant
of the fix on SPARC64/Linux.

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