]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/20882 ([4.2 only] PURE procedure containing pointer assignment to dummy...
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 18 Jun 2007 23:07:32 +0000 (23:07 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 18 Jun 2007 23:07:32 +0000 (23:07 +0000)
2007-06-19  Paul Thomas  <pault@gcc.gnu.org>

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

From-SVN: r125832

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 74b8103d61e9a38194e051aa8c4aa56e9f28e959..ceb9df53400daa93fb8a9f5fbc773e6e0989f571 100644 (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.
index 583804722155535ffcf34c20ab182a9d59504556..19bd0f85e8bcab2e9e5a955c9d76bc9ede13d335 100644 (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