[Bug fortran/36239] ICE: gfc_validate_kind(): Got bad kind
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 16 03:42:00 GMT 2008
------- 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 <kargls@comcast.net>
* 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 <kargls@comcast.net>
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, <kargl@comcast.net>
* 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
More information about the Gcc-bugs
mailing list