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/33229] ICE with "intrinsic" plus calling a subroutine as function



------- Comment #2 from burnus at gcc dot gnu dot org  2008-09-06 15:12 -------
Subject: Bug 33229

Author: burnus
Date: Sat Sep  6 15:11:29 2008
New Revision: 140061

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140061
Log:
2008-09-06  Steven G. Kargl  <kargls@comcast.net>

        PR fortran/33229
        * resolve.c (resolve_function): An intrinsic subroutine should
        * not be
        called as a function.

2008-09-06  Steven G. Kargl  <kargls@comcast.net>

        PR fortran/33229
        * gfortran.dg/intrinsic_subroutine.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/intrinsic_subroutine.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33229


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