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/83496] MIPS BE: wrong code generates under "-Os -mbranch-cost=1"


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

--- Comment #13 from Segher Boessenkool <segher at gcc dot gnu.org> ---
There are *two* conditional branches leading to that "return 1".  After
dbr one is a delay-slot seq, and the other has lost the assignment of the
return value.

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