This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Try harder to fix recently introduced crashes in ggc_collect


On 05/19/17 19:05, Dominique d'Humières wrote:
> Hi Bernd,
> 
> Your patches are causing troubles when I try to do "incremental updates »:
> 
> After revision r248290 it fails with
> 
> ../../work/gcc/cp/init.c:4916:10: fatal error: gt-cp-init.h: No such file or directory
>   #include "gt-cp-init.h »
> 
> and after r248242 with
> 
> ../../work/gcc/c-family/c-format.c:4215:10: fatal error: gt-c-family-c-format.h: No such file or directory
>   #include "gt-c-family-c-format.h »
> 
> Note that after r248242 a full bootstrap succeeded (don’t know yet for r248290).
> 
> Is there a way to fix that?
> 

No, unfortunately it looks like incremental does not work in this case.

You can try to remove gcc/s-gtyp-input, maybe it un-breaks your
build.  However, I gave up at that point and did a full bootstrap
instead.


Bernd.


> TIA
> 
> Dominique
> 
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]