From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22194 invoked by alias); 14 Jul 2005 00:52:15 -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 22158 invoked by uid 48); 14 Jul 2005 00:52:12 -0000 Date: Thu, 14 Jul 2005 00:52:00 -0000 Message-ID: <20050714005212.22157.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050405195810.20773.green@redhat.com> References: <20050405195810.20773.green@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/20773] [4.0/4.1 Regression] ICE: SEGV building jar file X-Bugzilla-Reason: CC X-SW-Source: 2005-q3/txt/msg00065.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14 00:52 ------- Should have been marked as a regression. On the mainline we get: org/tritonus/util/TCircularBuffer.java: In class 'org.tritonus.util.TCircularBuffer': org/tritonus/util/TCircularBuffer.java: In method 'org.tritonus.util.TCircularBuffer.read(byte[],int,int)': org/tritonus/util/TCircularBuffer.java:0: internal compiler error: in tree_split_edge, at tree-cfg.c:3026 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. With the backtrace: #0 internal_error (gmsgid=0x85c872e "tree_split_edge") at /home/peshtigo/pinskia/src/gnu/gcc/src/ gcc/diagnostic.c:530 #1 0x081a0ccf in fancy_abort (file=0x85c872e "tree_split_edge", line=3026, function=0x85c872e "tree_split_edge") at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/diagnostic.c:590 #2 0x0841bf06 in tree_split_edge (edge_in=0x85c872e) at /home/peshtigo/pinskia/src/gnu/gcc/src/ gcc/tree-cfg.c:3026 #3 0x083b7fd4 in split_edge (e=0xb7d62208) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/ cfghooks.c:407 #4 0x08178b08 in loop_split_edge_with (e=0xb7d62208, insns=0x0) at /home/peshtigo/pinskia/src/ gnu/gcc/src/gcc/cfgloopmanip.c:1255 #5 0x084a968c in copy_loop_headers () at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-ssa- loop-ch.c:212 -- What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: SEGV building jar file |[4.0/4.1 Regression] ICE: | |SEGV building jar file Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20773