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/68471] ICE: in df_refs_verify, at df-scan.c:4022 with -mmitigate-rop and long double


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

--- Comment #2 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
Author: bernds
Date: Thu Dec  3 14:17:35 2015
New Revision: 231228

URL: https://gcc.gnu.org/viewcvs?rev=231228&root=gcc&view=rev
Log:
Fix some issues with the ROP patch (PR 68471, 68472)

        PR target/68471
        PR target/68472
        * config/i386/i386.c (ix86_mitigate_rop): Don't call
        compute_bb_for_insn again.  Call df_insn_rescan_all.
        * config/i386/i386.md (set_got_rex64): Override modrm_class.

        * regrename.c (build_def_use): Ignore stack regs if regstack_completed.

testsuite/
        * gcc.target/i386/rop1.c: New test.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.md
    trunk/gcc/regrename.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]