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/18579] intent(out) violation is not detected



------- Comment #4 from pault at gcc dot gnu dot org  2006-01-29 16:31 -------
Subject: Bug 18579

Author: pault
Date: Sun Jan 29 16:31:24 2006
New Revision: 110376

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110376
Log:
2006-01-29  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/18578
        PR fortran/18579
        PR fortran/20857
        PR fortran/20885
        * interface.c (compare_actual_formal): Error for INTENT(OUT or INOUT)
        if actual argument is not a variable.

2006-01-29  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/18578
        PR fortran/18579
        PR fortran/20857
        PR fortran/20885
        * gfortran.dg/intent_out_1.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/intent_out_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/interface.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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