2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
testsuite/
* gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h.
From-SVN: r219458
+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.
#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"