From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30720 invoked by alias); 24 Apr 2004 13:01:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 30694 invoked from network); 24 Apr 2004 13:01:28 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Apr 2004 13:01:28 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3OD1PKG006944; Sat, 24 Apr 2004 09:01:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3OD1Pp03430; Sat, 24 Apr 2004 09:01:25 -0400 Received: from frogsleap.quesejoda.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i3OD1Nst013430; Sat, 24 Apr 2004 09:01:25 -0400 Received: by frogsleap.quesejoda.com (Postfix, from userid 500) id B1D183C10B; Sat, 24 Apr 2004 09:01:23 -0400 (AST) To: Nathan Sidwell Cc: Zdenek Dvorak , gcc-patches@gcc.gnu.org Subject: Re: Patch ping References: <20040423110837.GB12376@atrey.karlin.mff.cuni.cz> <40891B4F.5070908@codesourcery.com> From: Aldy Hernandez Date: Sat, 24 Apr 2004 13:01:00 -0000 In-Reply-To: <40891B4F.5070908@codesourcery.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-04/txt/msg01647.txt.bz2 >>>>> "Nathan" == Nathan Sidwell writes: >> http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01148.html >> -- the patch to prevent code with -fprofile-arcs and >> -fbranch-probabilities from diverging before the >> profile feedback pass (which may cause profile missmatches) > this one is ok, wrt the libgcov bits Hi Nathan. Hi Zdenek. The gcov changes broke powerpc-eabi*, and possibly all embedded targets. See below. "pid_t" is not declared where you think it is. Aldy In file included from /home/cygnus/aldyh/source/untainted-sources/uber/gcc/libgcov.c:51: /home/cygnus/aldyh/source/untainted-sources/uber/gcc/gcov-io.h:452: error: parse error before "__gcov_fork" /home/cygnus/aldyh/source/untainted-sources/uber/gcc/gcov-io.h:452: warning: type defaults to nt' in declaration of _gcov_fork' /home/cygnus/aldyh/source/untainted-sources/uber/gcc/gcov-io.h:452: warning: data definition has no type or storage class make[1]: *** [libgcc/./_gcov.o] Error 1