This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33568] ICE with ANINT (with KIND and an array)



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]