This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/81768] [8 Regression] error: control flow in the middle of basic block
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Aug 2017 07:51:54 +0000
- Subject: [Bug libgomp/81768] [8 Regression] error: control flow in the middle of basic block
- Auto-submitted: auto-generated
- References: <bug-81768-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81768
Tom de Vries <vries at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |ice-on-invalid-code
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
[ Redoing https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01362.html ]
AFAIU, because while minimizing I removed the '#pragma omp declare target'
around the global declarations, this is an ice-on-invalid-code.