public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Commit: RL78: Include tree-pass.h
@ 2012-08-08  8:34 Nick Clifton
  2012-08-08  8:45 ` Richard Guenther
  0 siblings, 1 reply; 18+ messages in thread
From: Nick Clifton @ 2012-08-08  8:34 UTC (permalink / raw)
  To: gcc-patches

Hi DJ,

  I am applying the following patch to the gcc mainline as an obvious
  fix for the following problem building the RL78 backend:

    gcc/config/rl78/rl78.c:151:3: error: 'PASS_POS_INSERT_BEFORE' undeclared here (not in a function)

Cheers
  Nick

gcc/ChangeLog
2012-08-08  Nick Clifton  <nickc@redhat.com>

	* config/rl78/rl78.c: Include tree-pass.h.

Index: gcc/config/rl78/rl78.c
===================================================================
--- gcc/config/rl78/rl78.c	(revision 190223)
+++ gcc/config/rl78/rl78.c	(working copy)
@@ -48,6 +48,7 @@
 #include "langhooks.h"
 #include "rl78-protos.h"
 #include "dumpfile.h"
+#include "tree-pass.h"
 \f
 static inline bool is_interrupt_func (const_tree decl);
 static inline bool is_brk_interrupt_func (const_tree decl);

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-08-09 16:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-08  8:34 Commit: RL78: Include tree-pass.h Nick Clifton
2012-08-08  8:45 ` Richard Guenther
2012-08-08  9:08   ` nick clifton
2012-08-08  9:22     ` Richard Guenther
2012-08-08 13:36   ` Ian Lance Taylor
2012-08-08 14:03     ` Richard Guenther
2012-08-08 14:06       ` Ian Lance Taylor
2012-08-08 14:12         ` Richard Guenther
2012-08-08 14:19           ` Ian Lance Taylor
2012-08-08 15:30             ` Richard Henderson
2012-08-09  8:13               ` Richard Guenther
2012-08-09 16:45                 ` DJ Delorie
2012-08-08 15:38     ` DJ Delorie
2012-08-08 17:52       ` Beyond Complex Register Management Mike Stump
2012-08-08 18:14         ` DJ Delorie
2012-08-08 22:29           ` Mike Stump
2012-08-08 18:18         ` Nathan Froyd
2012-08-08 22:01           ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).