summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-02-12 11:31:10 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-02-12 11:31:10 +0100
commitda7c6d1f86f312efc2d35252b6d4501acd0371fc (patch)
tree557a3cf82c6da72536eab38dac7421102f9ae2b0
parentc8bbed58f262c32193a4d4fc1aa6e25d15b913cd (diff)
downloadgcc-patches-da7c6d1f86f312efc2d35252b6d4501acd0371fc.tar.gz
Remove patch 0024, bug 62053 is fixed upstream
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--5.0/0024-fix-bug-62053.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/5.0/0024-fix-bug-62053.patch b/5.0/0024-fix-bug-62053.patch
deleted file mode 100644
index 47edbbf..0000000
--- a/5.0/0024-fix-bug-62053.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- gcc-5.0/gcc/cp/tree.c.omv~ 2015-01-08 23:31:38.623082438 +0100
-+++ gcc-5.0/gcc/cp/tree.c 2015-01-08 23:32:26.797107305 +0100
-@@ -875,12 +875,12 @@ build_cplus_array_type (tree elt_type, t
- {
- t = build_min_array_type (elt_type, index_type);
- set_array_type_canon (t, elt_type, index_type);
-- if (!dependent)
-- layout_type (t);
-
- TYPE_MAIN_VARIANT (t) = m;
- TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (m);
- TYPE_NEXT_VARIANT (m) = t;
-+ if (!dependent)
-+ layout_type (t);
- }
- }
-