This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23043] [4.1 regression] [m68k-linux] bootstrap error on m68k-linux
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2005 22:30:00 -0000
- Subject: [Bug target/23043] [4.1 regression] [m68k-linux] bootstrap error on m68k-linux
- References: <20050724065006.23043.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2005-07-25 22:29 -------
I'm starting a new bootstrap with this change:
occr = (struct unoccr *) obstack_alloc (&unoccr_obstack,
- sizeof (struct occr));
+ sizeof (struct unoccr));
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |schwab at suse dot de
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-07-25 22:29:59
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23043