From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28696 invoked by alias); 8 Nov 2004 02:49:28 -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 28678 invoked by uid 48); 8 Nov 2004 02:49:27 -0000 Date: Mon, 08 Nov 2004 02:49:00 -0000 Message-ID: <20041108024927.28677.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040825154545.17187.mckinlay@redhat.com> References: <20040825154545.17187.mckinlay@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17187] Call to java.lang.Object constructor is redundant X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00329.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 02:49 ------- Man this is a semi hard problem, I could figure out where the call expression is built but we patch it up which makes it harder (maybe we should pass a pointer to the tree which we patch up and then change it to a nop). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17187