------- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-05-16 03:42 ------- Subject: Bug 36239
Author: jvdelisle Date: Fri May 16 03:41:17 2008 New Revision: 135408 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135408 Log: 2008-05-15 Steven G. Kargl <[EMAIL PROTECTED]> * simplify.c (gfc_simplify_dble, gfc_simplify_float, simplify_bound, gfc_simplify_nearest, gfc_simplify_real): Plug possible memory leaks. (gfc_simplify_reshape): Plug possible memory leaks and dereferencing of NULL pointers. 2008-05-15 Steven G. Kargl <[EMAIL PROTECTED]> PR fortran/36239 * simplify.c (gfc_simplify_int, gfc_simplify_intconv): Replaced hand rolled integer conversion with gfc_int2int, gfc_real2int, and gfc_complex2int. (gfc_simplify_intconv): Renamed to simplify_intconv. 2008-05-15 Steven G. Kargl, <[EMAIL PROTECTED]> * gfortran.dg/and_or_xor.f90: New test * fortran/simplify.c (gfc_simplify_and, gfc_simplify_or, gfc_simplify_xor): Don't range check logical results. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/intrinsic.texi trunk/gcc/fortran/simplify.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36239