[Bug target/71910] ICE on valid OpenMP code
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 1 11:30:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71910
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Sep 1 11:29:55 2016
New Revision: 239922
URL: https://gcc.gnu.org/viewcvs?rev=239922&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-6-branch/gcc/testsuite/g++.dg/gomp/pr71910.C
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/testsuite/ChangeLog
branches/gcc-6-branch/gcc/tree-cfg.c
More information about the Gcc-bugs
mailing list