This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24451] [gomp] Return out of parallel loop not rejected
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Oct 2005 16:39:43 -0000
- Subject: [Bug c++/24451] [gomp] Return out of parallel loop not rejected
- References: <bug-24451-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from reichelt at gcc dot gnu dot org 2005-10-20 16:39 -------
Hey the development is really fast on the gomp branch.
The C frontend seems to be fixed now. I get a sensible
error message now for both testcases:
bug.c: In function '__omp_fn.1':
bug.c:6: error: invalid exit from OpenMP structured block
Btw, should this really be __omp_fn.1?
The C++ frontend remains broken, however:
I get a sgefault now for both testcases.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |c++
Keywords|accepts-invalid |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24451