https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112664
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to gooncreeper from comment #2) > Though, how are you so good at finding duplicates? What's the secret? Everyone says I have bugzilla memorized but I don't, I am just really code at doing keyword searches and knowing what keywords to search for. In this case I searched for "canonical compare" because I knew this was a canonicalization issue with how GCC changed `v < 6` into `v <= 5`