diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-01-06 08:43:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-01-06 08:43:34 +0000 |
commit | 694e45aacfa3bb6640f233af489052c4d1004c3d (patch) | |
tree | 5bd5be477031cd2ea0529cb9ef8fdc4d448b4d06 /lang/gcc43/files/patch-gcc-gimplify.c | |
parent | - Fix threading support, favor pthread (diff) |
Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch was
is upstream now.
Diffstat (limited to 'lang/gcc43/files/patch-gcc-gimplify.c')
-rw-r--r-- | lang/gcc43/files/patch-gcc-gimplify.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/gcc43/files/patch-gcc-gimplify.c b/lang/gcc43/files/patch-gcc-gimplify.c deleted file mode 100644 index 1623f6010d93..000000000000 --- a/lang/gcc43/files/patch-gcc-gimplify.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: gcc/gimplify.c -=================================================================== ---- gcc/gimplify.c (revision 120301) -+++ gcc/gimplify.c (working copy) -@@ -1013,8 +1013,9 @@ - /* The wrapper is on the RHS of an assignment that we're pushing - down. */ - gcc_assert (TREE_CODE (temp) == INIT_EXPR -- || TREE_CODE (temp) == MODIFY_EXPR); -- TREE_OPERAND (temp, 1) = *p; -+ || TREE_CODE (temp) == MODIFY_EXPR -+ || TREE_CODE (temp) == GIMPLE_MODIFY_STMT); -+ GENERIC_TREE_OPERAND (temp, 1) = *p; - *p = temp; - } - else |