Commit c3aeec0a by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

ggcplug.c: Include gcc-plugin.h after coretypes.h.

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
parent 365536ca
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment