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 middle-end/67452] LTO ICE with -fopenmp-simd


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Sep  4 18:36:59 2015
New Revision: 227499

URL: https://gcc.gnu.org/viewcvs?rev=227499&root=gcc&view=rev
Log:
        PR middle-end/67452
        * tree-ssa-live.c: Include cfgloop.h.
        (remove_unused_locals): Clear loop->simduid if simduid is about
        to be removed from cfun->local_decls.

        * gcc.dg/lto/pr67452_0.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/lto/pr67452_0.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-ssa-live.c


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