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 other/69432] [4.9/5 Regression] ICE in connect_traces, at dwarf2cfi.c with -O3 -m32 -minline-stringops-dynamically


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 10 18:41:37 2016
New Revision: 233297

URL: https://gcc.gnu.org/viewcvs?rev=233297&root=gcc&view=rev
Log:
        Backported from mainline
        2016-01-22  Jakub Jelinek  <jakub@redhat.com>

        PR target/69432
        * config/i386/i386.c: Include dojump.h.
        (expand_small_movmem_or_setmem,
        expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
        fixes.
        (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
        if dynamic_check != -1.

        * g++.dg/opt/pr69432.C: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/opt/pr69432.C
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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