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 #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Aug 16 16:50:47 2016
New Revision: 239508

URL: https://gcc.gnu.org/viewcvs?rev=239508&root=gcc&view=rev
Log:
        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:
    trunk/gcc/testsuite/g++.dg/gomp/pr71910.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-cfg.c

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