This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/23043] [4.1 regression] [m68k-linux] bootstrap error on m68k-linux


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]