https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
Martin Sebor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #7 from CVS Commits ---
The master branch has been updated by Martin Sebor :
https://gcc.gnu.org/g:c1057cc0a8ad972e0a2218ab74038a56e5514c39
commit r11-1067-gc1057cc0a8ad972e0a2218ab74038a56e5514c39
Author: Martin Sebor
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
Martin Sebor changed:
What|Removed |Added
Target Milestone|--- |11.0
Host|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
Andreas Schwab changed:
What|Removed |Added
Host|powerpc64*-linux-gnu|
Build|powerpc64*-linux-gn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #4 from Bill Seurer ---
bootstrap works with that patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #3 from Martin Sebor ---
(In reply to Andreas Schwab from comment #2)
> alternative_order[0] is guaranteed to be set, because alternative_reject[i]
> <= alternative_reject[which_alternative] for i == which_alternative at
> least. We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #2 from Andreas Schwab ---
alternative_order[0] is guaranteed to be set, because alternative_reject[i] <=
alternative_reject[which_alternative] for i == which_alternative at least. We
know that which_alternative < recog_data.n_altern
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #1 from Martin Sebor ---
The reload_cse_simplify_operands() function allocates three arrays but resets
only two:
alternative_reject = XALLOCAVEC (int, recog_data.n_alternatives);
alternative_nregs = XALLOCAVEC (int, recog_data.n_