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 rtl-optimization/27661] ICE in subst_reloads



------- Comment #5 from uweigand at gcc dot gnu dot org  2006-05-26 20:22 -------
Subject: Bug 27661

Author: uweigand
Date: Fri May 26 20:21:53 2006
New Revision: 114141

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114141
Log:
        PR rtl-optimization/27661
        * reload.c (find_reloads): When reloading a VOIDmode constant
        as address due to an EXTRA_MEMORY_CONSTRAINT or 'o' constraint,
        use Pmode as mode of the reload register.

        PR rtl-optimization/27661
        * gcc.dg/pr27661.c: New test case.

Added:
    trunk/gcc/testsuite/gcc.dg/pr27661.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reload.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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