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/23151] print (buf, format), expression should be invalid



------- Comment #6 from tkoenig at gcc dot gnu dot org  2006-05-31 20:51 -------
Subject: Bug 23151

Author: tkoenig
Date: Wed May 31 20:50:34 2006
New Revision: 114281

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114281
Log:
2006-05-31  Thomas Koenig  <Thomas.Koenig@online.de>

        PR fortran/23151
        Backport from mainline.
        * io.c (match_io):  print (1,*) is an error.

2006-05-31  Thomas Koenig  <Thomas.Koenig@online.de>

        PR fortran/23151
        Backport from mainline.
        * gfortran.dg/inquire_9.f90:  Fix illegal print syntax.
        * gfortran.dg/print_parentheses_1.f:  New test.
        * gfortran.dg/print_parentheses_2.f90:  New test.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/print_parentheses_1.f
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/print_parentheses_2.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/io.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/inquire_9.f90


-- 


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


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