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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Jul  7 21:49:12 2016
New Revision: 238139

URL: https://gcc.gnu.org/viewcvs?rev=238139&root=gcc&view=rev
Log:
        Backported from mainline
        2016-03-11  Jakub Jelinek  <ja...@redhat.com>

        PR tree-optimization/70169
        * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
        LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
        for unknown codes.

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

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/pr70169.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/tree-ssa-loop.c

Reply via email to