This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184
- From: "amonakov at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 Aug 2017 09:03:09 +0000
- Subject: [Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184
- Auto-submitted: auto-generated
- References: <bug-81052-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052
--- Comment #7 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
As an aside, shouldn't we issue a diagnostic here? OpenMP spec says branching
in/out of simd regions is not allowed, and I think we already diagnose invalid
branching for some other constructs.