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/77991] [5/6/7 Regression] ICE on x32 in plus_constant, at explow.c:87


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77991

--- Comment #6 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Oct 19 14:57:35 2016
New Revision: 241345

URL: https://gcc.gnu.org/viewcvs?rev=241345&root=gcc&view=rev
Log:
        PR target/77991
        * config/i386/i386.c (legitimize_tls_address)
        <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
        convert dest to Pmode if different than Pmode.

testsuite/ChangeLog:

        PR target/77991
        * gcc.target/i386/pr77991.c: New test.


Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr77991.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/i386/i386.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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