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/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Mar 27 17:35:14 2015
New Revision: 221741

URL: https://gcc.gnu.org/viewcvs?rev=221741&root=gcc&view=rev
Log:
    PR target/65593
    * config/i386/i386.c (legitimize_pic_address): If base
    is SYMBOL_REF or LABEL_REF using %rip addressing, force
    it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.

    * gcc.c-torture/compile/pr65593.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr65593.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog


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