From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21273 invoked by alias); 3 Aug 2009 17:55:33 -0000 Received: (qmail 21250 invoked by alias); 3 Aug 2009 17:55:33 -0000 Date: Mon, 03 Aug 2009 17:55:00 -0000 Message-ID: <20090803175533.21249.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q3/txt/msg00039.txt.bz2 ------- Comment #8 from aph at gcc dot gnu dot org 2009-08-03 17:55 ------- Subject: Bug 40867 Author: aph Date: Mon Aug 3 17:55:11 2009 New Revision: 150376 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150376 Log: 2009-07-31 Andrew Haley PR java/40867 * decl.c (java_replace_references): Set EXPR_LOCATION on all generated expressions. (binding_level.loc): new field. (clear_binding_level): Initialize loc. (set_input_location): New function. (pushlevel): Set new binding_level.loc. (poplevel): Set EXPR_LOCATION on the new BIND_EXPR_BODY. (start_java_method): Set DECL_SOURCE_LOCATION of this new method. (java_add_stmt): Set the EXPR_LOCATION on all subtrees of new_stmt. Modified: trunk/gcc/java/ChangeLog trunk/gcc/java/decl.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40867