From: Jakub Jelinek Date: Sat, 23 Jan 2016 09:54:19 +0000 (+0100) Subject: re PR bootstrap/69434 (bootstrap failed with --with-arch=corei7 --with-cpu=corei7) X-Git-Tag: upstream/12.2.0~49245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0cbd52afc64bf9eedb238da196961987970d31;p=platform%2Fupstream%2Fgcc.git re PR bootstrap/69434 (bootstrap failed with --with-arch=corei7 --with-cpu=corei7) PR bootstrap/69434 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h, remove include. From-SVN: r232763 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9712574..5841c09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-01-23 Jakub Jelinek + + PR bootstrap/69434 + * genrecog.c: Define INCLUDE_ALGORITHM before including system.h, + remove include. + 2016-01-22 Jakub Jelinek PR target/69432 diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 8866bbc..f8b8ef4 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -105,6 +105,7 @@ 5. Write out C++ code for each function. */ #include "bconfig.h" +#define INCLUDE_ALGORITHM #include "system.h" #include "coretypes.h" #include "tm.h" @@ -112,7 +113,6 @@ #include "errors.h" #include "read-md.h" #include "gensupport.h" -#include #undef GENERATOR_FILE enum true_rtx_doe {