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/67462] [6 Regression] FAIL: gcc.dg/ifcvt-3.c scan-rtl-dump ce1 "3 true changes made"


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

--- Comment #6 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
That does look dodgy. It's also really old, from when rtx_cost was part of
cse.c. Kenner added it along with many other changes in r754 in 1992.

See what happens to codegen if you just strip SUBREGs before this switch and
lose the MODES_TIEABLE thing?

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