[Bug fortran/33568] ICE with ANINT (with KIND and an array)
pault at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Sep 27 18:40:00 GMT 2007
------- Comment #6 from pault at gcc dot gnu dot org 2007-09-27 18:40 -------
Subject: Bug 33568
Author: pault
Date: Thu Sep 27 18:39:55 2007
New Revision: 128843
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128843
Log:
2007-09-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/33568
* trans-intrinsic.c (gfc_conv_intrinsic_aint): Allow for the
possibility of the optional KIND argument by making arg
an array, counting the number of arguments and using arg[0].
2007-09-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/33568
* gfortran.dg/anint_1.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/anint_1.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-intrinsic.c
trunk/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33568
More information about the Gcc-bugs
mailing list