From 3a4d1cb198375b66b6aa9f2b5c1659326d0d215d Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 18 Nov 2014 12:13:26 +0000 Subject: [PATCH] Fix header conflicts in nvptx. * config/nvptx/nvptx.c: Include directly after "config.h". From-SVN: r217710 --- gcc/ChangeLog | 4 ++++ gcc/config/nvptx/nvptx.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dc082d3b11..2bce0f1baa8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-11-18 Bernd Schmidt + + * config/nvptx/nvptx.c: Include directly after "config.h". + 2014-11-18 Christophe Lyon * config/arm/neon-testgen.ml (emit_prologue): Handle new diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index 9382812b36a..c1fd2716b16 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -19,6 +19,7 @@ . */ #include "config.h" +#include #include "system.h" #include "coretypes.h" #include "tm.h" @@ -51,7 +52,6 @@ #include "df.h" #include "builtins.h" #include "hashtab.h" -#include /* Record the function decls we've written, and the libfuncs and function decls corresponding to them. */ -- 2.30.2