From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9818 invoked by alias); 20 Oct 2005 16:39:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9803 invoked by uid 48); 20 Oct 2005 16:39:43 -0000 Date: Thu, 20 Oct 2005 16:39:00 -0000 Message-ID: <20051020163943.9802.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/24451] [gomp] Return out of parallel loop not rejected In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg02680.txt.bz2 List-Id: ------- 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