From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10344 invoked by alias); 5 Dec 2003 19:50:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10337 invoked by uid 48); 5 Dec 2003 19:50:17 -0000 Date: Fri, 05 Dec 2003 19:50:00 -0000 Message-ID: <20031205195017.10334.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031105220653.12920.bbooth@redhat.com> References: <20031105220653.12920.bbooth@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/12920] [tree-ssa] compiler fails to build gdb X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg00661.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-05 19:50 ------- It was intentational removed: * builtins.c (fold_builtin): Use get_callee_fndecl. * attribs.c (decl_attributes): Rebuild the function pointer type after changing the target type. * tree.c (get_qualified_type): Also check that the attributes match. * c-typeck.c (build_array_ref): Also build ARRAY_REFs from INDIRECT_REFs of ARRAY_TYPE. * tree-ssa.c (tree_ssa_useless_type_conversion): Also strip conversions between pointer and reference types. * tree-dfa.c (get_stmt_operands): Just mark non-GIMPLE statements as unmodified. (find_referenced_vars): So we don't need to mark them here. * tree-inline.c (inline_data): Add retvar field. (declare_return_variable): Set it. (remap_decls): Use it. (expand_call_inline): Tweak. cp/ * typeck.c (build_array_ref): Also build ARRAY_REFs from INDIRECT_REFs of ARRAY_TYPE. * semantics.c (finish_id_expression): Unshare aliases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12920