aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-21 20:27:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-21 20:27:15 +0000
commitc1678d8799b31988e207530830fc4ce818550c02 (patch)
tree134de32686ea12d1e27dfcbdb25d060188d9e041 /toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch
parent5410eb0e090194581c84d6f25306308d01ef71b9 (diff)
downloadupstream-c1678d8799b31988e207530830fc4ce818550c02.tar.gz
upstream-c1678d8799b31988e207530830fc4ce818550c02.tar.bz2
upstream-c1678d8799b31988e207530830fc4ce818550c02.zip
[toolchain] gcc: remove support for 4.7.0
There are no good reasons for keeping this version around when 4.7.2 and 4.7-linaro are there. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch')
-rw-r--r--toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch b/toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch
deleted file mode 100644
index ce4ae770f0..0000000000
--- a/toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191025
-Log:
-2012-09-06 Andrew Pinski <apinski@cavium.com>
-
- PR tree-opt/54494
- * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also.
-2012-09-06 Andrew Pinski <apinski@cavium.com>
-
- PR tree-opt/54494
- * gcc.dg/tree-ssa/strlen-1.c: New testcase.
-
-
-Added:
- branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/strlen-1.c
- - copied unchanged from r191014,
-trunk/gcc/testsuite/gcc.dg/tree-ssa/strlen-1.c
-Modified:
- branches/gcc-4_7-branch/ (props changed)
- branches/gcc-4_7-branch/gcc/ChangeLog
- branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
- branches/gcc-4_7-branch/gcc/tree-inline.c
-
-Propchange: branches/gcc-4_7-branch/
- ('svn:mergeinfo' modified)
-
----
---- gcc-4_7-branch/gcc/tree-inline.c 2012/09/06 13:47:33 191024
-+++ gcc-4_7-branch/gcc/tree-inline.c 2012/09/06 13:51:37 191025
-@@ -871,6 +871,7 @@
- ptr, TREE_OPERAND (*tp, 1));
- TREE_THIS_NOTRAP (*tp) = TREE_THIS_NOTRAP (old);
- TREE_THIS_VOLATILE (*tp) = TREE_THIS_VOLATILE (old);
-+ TREE_SIDE_EFFECTS (*tp) = TREE_SIDE_EFFECTS (old);
- TREE_NO_WARNING (*tp) = TREE_NO_WARNING (old);
- *walk_subtrees = 0;
- return NULL;
-