From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25270 invoked by alias); 20 Oct 2004 21:04:34 -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 25025 invoked by uid 48); 20 Oct 2004 21:04:28 -0000 Date: Wed, 20 Oct 2004 21:04:00 -0000 Message-ID: <20041020210428.25024.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20041020200437.18091.drow@gcc.gnu.org> References: <20041020200437.18091.drow@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18091] Valgrind errors building libjava X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00172.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 21:04 ------- I think the "unitialized conditional move" will get fixed when: ==21620== Conditional jump or move depends on uninitialised value(s) ==21620== at 0x80C4165: get_attribute (jcf-parse.c:160) is fixed. See comment #1 where I show the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18091