Correcting ChangeLog errors

From-SVN: r118721
This commit is contained in:
Paul Thomas 2006-11-12 10:15:04 +00:00
parent 000d8d44b7
commit 41f1662296
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,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.
@ -377,7 +377,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

@ -62,7 +62,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.
2006-11-09 Andreas Krebbel <krebbel1@de.ibm.com>
@ -754,7 +754,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>