From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128120 invoked by alias); 19 May 2017 17:05:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 128109 invoked by uid 89); 19 May 2017 17:05:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:610, H*r:sk:mailhos, H*r:ip*192.168.1.11 X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 May 2017 17:05:18 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id v4JH5Hf9017625 ; Fri, 19 May 2017 19:05:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id D6891127; Fri, 19 May 2017 19:05:17 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XoUmEvnMpWEi; Fri, 19 May 2017 19:05:17 +0200 (CEST) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id AA3E7107; Fri, 19 May 2017 19:05:17 +0200 (CEST) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] Try harder to fix recently introduced crashes in ggc_collect Message-Id: Date: Fri, 19 May 2017 17:25:00 -0000 Cc: gcc-patches To: bernd.edlinger@hotmail.de X-SW-Source: 2017-05/txt/msg01598.txt.bz2 Hi Bernd, Your patches are causing troubles when I try to do "incremental updates =C2= =BB: After revision r248290 it fails with ../../work/gcc/cp/init.c:4916:10: fatal error: gt-cp-init.h: No such file o= r directory #include "gt-cp-init.h =C2=BB and after r248242 with ../../work/gcc/c-family/c-format.c:4215:10: fatal error: gt-c-family-c-form= at.h: No such file or directory #include "gt-c-family-c-format.h =C2=BB Note that after r248242 a full bootstrap succeeded (don=E2=80=99t know yet = for r248290). Is there a way to fix that? TIA Dominique