From: bernds Date: Tue, 18 Nov 2014 12:13:26 +0000 (+0000) Subject: Fix header conflicts in nvptx. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6401d4b813dafa75fd052bf8d5e35a1f3c30672f;p=thirdparty%2Fgcc.git Fix header conflicts in nvptx. * config/nvptx/nvptx.c: Include directly after "config.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217710 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dc082d3b113..2bce0f1baa8c 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 9382812b36ab..c1fd2716b165 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. */