From: Bernd Schmidt Date: Tue, 18 Nov 2014 12:13:26 +0000 (+0000) Subject: Fix header conflicts in nvptx. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a4d1cb198375b66b6aa9f2b5c1659326d0d215d;p=gcc.git Fix header conflicts in nvptx. * config/nvptx/nvptx.c: Include directly after "config.h". From-SVN: r217710 --- 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. */