public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed

end of thread, other threads:[~2023-05-28 23:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85234-4@http.gcc.gnu.org/bugzilla/>
2021-07-20 23:33 ` [Bug middle-end/85234] missed optimisation opportunity for (~x >> n) ? a : b with n, a, b constants pinskia at gcc dot gnu.org
2021-07-20 23:44 ` [Bug tree-optimization/85234] missed optimisation opportunity for (~x >> CST)!=0 is not optimized to (((unsigned)x) < ~((1<<CST) - 1)) pinskia at gcc dot gnu.org
2023-05-28  2:26 ` [Bug tree-optimization/85234] missed optimisation opportunity for (x >> CST)!=0 is not optimized to (((unsigned)x) >= (1<<CST) pinskia at gcc dot gnu.org
2023-05-28 22:10 ` pinskia at gcc dot gnu.org
2023-05-28 23:05 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).