mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:40:48 +08:00
Move misplaced ChangeLog entry.
From-SVN: r101323
This commit is contained in:
parent
afc970a415
commit
60df4c1cd5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user