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/37688] Relax "Symbol is used before it is typed" checking



------- Comment #2 from domob at gcc dot gnu dot org  2008-10-12 10:52 -------
Subject: Bug 37688

Author: domob
Date: Sun Oct 12 10:51:11 2008
New Revision: 141074

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141074
Log:
2008-10-12  Daniel Kraft  <d@domob.eu>

        PR fortran/37688
        * expr.c (gfc_expr_check_typed): Extend permission of untyped
        expressions to both top-level variable and basic arithmetic
expressions.

2008-10-12  Daniel Kraft  <d@domob.eu>

        PR fortran/37688
        * gfortran.dg/used_before_typed_6.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/used_before_typed_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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