diff options
author | gerald <gerald@FreeBSD.org> | 2007-01-06 16:43:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-01-06 16:43:34 +0800 |
commit | 66118b56ac63480b77c2a571628b546f4813e96c (patch) | |
tree | 6840e6c9c4fe77b46a9ea9212a1cb2865de1684d /lang/gcc46/files | |
parent | 6ac329d8184c9cb72a9197068748f1bc35ef175b (diff) | |
download | freebsd-ports-gnome-66118b56ac63480b77c2a571628b546f4813e96c.tar.gz freebsd-ports-gnome-66118b56ac63480b77c2a571628b546f4813e96c.tar.zst freebsd-ports-gnome-66118b56ac63480b77c2a571628b546f4813e96c.zip |
Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch was
is upstream now.
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r-- | lang/gcc46/files/patch-gcc-gimplify.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/gcc46/files/patch-gcc-gimplify.c b/lang/gcc46/files/patch-gcc-gimplify.c deleted file mode 100644 index 1623f6010d93..000000000000 --- a/lang/gcc46/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 |