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 bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c



------- Comment #6 from bonzini at gnu dot org  2009-06-30 07:59 -------
Subject: Bug 40597

Author: bonzini
Date: Tue Jun 30 07:59:01 2009
New Revision: 149083

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149083
Log:
2009-06-30  Paolo Bonzini  <bonzini@gnu.org>

        PR boostrap/40597
        * expmed.c (emit_cstore): New name of emit_store_flag_1.
        (emit_store_flag_1): Extract from emit_store_flag, adjust
        calls to (what now is) emit_cstore.
        (emit_store_flag): Call emit_store_flag_1 and also use it
        for what used to be recursive calls.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expmed.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40597


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