Both config.h and system.h define ABI/API macros for system headers.
authorhaubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Dec 2014 17:14:49 +0000 (17:14 +0000)
committerhaubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Dec 2014 17:14:49 +0000 (17:14 +0000)
* sreal.c: Include math.h later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218783 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/sreal.c

index 4b134ad..e40fab7 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
+
+       Both config.h and system.h define ABI/API macros for system headers.
+       * sreal.c: Include math.h later.
+
 2014-12-16  Felix Yang  <felix.yang@huawei.com>
 
        PR rtl-optimization/64240
index 11ea9ce..8525379 100644 (file)
@@ -47,9 +47,9 @@ along with GCC; see the file COPYING3.  If not see
        sig == 0 && exp == -SREAL_MAX_EXP
 */
 
-#include <math.h>
 #include "config.h"
 #include "system.h"
+#include <math.h>
 #include "coretypes.h"
 #include "sreal.h"