Move misplaced ChangeLog entry.

From-SVN: r101323
This commit is contained in:
Jakub Jelinek 2005-06-25 23:06:46 +02:00
parent afc970a415
commit 60df4c1cd5
2 changed files with 10 additions and 12 deletions

View File

@ -851,18 +851,6 @@
* config/rs6000/predicates.md (scc_operand): Delete.
* config/rs6000/rs6000.md (scc_operand): Change to scc_eq_operand.
2005-06-13 Jakub Jelinek <jakub@redhat.com>
* trans-expr.c (gfc_conv_function_call): Return int instead of
void. Use a local variable for has_alternate_specifier and
return it. Avoid modification of function type's return value
in place, since it may be shared.
* trans.h (has_alternate_specifier): Remove.
(gfc_conv_function_call): Change return type.
* trans-stmt.c (has_alternate_specifier): Remove.
(gfc_trans_call): Add a local has_alternate_specifier variable,
set it from gfc_conv_function_call return value.
2005-06-13 Zdenek Dvorak <dvorakz@suse.cz>
PR middle-end/21985

View File

@ -82,6 +82,16 @@
* trans-stmt.c (gfc_trans_forall_loop): Only increment maskindex
in the innermost loop.
* trans-expr.c (gfc_conv_function_call): Return int instead of
void. Use a local variable for has_alternate_specifier and
return it. Avoid modification of function type's return value
in place, since it may be shared.
* trans.h (has_alternate_specifier): Remove.
(gfc_conv_function_call): Change return type.
* trans-stmt.c (has_alternate_specifier): Remove.
(gfc_trans_call): Add a local has_alternate_specifier variable,
set it from gfc_conv_function_call return value.
2005-06-12 Richard Henderson <rth@redhat.com>
* trans-array.c (gfc_conv_descriptor_data_get): Rename from