From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12010 invoked by alias); 10 Oct 2007 04:56:36 -0000 Received: (qmail 11965 invoked by uid 48); 10 Oct 2007 04:56:17 -0000 Date: Wed, 10 Oct 2007 04:56:00 -0000 Message-ID: <20071010045617.11964.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/33706] gcc_assert failure in verify_eh_edges In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aoliva at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg00947.txt.bz2 ------- Comment #3 from aoliva at gcc dot gnu dot org 2007-10-10 04:56 ------- I've tried reverting the patches for PR 33572, but this didn't help with this problem at all. Looking further, I tried the patch for PR 15764 as well, but the problem remained. I assumed I was Cc:ed because there was any evidence that I was involved in the regression, and I'll give you that it sounded likely, but I don't think this is the case. If you have any other reasons to believe I'm responsible for fixing this, will you please present them and assign the bug to myself? FWIW, the problem is that the BB of the call_expr is NULL. We're missing an annotation somewhere. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33706