rpms/gcc/devel gcc43-pr29609-3.patch,1.1,1.2

Jakub Jelinek jakub at fedoraproject.org
Thu Oct 9 11:05:47 UTC 2008


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5605

Modified Files:
	gcc43-pr29609-3.patch 
Log Message:
4.3.2-6

gcc43-pr29609-3.patch:

Index: gcc43-pr29609-3.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc43-pr29609-3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc43-pr29609-3.patch	9 Oct 2008 10:24:52 -0000	1.1
+++ gcc43-pr29609-3.patch	9 Oct 2008 11:05:47 -0000	1.2
@@ -1,3 +1,16 @@
+2008-10-09  Jakub Jelinek  <jakub at redhat.com>
+
+	* rtl.h (locator_eq): New decl.
+	* cfglayout.c (locator_scope): New function.
+	(insn_scope): Use it.
+	(locator_eq): New function.
+	(fixup_reorder_chain): Search for last insn in src bb
+	that has locator set or first insn in dest bb.  Use
+	locator_eq instead of == to compare locators.
+	* cfgrtl.c (cfg_layout_merge_blocks): Likewise.
+	* cfgcleanup.c (try_forward_edges): Use locator_eq instead of
+	== to compare locators.
+
 --- gcc/cfglayout.c.jj	2008-10-07 21:35:33.000000000 +0200
 +++ gcc/cfglayout.c	2008-10-09 11:18:51.000000000 +0200
 @@ -448,13 +448,12 @@ change_scope (rtx orig_insn, tree s1, tr




More information about the scm-commits mailing list