Correcting ChangeLog errors

From-SVN: r118720
This commit is contained in:
Paul Thomas
2006-11-12 10:11:44 +00:00
parent 0f1ae23bc4
commit b3c7dde00c
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
* trans-decl.c (gfc_trans_deferred_vars): Call gfc_trans_
deferred_array before gfc_trans_auto_array_allocation.
PR fortran/21730
PR fortran/21370
* symbol.c (check_done): Remove.
(gfc_add_attribute): Remove reference to check_done and remove
the argument attr_intent.
@@ -186,7 +186,7 @@
2006-10-17 Paul Thomas <pault@gcc.gnu.org>
PR fortran/20541
PR fortran/29451
* trans-array.c (gfc_trans_array_bounds): Test for and set
negative stride of a non-constant bound array to zero.

View File

@@ -3,7 +3,7 @@
PR fortran/29699
* gfortran.dg/alloc_comp_auto_array_1.f90: New test.
PR fortran/21730
PR fortran/21370
* gfortran.dg/change_symbol_attributes_1.f90: New test.
PR fortran/29431
@@ -248,7 +248,7 @@
PR fortran/29392
* gfortran.dg/data_char_3.f90: New test.
PR fortran/20541
PR fortran/29451
* gfortran.dg/negative_automatic_size.f90: New test.
2006-10-16 David Daney <ddaney@avtrex.com>