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/24748] substring of implicitly typed variable not rejected



------- Comment #5 from langton at gcc dot gnu dot org  2006-06-30 16:41 -------
Subject: Bug 24748

Author: langton
Date: Fri Jun 30 16:41:11 2006
New Revision: 115092

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115092
Log:
        PR fortran/24748
        * gfortran.dg/implicit_8.f90: New.

        PR fortran/24748
        * primary.c (gfc_match_rvalue): Don't call
        match_substring for implicit non-character types.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/implicit_8.f90
      - copied unchanged from r114901,
trunk/gcc/testsuite/gfortran.dg/implicit_8.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/primary.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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