https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976
--- Comment #14 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Sat Apr 7 23:52:03 2018 New Revision: 259212 URL: https://gcc.gnu.org/viewcvs?rev=259212&root=gcc&view=rev Log: 2018-04-07 Thomas Koenig <tkoe...@gcc.gnu.org> Andrew Pinski <pins...@gcc.gnu.org> PR middle-end/82976 * match.pd: Use constant_boolean_node of correct type instead of boolean_true_node or boolean_false_node for simplifying pointer comparisons to zero. 2018-04-07 Thomas Koenig <tkoe...@gcc.gnu.org> PR middle-end/82976 * gfortran.dg/realloc_on_assign_16a.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_16a.f90 Modified: trunk/gcc/ChangeLog trunk/gcc/match.pd trunk/gcc/testsuite/ChangeLog