OSDN Git Service

2007-07-05 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2007 06:49:54 +0000 (06:49 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2007 06:49:54 +0000 (06:49 +0000)
commit262b8e06c92cc0371f693382b3886b240109ebe4
tree541aab681e941c2570dcf444d7e8887b63a5810e
parent9b6b02368a8483e1e502793af1b399a307ec9055
2007-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32526
* match.c (gfc_match_call): Check, in all cases, that a symbol
is neither generic nor a subroutine before trying to add it as
a subroutine.

PR fortran/32613
* match.c (gfc_match_do): Reset the implied_index attribute.

2007-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32526
* gfortran.dg/interface_14.f90: New test.

PR fortran/32613
* gfortran.dg/do_iterator_2.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126354 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_iterator_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/interface_14.f90 [new file with mode: 0644]