From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10198 invoked by alias); 26 Feb 2004 00:27:22 -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 10187 invoked from network); 26 Feb 2004 00:27:22 -0000 Received: from unknown (HELO mta6.wss.scd.yahoo.com) (66.218.85.37) by sources.redhat.com with SMTP; 26 Feb 2004 00:27:22 -0000 Received: from specifixinc.com (24.7.123.142) by mta6.wss.scd.yahoo.com (7.0.016) (authenticated as jim@tuliptree.org) id 402902480095164A; Wed, 25 Feb 2004 16:26:51 -0800 Message-ID: <403D3D4B.8000205@specifixinc.com> Date: Thu, 26 Feb 2004 02:20:00 -0000 From: Jim Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 MIME-Version: 1.0 To: "Stefano Curtarolo, Ph.D." CC: gcc@gcc.gnu.org Subject: Re: Error compiling gcc 3.4-20040218 on alpha ev68 osf References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg01372.txt.bz2 Stefano Curtarolo, Ph.D. wrote: > gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. > -I. -I. -I./. -I./../include ggc-simple.c -o ggc-simple.o > ggc-simple.c:515: error: conflicting types for `ggc_pch_count_object' Did you use the --with-gc=simple configure option? You did not mention that, but otherwise I don't see how this problem can occur. simple has been deleted from mainline. It may be risky to use it, because so few others are using it. This has been broken since Oct 26, 2003 by a patch from Daniel Berlin that added a new argument to ggc_pch_count_object, but did not update ggc-simple.c to match. I wrote a patch to make the obvious fixes, and will check it in when I am done testing it. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com