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/71910] ICE on valid OpenMP code


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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue May 30 07:15:49 2017
New Revision: 248598

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

        PR target/71910
        * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
inlining,
        add cgraph edge for the added __builtin_unreachable call.

        * g++.dg/gomp/pr71910.C: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/gomp/pr71910.C
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-cfg.c

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