On 02/01/2018 12:10 PM, Richard Sandiford wrote:
Vladimir Makarov writes:
Not sure about the E_/genmodes reference here. Isn't it simply
"because it might be the mode a pseudo register"?
Is it OK to expand the explanation a bit, as below?
Yes, it is OK. It is a better explanation. Thank
Vladimir Makarov writes:
> Index: ira.c
> ===
> --- ira.c (revision 257157)
> +++ ira.c (working copy)
> @@ -1578,7 +1578,8 @@ ira_init_register_move_cost (machine_mod
>ira_assert (ira_register_move_cost[mode] == NULL
>
The following patch fixes ICE for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82444
The patch was successfully bootstrapped on x86_64.
Committed as rev. 257254.
Index: ChangeLog
===
--- ChangeLog (revision 257252)
+++ Chang