From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20037 invoked by alias); 8 Apr 2004 21:09:27 -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 20010 invoked by uid 48); 8 Apr 2004 21:09:25 -0000 Date: Thu, 08 Apr 2004 21:09:00 -0000 Message-ID: <20040408210925.20009.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040315211649.14589.ro@techfak.uni-bielefeld.de> References: <20040315211649.14589.ro@techfak.uni-bielefeld.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/14589] [tree-ssa] Bootstrap failure on Tru64 UNIX X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00784.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-08 21:09 ------- Created an attachment (id=6065) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6065&action=view) Patch which should fix it This patch removes the tree to RTL lowering from the C front-end and fixes the bug I think. Could you try to bootstrap with it? ChangeLog: * c-objc-common.c (start_cdtor): Mark function as not public but used. (c_objc_common_finish_file): Call c_expand_expr_stmt instead of expand_expr. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14589