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/36827] [4.3/4.4 Regression] newlib:libm/math/k_rem_pio2.c fails in reload



------- Comment #16 from jsm28 at gcc dot gnu dot org  2008-07-19 11:16 -------
Subject: Bug 36827

Author: jsm28
Date: Sat Jul 19 11:15:29 2008
New Revision: 137977

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137977
Log:
        PR target/36780
        PR target/36827
        * reload.c (find_reloads_subreg_address): Only reload address if
        reloaded == 0, not for reloaded != 1.

        Revert:
        2008-07-16  Joseph Myers  <joseph@codesourcery.com>
        * config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
        (m32c_legitimate_address_p): Handle "++rii" addresses created by
        m32c_legitimize_reload_address.

        2008-07-15  Kaz Kojima  <kkojima@gcc.gnu.org>
        * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
        (plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.

Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/m32c/m32c.c
    branches/gcc-4_3-branch/gcc/config/sh/sh.h
    branches/gcc-4_3-branch/gcc/reload.c


-- 


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


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