Date: Sunday, May 3, 2015 @ 23:32:03
  Author: heftig
Revision: 132670

Remove unused patches

Deleted:
  gcc-multilib/trunk/gcc-4.8-filename-output.patch
  gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch
  gcc-multilib/trunk/gcc-4.9-isl-0.13-hack.patch

-------------------------------+
 gcc-4.8-filename-output.patch |   17 ---------
 gcc-4.8-lambda-ICE.patch      |   35 -------------------
 gcc-4.9-isl-0.13-hack.patch   |   71 ----------------------------------------
 3 files changed, 123 deletions(-)

Deleted: gcc-4.8-filename-output.patch
===================================================================
--- gcc-4.8-filename-output.patch       2015-05-03 21:26:49 UTC (rev 132669)
+++ gcc-4.8-filename-output.patch       2015-05-03 21:32:03 UTC (rev 132670)
@@ -1,17 +0,0 @@
-diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c
-index 968b703..3f8e6e6 100644
---- a/gcc/c-family/c-opts.c
-+++ b/gcc/c-family/c-opts.c
-@@ -1438,6 +1438,12 @@ c_finish_options (void)
- static void
- push_command_line_include (void)
- {
-+  /* This can happen if disabled by -imacros for example.
-+     Punt so that we don't set "<command-line>" as the filename for
-+     the header.  */
-+  if (include_cursor > deferred_count)
-+    return;
-+
-   if (!done_preinclude)
-     {
-       done_preinclude = true;

Deleted: gcc-4.8-lambda-ICE.patch
===================================================================
--- gcc-4.8-lambda-ICE.patch    2015-05-03 21:26:49 UTC (rev 132669)
+++ gcc-4.8-lambda-ICE.patch    2015-05-03 21:32:03 UTC (rev 132670)
@@ -1,35 +0,0 @@
-diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
-index 0b8e2f7..ad1c209 100644
---- a/gcc/cp/semantics.c
-+++ b/gcc/cp/semantics.c
-@@ -2719,8 +2719,10 @@ finish_member_declaration (tree decl)
-                                             /*friend_p=*/0);
-       }
-     }
--  /* Enter the DECL into the scope of the class.  */
--  else if (pushdecl_class_level (decl))
-+  /* Enter the DECL into the scope of the class, if the class
-+     isn't a closure (whose fields are supposed to be unnamed).  */
-+  else if (CLASSTYPE_LAMBDA_EXPR (current_class_type)
-+         || pushdecl_class_level (decl))
-     {
-       if (TREE_CODE (decl) == USING_DECL)
-       {
-diff --git a/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C 
b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C
-new file mode 100644
-index 0000000..df2b037
---- /dev/null
-+++ b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C
-@@ -0,0 +1,9 @@
-+// PR c++/56710
-+// { dg-options "-std=c++11 -Wall" }
-+
-+int main()
-+{
-+    int t = 0;
-+    return [&]() -> int {int __t; __t = t; return __t; }();
-+    return [&t]() -> int {int __t; __t = t; return __t; }();
-+}
--- 
-1.8.4.2
-

Deleted: gcc-4.9-isl-0.13-hack.patch
===================================================================
--- gcc-4.9-isl-0.13-hack.patch 2015-05-03 21:26:49 UTC (rev 132669)
+++ gcc-4.9-isl-0.13-hack.patch 2015-05-03 21:32:03 UTC (rev 132670)
@@ -1,71 +0,0 @@
-diff -Naur gcc-4.9-20140604-old/gcc/graphite-clast-to-gimple.c 
gcc-4.9-20140604/gcc/graphite-clast-to-gimple.c
---- gcc-4.9-20140604-old/gcc/graphite-clast-to-gimple.c        2014-03-03 
21:39:22.000000000 +1000
-+++ gcc-4.9-20140604/gcc/graphite-clast-to-gimple.c    2014-06-25 
15:07:57.958697105 +1000
-@@ -28,6 +28,8 @@
- #include <isl/constraint.h>
- #include <isl/ilp.h>
- #include <isl/aff.h>
-+#include <isl/deprecated/int.h>
-+#include <isl/deprecated/ilp_int.h>
- #include <cloog/cloog.h>
- #include <cloog/isl/domain.h>
- #endif
-diff -Naur gcc-4.9-20140604-old/gcc/graphite-interchange.c 
gcc-4.9-20140604/gcc/graphite-interchange.c
---- gcc-4.9-20140604-old/gcc/graphite-interchange.c    2014-01-03 
08:23:26.000000000 +1000
-+++ gcc-4.9-20140604/gcc/graphite-interchange.c        2014-06-25 
15:10:06.882899243 +1000
-@@ -29,6 +29,9 @@
- #include <isl/map.h>
- #include <isl/union_map.h>
- #include <isl/ilp.h>
-+#include <isl/deprecated/int.h>
-+#include <isl/deprecated/ilp_int.h>
-+#include <isl/deprecated/constraint_int.h>
- #include <cloog/cloog.h>
- #include <cloog/isl/domain.h>
- #endif
-diff -Naur gcc-4.9-20140604-old/gcc/graphite-optimize-isl.c 
gcc-4.9-20140604/gcc/graphite-optimize-isl.c
---- gcc-4.9-20140604-old/gcc/graphite-optimize-isl.c   2014-01-03 
08:23:26.000000000 +1000
-+++ gcc-4.9-20140604/gcc/graphite-optimize-isl.c       2014-06-25 
15:16:57.038386166 +1000
-@@ -28,6 +28,8 @@
- #include <isl/band.h>
- #include <isl/aff.h>
- #include <isl/options.h>
-+#include <isl/deprecated/int.h>
-+#include <isl/deprecated/aff_int.h>
- #endif
- 
- #include "system.h"
-@@ -373,7 +375,7 @@
-       {
-         for (i = ScheduleDimensions - 1 ;  i >= 0 ; i--)
-           {
--            if (isl_band_member_is_zero_distance (Band, i))
-+            if (isl_band_member_is_coincident (Band, i))
-               {
-                 isl_map *TileMap;
-                 isl_union_map *TileUMap;
-diff -Naur gcc-4.9-20140604-old/gcc/graphite-poly.c 
gcc-4.9-20140604/gcc/graphite-poly.c
---- gcc-4.9-20140604-old/gcc/graphite-poly.c   2014-01-03 08:23:26.000000000 
+1000
-+++ gcc-4.9-20140604/gcc/graphite-poly.c       2014-06-25 15:18:01.207157796 
+1000
-@@ -28,6 +28,8 @@
- #include <isl/constraint.h>
- #include <isl/ilp.h>
- #include <isl/aff.h>
-+#include <isl/deprecated/int.h>
-+#include <isl/deprecated/ilp_int.h>
- #include <cloog/cloog.h>
- #include <cloog/isl/domain.h>
- #endif
-diff -Naur gcc-4.9-20140604-old/gcc/graphite-sese-to-poly.c 
gcc-4.9-20140604/gcc/graphite-sese-to-poly.c
---- gcc-4.9-20140604-old/gcc/graphite-sese-to-poly.c   2014-04-08 
20:59:40.000000000 +1000
-+++ gcc-4.9-20140604/gcc/graphite-sese-to-poly.c       2014-06-25 
15:19:46.575140398 +1000
-@@ -26,6 +26,9 @@
- #include <isl/union_map.h>
- #include <isl/constraint.h>
- #include <isl/aff.h>
-+#include <isl/deprecated/int.h>
-+#include <isl/deprecated/aff_int.h>
-+#include <isl/deprecated/constraint_int.h>
- #include <cloog/cloog.h>
- #include <cloog/cloog.h>
- #include <cloog/isl/domain.h>

Reply via email to