From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27371 invoked by alias); 19 Jan 2004 22:18:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27364 invoked from network); 19 Jan 2004 22:18:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jan 2004 22:18:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0JMIMl14553 for ; Mon, 19 Jan 2004 17:18:22 -0500 Received: from speedy.slc.redhat.com (vpn50-8.rdu.redhat.com [172.16.50.8]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0JMILa16879; Mon, 19 Jan 2004 17:18:21 -0500 Received: from redhat.com (law@localhost) by speedy.slc.redhat.com (8.12.10/8.12.8/Submit) with ESMTP id i0JMGXQv028490; Mon, 19 Jan 2004 15:16:34 -0700 Message-Id: <200401192216.i0JMGXQv028490@speedy.slc.redhat.com> X-Authentication-Warning: speedy.slc.redhat.com: law owned process doing -bs To: rth@redhat.com Cc: gcc@gcc.gnu.org Reply-To: law@redhat.com From: law@redhat.com Subject: Your change causing regressions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Jan 2004 22:18:00 -0000 X-SW-Source: 2004-01/txt/msg01394.txt.bz2 This change: 2004-01-18 Richard Henderson * tree-sra.c (REALPART_INDEX, IMAGPART_INDEX): Remove. (sra_candidates, needs_copy_in): Use a bitmap. Update all users. (struct sra_elt, sra_elt_hash, sra_elt_eq): New. (sra_map_size): Remove. (sra_map): Use a htab_t. (lookup_scalar): Update to match. (get_scalar_for_field, get_scalar_for_complex_part): Likewise. (scalarize_structure_assignment): Use annotate_all_with_locus. (csc_build_component_ref): Remove index argument. (csc_build_complex_part): Take tree_code, not index. (create_scalar_copies): Don't collect indicies. (emit_scalar_copies): New. (scalarize_modify_expr, scalarize_tree_list): Use it. (scalarize_return_expr): Likewise. (scalarize_structures): Simplify needs_copy_in iteration. (scalarize_call_expr): Use annotate_all_with_locus. (dump_sra_map_trav): Split from ... (dump_sra_map): ... here. Update for hash table. (tree_sra): Update for new datastructures. Is causing libstdc++ regressions. Specifically: FAIL: 27_io/basic_filebuf/underflow/wchar_t/9178.cc execution test