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:
parent
d2088bb6d4
commit
f7b950b935
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue