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]

Commit: RL78: Remove use of TODO_dump_func


Hi DJ,

  The optimization pass flag "TODO_dump_flag" has been removed (see
  patch committed 2012-04-11) which was causing the RL78 backend to fail
  to build.  I am applying the following patch as an obvious fix.

Cheers
  Nick

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

	* config/rl78/rl78.c (rl78_devirt_pass): Remove use of
	TODO_dump_func flag.

Index: gcc/config/rl78/rl78.c
===================================================================
--- gcc/config/rl78/rl78.c	(revision 186405)
+++ gcc/config/rl78/rl78.c	(working copy)
@@ -140,7 +140,7 @@
   TV_MACH_DEP,
   0, 0, 0,
   0,
-  TODO_dump_func
+  0
 };
 
 static struct register_pass_info rl78_devirt_info =


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