[gcc-6] 11/401: - Fix gdc builds on power targets

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:47:56 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 2461716658adceaab47687beef5176f4d44f981c
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Dec 11 15:29:43 2015 +0000

     - Fix gdc builds on power targets
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8495 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gdc-updates.diff | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/gdc-updates.diff b/debian/patches/gdc-updates.diff
index 2b2093b..e18f255 100644
--- a/debian/patches/gdc-updates.diff
+++ b/debian/patches/gdc-updates.diff
@@ -7,6 +7,7 @@
 	* d-builtins.cc: Define DEF_FUNCTION_TYPE_9, DEF_FUNCTION_TYPE_10,
 	DEF_FUNCTION_TYPE_11, DEF_FUNCTION_TYPE_VAR_6.
 	* d-port.cc: Remove use of the REAL_VALUES_IDENTICAL macro.
+	* d-target.cc: Include store-layout.h.
 
 --- a/src/gcc/d/Make-lang.in
 +++ b/src/gcc/d/Make-lang.in
@@ -197,3 +198,13 @@
          if ( (intpart & 1) == 0 )
              sgngam = -1;
          z = q - p;
+--- a/src/gcc/d/d-target.cc
++++ b/src/gcc/d/d-target.cc
+@@ -26,6 +26,7 @@
+ #include "tree.h"
+ #include "fold-const.h"
+ #include "diagnostic.h"
++#include "store-layout.h"
+ #include "tm.h"
+ #include "tm_p.h"
+ 

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