re PR fortran/20882 ([4.2 only] PURE procedure containing pointer assignment to dummy with pointer component)

2007-06-19  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/20882
	Correct the PR number from 20082 to 20882.

From-SVN: r125832
This commit is contained in:
Paul Thomas 2007-06-18 23:07:32 +00:00
parent d2088bb6d4
commit f7b950b935
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2007-06-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/20863
PR fortran/20082
PR fortran/20882
* resolve.c (resolve_code): Use gfc_impure_variable as a
condition for rejecting derived types with pointers, in pure
procedures.

View File

@ -1,7 +1,7 @@
2007-06-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/20863
PR fortran/20082
PR fortran/20882
* gfortran.dg/impure_assignment_2.f90 : New test.
PR fortran/32236