[gcc-6] 305/401: - remove obsolete unused patch

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:50:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit 804ce49efade9f615826a3d274fdffac5446cf02
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Nov 30 18:37:31 2016 +0000

     - remove obsolete unused patch
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9157 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/pr61106.diff | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/debian/patches/pr61106.diff b/debian/patches/pr61106.diff
deleted file mode 100644
index fd5dc57..0000000
--- a/debian/patches/pr61106.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-# DP: Proposed patch for PR driver/61106
-
---- a/src/gcc/optc-gen.awk
-+++ b/src/gcc/optc-gen.awk
-@@ -404,15 +404,17 @@ for (i = 0; i < n_enabledby; i++) {
-     for (j = 1; j < n_enables; j++) {
-         opt_var_name = var_name(flags[opt_numbers[thisenable[j]]]);
-         if (opt_var_name != "") {
-             condition = "!opts_set->x_" opt_var_name
-             if (thisenableif[j] != "") {
--                condition = condition " && (" thisenableif[j] ")"
-+                value = "(" thisenableif[j] ")"
-+            } else {
-+                value = "value"
-             }
-             print "      if (" condition ")"
-             print "        handle_generated_option (opts, opts_set,"
--            print "                                 " opt_enum(thisenable[j]) ", NULL, value,"
-+            print "                                 " opt_enum(thisenable[j]) ", NULL, " value ","
-             print "                                 lang_mask, kind, loc, handlers, dc);"
-         } else {
-             print "#error " thisenable[j] " does not have a Var() flag"
-         }
-     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list