From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30939 invoked by alias); 13 Nov 2007 20:11:28 -0000 Received: (qmail 30931 invoked by uid 22791); 13 Nov 2007 20:11:28 -0000 X-Spam-Check-By: sourceware.org Received: from mail1.panix.com (HELO mail1.panix.com) (166.84.1.72) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Nov 2007 20:11:21 +0000 Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id 028DC29407; Tue, 13 Nov 2007 15:11:19 -0500 (EST) Received: from [192.168.1.60] (pool-70-104-131-178.nycmny.fios.verizon.net [70.104.131.178]) by mailspool3.panix.com (Postfix) with ESMTP id DA2DB1696A; Tue, 13 Nov 2007 15:11:18 -0500 (EST) Message-ID: <473A04E6.1090209@naturalbridge.com> Date: Tue, 13 Nov 2007 21:14:00 -0000 From: Kenneth Zadeck User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: gcc-patches , Nathan Froyd Subject: [lto]: Get SSA_NAME_DEF_STMT correct and fix VECTOR_CST. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00747.txt.bz2 Get the types correct on VECTOR_CST. Get the SSA_NAME_DEF_STMT correct for gimple_modify_stmts inside return_exprs. Add some more dumping in *-verbose mode. 2007-11-13 Kenneth Zadeck * lto-function-out.c (output_expr_operand): Get the types correct for vector-cst. * tree-cfg.c (dump_function_to_file): Print the function_decl in verbose mode. 2007-11-13 Kenneth Zadeck * lto-read.c (input_type_ref): Renamed from get_type_ref. (input_expr_operand, input_local_var): Renamed get_type_ref to input_type_ref. (input_expr_operand): Get the types correct for vector-cst. Get SSA_NAME_DEF_STMT correct for return_exprs. committed as revision 130156 kenny