This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix m68k bootstrap
- From: Andreas Schwab <schwab at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 Jul 2005 01:22:13 +0200
- Subject: Fix m68k bootstrap
The bootstrap error on m68k turned out to be a memory overrun problem.
Tested on m68k-linux and checked in as obvious.
Andreas.
2005-07-26 Andreas Schwab <schwab@suse.de>
PR rtl-optimization/23043
* postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
when allocating a struct unoccr.
--- gcc/postreload-gcse.c.~2.17.~ 2005-07-07 11:10:21.000000000 +0200
+++ gcc/postreload-gcse.c 2005-07-26 00:32:25.000000000 +0200
@@ -1075,7 +1075,7 @@ eliminate_partially_redundant_load (basi
else /* Its a dead move no need to generate. */
continue;
occr = (struct unoccr *) obstack_alloc (&unoccr_obstack,
- sizeof (struct occr));
+ sizeof (struct unoccr));
occr->insn = avail_insn;
occr->pred = pred;
occr->next = avail_occrs;
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."