On 08/08/2017 06:36 AM, Martin Liška wrote:
Hello.

I'm sending final version that I'm going to install. Compared to the previous 
version I tested
all targets in contrib/config-list.mk.


I ran into a build breaker for an nvptx offloading compiler (where the ACCEL_COMPILER-guarded code is enabled).

Retrying with patch below.

Thanks,
- Tom

diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c
index a3b4d13..31d1488 100644
--- a/gcc/lto/lto.c
+++ b/gcc/lto/lto.c
@@ -53,6 +53,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "lto-symtab.h"
 #include "stringpool.h"
 #include "fold-const.h"
+#include "attribs.h"


/* Number of parallel tasks to run, -1 if we want to use GNU Make jobserver. */

Reply via email to