aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/plugin/ggcplug.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7e3489b..60da43c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
+ * gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h.
+
2015-01-12 Martin Liska <mliska@suse.cz>
* gcc.dg/ipa/PR64550.c: New test.
diff --git a/gcc/testsuite/gcc.dg/plugin/ggcplug.c b/gcc/testsuite/gcc.dg/plugin/ggcplug.c
index 3947384..c4bc334 100644
--- a/gcc/testsuite/gcc.dg/plugin/ggcplug.c
+++ b/gcc/testsuite/gcc.dg/plugin/ggcplug.c
@@ -4,9 +4,9 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
+#include "gcc-plugin.h"
#include "tm.h"
#include "tree.h"
-#include "gcc-plugin.h"
#include "toplev.h"
#include "basic-block.h"
#include "hash-table.h"