]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- obsolete.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 4 Aug 2005 22:56:20 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-pr22037.patch -> 1.2

gcc-pr22037.patch [deleted file]

diff --git a/gcc-pr22037.patch b/gcc-pr22037.patch
deleted file mode 100644 (file)
index 480d14f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- gcc/gcc/tree-cfg.c 28 Jun 2005 19:33:20 -0000      2.207
-+++ gcc/gcc/tree-cfg.c 4 Jul 2005 10:31:07 -0000
-@@ -1298,10 +1298,12 @@ tree_merge_blocks (basic_block a, basic_
-       tree copy;
-       
-       if (!may_propagate_copy (def, use)
--        /* Propagating pointers might cause the set of vops for statements
--           to be changed, and thus require ssa form update.  */
-+        /* Propagating pointers and constants might cause the
-+           set of vops for statements to be changed, and thus
-+           require ssa form update.  */
-         || (is_gimple_reg (def)
--            && POINTER_TYPE_P (TREE_TYPE (def))))
-+            && (POINTER_TYPE_P (TREE_TYPE (def))
-+                || TREE_CONSTANT (use))))
-       {
-         gcc_assert (is_gimple_reg (def));
This page took 0.44535 seconds and 4 git commands to generate.