Commit bc0cbd52 by Jakub Jelinek Committed by Jakub Jelinek

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 <algorithm> include.

From-SVN: r232763
parent da17300a
2016-01-23 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/69434
* genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
remove <algorithm> include.
2016-01-22 Jakub Jelinek <jakub@redhat.com>
PR target/69432
......
......@@ -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 <algorithm>
#undef GENERATOR_FILE
enum true_rtx_doe {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment