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: [dataflow][PATCH] Fix a fall-out from latest merge with mainline


On 3/20/07, Seongbae Park <seongbae.park@gmail.com> wrote:
This is to fix the compilation error in combine.c
- which looks like a fallout from the latest merge with the mainline.
I started the bootstrap and it's in stage3 now
(without the patch, it fails on stage1).

2007-03-20  Seongbae Park <seongbae.park@gmail.com>
        * combine.c (combine_instructions): No args to
        setup_incoming_promotions.
        (setup_incoming_promotions): No args.

I withraw this patch, as the patch merged the changes in the wrong direction, discarding dataflow branch specific changes. I'll later send out a proper patch, which I'm testing now. -- #pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";


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