[gcc-6] 38/401: - Refresh patches

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:47:59 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 8c8ffa947361c61ae4a6bab5103cff6c362d01e3
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Tue Jan 5 16:54:29 2016 +0000

     - Refresh patches
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8568 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gdc-6.diff   | 16 ++++++++--------
 debian/patches/pr47818.diff |  8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/patches/gdc-6.diff b/debian/patches/gdc-6.diff
index 526fc2f..ac3b8fb 100644
--- a/debian/patches/gdc-6.diff
+++ b/debian/patches/gdc-6.diff
@@ -49,7 +49,7 @@ Index: b/src/gcc/config/rs6000/rs6000.c
 ===================================================================
 --- a/src/gcc/config/rs6000/rs6000.c
 +++ b/src/gcc/config/rs6000/rs6000.c
-@@ -27229,7 +27229,8 @@ rs6000_output_function_epilogue (FILE *f
+@@ -27213,7 +27213,8 @@ rs6000_output_function_epilogue (FILE *f
        if (lang_GNU_C ()
  	  || ! strcmp (language_string, "GNU GIMPLE")
  	  || ! strcmp (language_string, "GNU Go")
@@ -63,7 +63,7 @@ Index: b/src/gcc/dwarf2out.c
 ===================================================================
 --- a/src/gcc/dwarf2out.c
 +++ b/src/gcc/dwarf2out.c
-@@ -4765,6 +4765,16 @@ is_ada (void)
+@@ -4842,6 +4842,16 @@ is_ada (void)
    return lang == DW_LANG_Ada95 || lang == DW_LANG_Ada83;
  }
  
@@ -80,7 +80,7 @@ Index: b/src/gcc/dwarf2out.c
  /* Remove the specified attribute if present.  Return TRUE if removal
     was successful.  */
  
-@@ -20324,6 +20334,8 @@ gen_compile_unit_die (const char *filena
+@@ -21672,6 +21682,8 @@ gen_compile_unit_die (const char *filena
  	language = DW_LANG_ObjC;
        else if (strcmp (language_string, "GNU Objective-C++") == 0)
  	language = DW_LANG_ObjC_plus_plus;
@@ -89,7 +89,7 @@ Index: b/src/gcc/dwarf2out.c
        else if (dwarf_version >= 5 || !dwarf_strict)
  	{
  	  if (strcmp (language_string, "GNU Go") == 0)
-@@ -21349,7 +21361,7 @@ declare_in_namespace (tree thing, dw_die
+@@ -23120,7 +23132,7 @@ declare_in_namespace (tree thing, dw_die
  
    if (ns_context != context_die)
      {
@@ -97,8 +97,8 @@ Index: b/src/gcc/dwarf2out.c
 +      if (is_fortran () || is_dlang ())
  	return ns_context;
        if (DECL_P (thing))
- 	gen_decl_die (thing, NULL, ns_context);
-@@ -21372,7 +21384,7 @@ gen_namespace_die (tree decl, dw_die_ref
+ 	gen_decl_die (thing, NULL, NULL, ns_context);
+@@ -23143,7 +23155,7 @@ gen_namespace_die (tree decl, dw_die_ref
      {
        /* Output a real namespace or module.  */
        context_die = setup_namespace_context (decl, comp_unit_die ());
@@ -107,7 +107,7 @@ Index: b/src/gcc/dwarf2out.c
  			       ? DW_TAG_module : DW_TAG_namespace,
  			       context_die, decl);
        /* For Fortran modules defined in different CU don't add src coords.  */
-@@ -21435,7 +21447,7 @@ gen_decl_die (tree decl, tree origin, dw
+@@ -23210,7 +23222,7 @@ gen_decl_die (tree decl, tree origin, st
        break;
  
      case CONST_DECL:
@@ -116,7 +116,7 @@ Index: b/src/gcc/dwarf2out.c
  	{
  	  /* The individual enumerators of an enum type get output when we output
  	     the Dwarf representation of the relevant enum type itself.  */
-@@ -21955,7 +21967,7 @@ dwarf2out_decl (tree decl)
+@@ -23731,7 +23743,7 @@ dwarf2out_decl (tree decl)
      case CONST_DECL:
        if (debug_info_level <= DINFO_LEVEL_TERSE)
  	return;
diff --git a/debian/patches/pr47818.diff b/debian/patches/pr47818.diff
index 909916e..98bd107 100644
--- a/debian/patches/pr47818.diff
+++ b/debian/patches/pr47818.diff
@@ -4,8 +4,8 @@ Index: b/src/gcc/ada/sem_prag.adb
 ===================================================================
 --- a/src/gcc/ada/sem_prag.adb
 +++ b/src/gcc/ada/sem_prag.adb
-@@ -11334,7 +11334,16 @@ package body Sem_Prag is
-             Str   : Node_Id;
+@@ -16306,7 +16306,16 @@ package body Sem_Prag is
+             Type_Id : Node_Id;
  
           begin
 -            GNAT_Pragma;
@@ -20,5 +20,5 @@ Index: b/src/gcc/ada/sem_prag.adb
 +            end if;
 +
              Check_At_Least_N_Arguments (2);
-             Check_At_Most_N_Arguments (3);
-             Check_Optional_Identifier (Arg1, Name_Name);
+             Check_At_Most_N_Arguments  (3);
+             Check_Optional_Identifier (Arg1, Name_Entity);

-- 
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