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/69615] 0 to limit signed range checks don't always use unsigned compare


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I suppose even that is doable in the reassoc framework, or it could be done in
match.pd just using the recorded value ranges, like richi has handled PR69595,
or both.

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