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/25311] [4.1 Regression] ICE in reload_cse_simplify_operands, at postreload.c:393



------- Comment #4 from uweigand at gcc dot gnu dot org  2005-12-09 11:26 -------
Subject: Bug 25311

Author: uweigand
Date: Fri Dec  9 11:26:47 2005
New Revision: 108279

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108279
Log:
        PR target/25311
        * config/s390/s390.c (struct s390_address): New field literal_pool.
        (s390_decompose_address): Compute literal_pool field.  Do not 
        assume register %r13 is always (and solely) used as pool base.
        (s390_extra_constraint_str): Use literal_pool field.

        PR target/25311
        * gcc.c-torture/compile/pr25311.c: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/pr25311.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/s390/s390.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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