Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/sh Pull the fix for GCC Bu...



details:   https://anonhg.NetBSD.org/src/rev/87bbaea33dfc
branches:  trunk
changeset: 768689:87bbaea33dfc
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Aug 24 21:25:01 2011 +0000

description:
Pull the fix for GCC Bug 50068 - Invalid memory access in incr_ticks_for_insn

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
http://gcc.gnu.org/viewcvs?view=revision&revision=177839

        * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.

diffstat:

 external/gpl3/gcc/dist/gcc/config/sh/sh.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r e51a9cba672c -r 87bbaea33dfc external/gpl3/gcc/dist/gcc/config/sh/sh.c
--- a/external/gpl3/gcc/dist/gcc/config/sh/sh.c Wed Aug 24 20:49:34 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/sh/sh.c Wed Aug 24 21:25:01 2011 +0000
@@ -11428,10 +11428,6 @@
     }
 
   sh_reorg ();
-
-  if (optimize > 0 && flag_delayed_branch)
-    dbr_schedule (insns);
-
   shorten_branches (insns);
   final_start_function (insns, file, 1);
   final (insns, file, 1);



Home | Main Index | Thread Index | Old Index