This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed: Fix rtl-optimization/46433


Bootstrapped on i686-pc-linux-gnu .

Committed as obvious.
2010-11-12  Joern Rennecke  <amylaar@spamcop.net>

	PR rtl-optimization/46433
	* var-tracking.c: Include tm_p.h .

Index: var-tracking.c
===================================================================
--- var-tracking.c	(revision 166609)
+++ var-tracking.c	(working copy)
@@ -92,6 +92,7 @@
 #include "tm.h"
 #include "rtl.h"
 #include "tree.h"
+#include "tm_p.h"
 #include "hard-reg-set.h"
 #include "basic-block.h"
 #include "flags.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]