Add the PR fortran number to the previous commit.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 3 Feb 2006 21:34:10 +0000 (21:34 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 3 Feb 2006 21:34:10 +0000 (21:34 +0000)
From-SVN: r110561

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index a9a610e69c3088912e6b5786fc6e5a71a1546f32..5dfdb5232bdbfb13db2df4257ad7190f00565302 100644 (file)
@@ -1,6 +1,7 @@
 2006-02-03  Steven G. Kargl  <kargls@comcast>
            Paul Thomas  <pault@gcc.gnu.org>
 
+       PR fortran/20845
        * resolve.c (resolve_symbol): Default initialization of derived type
        component reguires the SAVE attribute.
 
index 5dc5b191e5e6d16b2b4f64b040919de273f8d508..f3ebef14508298e4684c25495c03395a2ff7740d 100644 (file)
@@ -1,5 +1,6 @@
 2006-02-03  Steven G. Kargl  <kargls@comcast.net>
 
+       PR fortran/20845
        * gfortran.dg/char_result_11.f90: Add SAVE.
        * gfortran.dg/der_pointer_4.f90: Ditto.
        * gfortran.dg/default_initialization.f90: New test.