https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30314
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:72c605eea94065606b5ddcb5a51ef24a3d2841e9 commit r13-960-g72c605eea94065606b5ddcb5a51ef24a3d2841e9 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Jun 2 11:14:09 2022 +0200 testsuite: Also test swapped arguments of __builtin_mul_overflow_p [PR30314] To test the commutativity of __builtin_mul_overflow* arguments in the optimization, I've added 2 further tests. 2022-06-02 Jakub Jelinek <ja...@redhat.com> PR middle-end/30314 * gcc.dg/tree-ssa/pr30314.c: Add tests with swapped arguments.