This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/81687] Compiler drops label in OpenMP region
- From: "protze at itc dot rwth-aachen.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 04 Aug 2017 12:00:01 +0000
- Subject: [Bug c/81687] Compiler drops label in OpenMP region
- Auto-submitted: auto-generated
- References: <bug-81687-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81687
--- Comment #5 from Joachim Protze <protze at itc dot rwth-aachen.de> ---
Jakub, thank you for the quick solution!
I successfully applied your patch to the sources from 7.1 release tarball.
The two test cases you added are built and linked successfully. I can also
successfully build my other test cases.