From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6500 invoked by alias); 3 May 2005 16:37:52 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 4961 invoked by uid 48); 3 May 2005 16:36:41 -0000 Date: Tue, 03 May 2005 16:37:00 -0000 Message-ID: <20050503163641.4959.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050323182431.20606.overholt@redhat.com> References: <20050323182431.20606.overholt@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations) X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00329.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-03 16:36 ------- (In reply to comment #8) > We no longer fail with this code on the mainline but most likely because actually thread the jump > which I was taking in comment #5. Let me rewrite that. This now works on the mainline. This is most likely due to the jump threading changes in which we actually catch the threading on the tree level instead of waiting until the RTL level which causes the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20606