Add missing PR numbers for previous commit:

fortran/
PR fortran/18826
* resolve.c (resolve_code): Impose correct restrictions on
assigned variable.

testsuite/
PR fortran/18826
* gfortran.dg/assign_1.f90: New test.

From-SVN: r91902
This commit is contained in:
Tobias Schlüter 2004-12-08 15:38:24 +01:00
parent 9e6a1ba9af
commit baa8edda03
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2004-12-08 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/18826
* resolve.c (resolve_code): Impose correct restrictions on
assigned variable.

View File

@ -1,5 +1,6 @@
2004-12-08 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/18826
* gfortran.dg/assign_1.f90: New test.
2004-12-08 Nick Clifton <nickc@redhat.com>