Fix header conflicts in nvptx.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 18 Nov 2014 12:13:26 +0000 (12:13 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 18 Nov 2014 12:13:26 +0000 (12:13 +0000)
* config/nvptx/nvptx.c: Include <sstream> directly after "config.h".

From-SVN: r217710

gcc/ChangeLog
gcc/config/nvptx/nvptx.c

index 1dc082d3b113720a12b831c146dab2ed6c7ad2e8..2bce0f1baa8cfe5dd89963e398771add554e90d1 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-18  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * config/nvptx/nvptx.c: Include <sstream> directly after "config.h".
+
 2014-11-18  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * config/arm/neon-testgen.ml (emit_prologue): Handle new
index 9382812b36ab33f7a420e11e6c0b7cac89e66f6f..c1fd2716b1657b101df7186a4d11649fa7ef4f0e 100644 (file)
@@ -19,6 +19,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include "config.h"
+#include <sstream>
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
@@ -51,7 +52,6 @@
 #include "df.h"
 #include "builtins.h"
 #include "hashtab.h"
-#include <sstream>
 
 /* Record the function decls we've written, and the libfuncs and function
    decls corresponding to them.  */