From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 437 invoked by alias); 13 Nov 2005 00:16:05 -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 414 invoked by uid 48); 13 Nov 2005 00:16:05 -0000 Date: Sun, 13 Nov 2005 00:16:00 -0000 Message-ID: <20051113001605.413.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24825] Standard runtime methods that are known to not return null should not trigger null checks. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-q4/txt/msg00336.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-13 00:16 ------- The way we can mark the function/function type is in build_method_invocation, we have to change how BUILD_APPEND calls build_method_invocation and add a new argument or something like that (we build the real call expression later on). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24825