https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86123
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Jun 15 19:34:11 2018 New Revision: 261648 URL: https://gcc.gnu.org/viewcvs?rev=261648&root=gcc&view=rev Log: PR middle-end/86123 * match.pd ((X / Y) == 0 -> X < Y): Don't transform complex divisions. Fix up comment formatting. * gcc.c-torture/compile/pr86123.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr86123.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/match.pd branches/gcc-8-branch/gcc/testsuite/ChangeLog