This is the mail archive of the gcc-patches@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]

Re: [PATCH] [COMMITTED] Fix bootstrap on powerpc-apple-darwin


On Mar 12, 2004, at 11:45 AM, Andrew Pinski wrote:


After the following patch:
2004-03-10 Richard Henderson <rth@redhat.com>
* config/rs6000/host-darwin.c darwin_rs6000_gt_pch_get_address):
Update for changed definition.
(darwin_rs6000_gt_pch_use_address): Likewise.


Powerpc-apple-darwin would not bootstrap anymore, this patch fixes that.

Commited as obvious after a bootstrap on powerpc-apple-darwin.

Like Benjamin, I'm still seeing a bootstrap failure. From the traceback, it looks to me like the failure I'm seeing is probably still related to the bug your patch addressed:
(gdb) where
#0 0x9009ec18 in abort ()
#1 0x000b7e1c in c_common_no_more_pch () at ../../fsf-mainline/gcc/c-pch.c:404
#2 0x000b7e1c in c_common_no_more_pch () at ../../fsf-mainline/gcc/c-pch.c:404
#3 0x0001eb84 in c_lex_with_flags (value=0x7260c8, cpp_flags=0x0) at ../../fsf-mainline/gcc/c-lex.c:424
#4 0x0001ebec in c_lex (value=0x7260c8) at ../../fsf-mainline/gcc/c-lex.c:435


--Matt


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