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 tree-optimization/70005] [6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu


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

--- Comment #2 from Jeffrey A. Law <law at redhat dot com> ---
Thanks.  Something unexpected slipped through the IL confusing uncprop.  So
there's really two issues here.  Why did an always-true/always-false test
manage to survive until uncprop, a missed optimization, but probably not a
regression.   And uncprop should be tolerant of that IL state.  I fixed the
same thing in DOM a while back, but clearly forgot to update uncprop with the
same fix.

Testing the obvious fix to uncprop right now.

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