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 tree-optimization/81192] [8 Regression] gcc ICE at -Os on x86_64-linux-gnu: Segmentation fault


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

--- Comment #17 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Mon Jul  3 08:43:40 2017
New Revision: 249899

URL: https://gcc.gnu.org/viewcvs?rev=249899&root=gcc&view=rev
Log:
Backport "Fix sigsegv in find_same_succ_bb"

2017-07-03  Tom de Vries  <tom@codesourcery.com>

        backport from mainline:
        2017-07-03  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/81192
        * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
        BB_SAME_SUCC (bb) == NULL.

        * gcc.dg/pr81192.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr81192.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-ssa-tail-merge.c

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