public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-08-15 21:36 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-08-15 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     93c6a619de1cea61f0d05a9b37d0efa0be1d1931
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 21:36:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 21:36:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=93c6a619

7.3.0: fix building against glibc-2.28 (ustat.h)

All patches are taken as-is from gcc-7-branch.

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../94_all_libgo-remove-ustat.h-glibc-2.28.patch   | 171 +++++++++++++++++++++
 ...bsanitizer-avoidustat.h-glibc-2.28-part-1.patch |  67 ++++++++
 ...bsanitizer-avoidustat.h-glibc-2.28-part-2.patch |  32 ++++
 7.3.0/gentoo/README.history                        |   4 +
 4 files changed, 274 insertions(+)

diff --git a/7.3.0/gentoo/94_all_libgo-remove-ustat.h-glibc-2.28.patch b/7.3.0/gentoo/94_all_libgo-remove-ustat.h-glibc-2.28.patch
new file mode 100644
index 0000000..ec80018
--- /dev/null
+++ b/7.3.0/gentoo/94_all_libgo-remove-ustat.h-glibc-2.28.patch
@@ -0,0 +1,171 @@
+From 66c953ac7dd5902346d6c6d09a9efd1eb4fc3a79 Mon Sep 17 00:00:00 2001
+From: ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Fri, 22 Jun 2018 14:25:18 +0000
+Subject: [PATCH]     syscall: remove Ustat
+
+    glibc 2.28 removes ustat.h and the ustat function entirely, which
+    breaks syscall.Ustat.
+
+    Updates golang/go#25990
+
+    Reviewed-on: https://go-review.googlesource.com/120535
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@261894 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libgo/config.h.in                       |  3 ---
+ libgo/configure                         | 33 -------------------------
+ libgo/configure.ac                      | 18 --------------
+ libgo/go/syscall/libcall_linux_ustat.go | 12 ---------
+ libgo/mksysinfo.sh                      | 14 -----------
+ libgo/sysinfo.c                         |  3 ---
+ 6 files changed, 83 deletions(-)
+ delete mode 100644 libgo/go/syscall/libcall_linux_ustat.go
+
+diff --git a/libgo/config.h.in b/libgo/config.h.in
+index a7b1d47ac9b..312da8b2837 100644
+--- a/libgo/config.h.in
++++ b/libgo/config.h.in
+@@ -340,9 +340,6 @@
+ /* Define to 1 if you have the `unshare' function. */
+ #undef HAVE_UNSHARE
+ 
+-/* Define to 1 if you have the <ustat.h> header file and it works. */
+-#undef HAVE_USTAT_H
+-
+ /* Define to 1 if you have the `utimensat' function. */
+ #undef HAVE_UTIMENSAT
+ 
+diff --git a/libgo/configure b/libgo/configure
+index 1d3d714fc05..94c42f67e82 100755
+--- a/libgo/configure
++++ b/libgo/configure
+@@ -14784,39 +14784,6 @@ fi
+ done
+ 
+ 
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <ustat.h> can be used" >&5
+-$as_echo_n "checking whether <ustat.h> can be used... " >&6; }
+-if test "${libgo_cv_c_ustat_h+set}" = set; then :
+-  $as_echo_n "(cached) " >&6
+-else
+-  CFLAGS_hold=$CFLAGS
+-CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE $OSCFLAGS"
+-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+-/* end confdefs.h.  */
+-
+-#include <sys/types.h>
+-#ifdef HAVE_LINUX_FILTER_H
+-#include <linux/filter.h>
+-#endif
+-#include <ustat.h>
+-
+-_ACEOF
+-if ac_fn_c_try_compile "$LINENO"; then :
+-  libgo_cv_c_ustat_h=yes
+-else
+-  libgo_cv_c_ustat_h=no
+-fi
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-CFLAGS=$CFLAGS_hold
+-fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_ustat_h" >&5
+-$as_echo "$libgo_cv_c_ustat_h" >&6; }
+-if test $libgo_cv_c_ustat_h = yes; then
+-
+-$as_echo "#define HAVE_USTAT_H 1" >>confdefs.h
+-
+-fi
+-
+  if test "$ac_cv_header_sys_mman_h" = yes; then
+   HAVE_SYS_MMAN_H_TRUE=
+   HAVE_SYS_MMAN_H_FALSE='#'
+diff --git a/libgo/configure.ac b/libgo/configure.ac
+index 51b2c161846..0adbadf20d4 100644
+--- a/libgo/configure.ac
++++ b/libgo/configure.ac
+@@ -572,24 +572,6 @@ AC_CHECK_HEADERS([linux/filter.h linux/if_addr.h linux/if_ether.h linux/if_tun.h
+ #endif
+ ])
+ 
+-AC_CACHE_CHECK([whether <ustat.h> can be used],
+-[libgo_cv_c_ustat_h],
+-[CFLAGS_hold=$CFLAGS
+-CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE $OSCFLAGS"
+-AC_COMPILE_IFELSE(
+-[AC_LANG_SOURCE([
+-#include <sys/types.h>
+-#ifdef HAVE_LINUX_FILTER_H
+-#include <linux/filter.h>
+-#endif
+-#include <ustat.h>
+-])], [libgo_cv_c_ustat_h=yes], [libgo_cv_c_ustat_h=no])
+-CFLAGS=$CFLAGS_hold])
+-if test $libgo_cv_c_ustat_h = yes; then
+-  AC_DEFINE(HAVE_USTAT_H, 1,
+-    [Define to 1 if you have the <ustat.h> header file and it works.])
+-fi
+-
+ AM_CONDITIONAL(HAVE_SYS_MMAN_H, test "$ac_cv_header_sys_mman_h" = yes)
+ 
+ AC_CHECK_FUNCS(strerror_r strsignal wait4 mincore setenv unsetenv dl_iterate_phdr)
+diff --git a/libgo/go/syscall/libcall_linux_ustat.go b/libgo/go/syscall/libcall_linux_ustat.go
+deleted file mode 100644
+index 261f086f47e..00000000000
+--- a/libgo/go/syscall/libcall_linux_ustat.go
++++ /dev/null
+@@ -1,12 +0,0 @@
+-// Copyright 2015 The Go Authors. All rights reserved.
+-// Use of this source code is governed by a BSD-style
+-// license that can be found in the LICENSE file.
+-
+-// GNU/Linux library ustat call.
+-// This is not supported on some kernels, such as arm64.
+-// +build !arm64
+-
+-package syscall
+-
+-//sys	Ustat(dev int, ubuf *Ustat_t) (err error)
+-//ustat(dev _dev_t, ubuf *Ustat_t) _C_int
+diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh
+index 61d39d7e2dd..2284928ae53 100755
+--- a/libgo/mksysinfo.sh
++++ b/libgo/mksysinfo.sh
+@@ -1107,20 +1107,6 @@ grep '^type _sysinfo ' gen-sysinfo.go | \
+       -e 's/mem_unit/Unit/' \
+     >> ${OUT}
+ 
+-# The ustat struct.
+-grep '^type _ustat ' gen-sysinfo.go | \
+-    sed -e 's/_ustat/Ustat_t/' \
+-      -e 's/f_tfree/Tfree/' \
+-      -e 's/f_tinode/Tinoe/' \
+-      -e 's/f_fname/Fname/' \
+-      -e 's/f_fpack/Fpack/' \
+-    >> ${OUT}
+-# Force it to be defined, as on some older GNU/Linux systems the
+-# header file fails when using with <linux/filter.h>.
+-if ! grep 'type _ustat ' gen-sysinfo.go >/dev/null 2>&1; then
+-  echo 'type Ustat_t struct { Tfree int32; Tinoe uint64; Fname [5+1]int8; Fpack [5+1]int8; }' >> ${OUT}
+-fi
+-
+ # The utimbuf struct.
+ grep '^type _utimbuf ' gen-sysinfo.go | \
+     sed -e 's/_utimbuf/Utimbuf/' \
+diff --git a/libgo/sysinfo.c b/libgo/sysinfo.c
+index a1afc7d119c..7ff721816f9 100644
+--- a/libgo/sysinfo.c
++++ b/libgo/sysinfo.c
+@@ -135,9 +135,6 @@
+ #if defined(HAVE_SYS_SYSINFO_H)
+ #include <sys/sysinfo.h>
+ #endif
+-#if defined(HAVE_USTAT_H)
+-#include <ustat.h>
+-#endif
+ #if defined(HAVE_UTIME_H)
+ #include <utime.h>
+ #endif
+-- 
+2.18.0
+

diff --git a/7.3.0/gentoo/95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch b/7.3.0/gentoo/95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
new file mode 100644
index 0000000..a2da9b1
--- /dev/null
+++ b/7.3.0/gentoo/95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
@@ -0,0 +1,67 @@
+From 61f38c64c01a15560026115a157b7021ec67bd3b Mon Sep 17 00:00:00 2001
+From: hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Thu, 24 May 2018 20:21:54 +0000
+Subject: [PATCH] libsanitizer: Use pre-computed size of struct ustat for Linux
+
+Cherry-pick compiler-rt revision 333213:
+
+<sys/ustat.h> has been removed from glibc 2.28 by:
+
+commit cf2478d53ad7071e84c724a986b56fe17f4f4ca7
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date:   Sun Mar 18 11:28:59 2018 +0800
+
+    Deprecate ustat syscall interface
+
+This patch uses pre-computed size of struct ustat for Linux.
+
+	PR sanitizer/85835
+	* sanitizer_common/sanitizer_platform_limits_posix.cc: Don't
+	include <sys/ustat.h> for Linux.
+	(SIZEOF_STRUCT_USTAT): New.
+	(struct_ustat_sz): Use SIZEOF_STRUCT_USTAT for Linux.
+
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@260688 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libsanitizer/ChangeLog                            |  8 ++++++++
+ .../sanitizer_platform_limits_posix.cc            | 15 +++++++++++++--
+ 2 files changed, 21 insertions(+), 2 deletions(-)
+
+diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
+index 31a5e697eae..8017afd21c5 100644
+--- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
++++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
+@@ -154,7 +154,6 @@ typedef struct user_fpregs elf_fpregset_t;
+ # include <sys/procfs.h>
+ #endif
+ #include <sys/user.h>
+-#include <sys/ustat.h>
+ #include <linux/cyclades.h>
+ #include <linux/if_eql.h>
+ #include <linux/if_plip.h>
+@@ -247,7 +246,19 @@ namespace __sanitizer {
+ #endif // SANITIZER_LINUX || SANITIZER_FREEBSD
+ 
+ #if SANITIZER_LINUX && !SANITIZER_ANDROID
+-  unsigned struct_ustat_sz = sizeof(struct ustat);
++  // Use pre-computed size of struct ustat to avoid <sys/ustat.h> which
++  // has been removed from glibc 2.28.
++#if defined(__aarch64__) || defined(__s390x__) || defined (__mips64) \
++  || defined(__powerpc64__) || defined(__arch64__) || defined(__sparcv9) \
++  || defined(__x86_64__)
++#define SIZEOF_STRUCT_USTAT 32
++#elif defined(__arm__) || defined(__i386__) || defined(__mips__) \
++  || defined(__powerpc__) || defined(__s390__)
++#define SIZEOF_STRUCT_USTAT 20
++#else
++#error Unknown size of struct ustat
++#endif
++  unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT;
+   unsigned struct_rlimit64_sz = sizeof(struct rlimit64);
+   unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
+ #endif // SANITIZER_LINUX && !SANITIZER_ANDROID
+-- 
+2.18.0
+

diff --git a/7.3.0/gentoo/96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch b/7.3.0/gentoo/96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
new file mode 100644
index 0000000..e9b5c8f
--- /dev/null
+++ b/7.3.0/gentoo/96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
@@ -0,0 +1,32 @@
+From 6a7c93905151724f7169612d64a5c8ce45dff9fb Mon Sep 17 00:00:00 2001
+From: doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Thu, 31 May 2018 09:59:35 +0000
+Subject: [PATCH] 2018-05-31  Matthias Klose  <doko@ubuntu.com>
+
+        PR sanitizer/86012
+        * sanitizer_common/sanitizer_platform_limits_posix.cc: Define
+        SIZEOF_STRUCT_USTAT for 32bit sparc.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@260992 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ libsanitizer/ChangeLog                                      | 6 ++++++
+ .../sanitizer_common/sanitizer_platform_limits_posix.cc     | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
+index 8017afd21c5..97eae3fc7bc 100644
+--- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
++++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
+@@ -253,7 +253,7 @@ namespace __sanitizer {
+   || defined(__x86_64__)
+ #define SIZEOF_STRUCT_USTAT 32
+ #elif defined(__arm__) || defined(__i386__) || defined(__mips__) \
+-  || defined(__powerpc__) || defined(__s390__)
++  || defined(__powerpc__) || defined(__s390__) || defined(__sparc__)
+ #define SIZEOF_STRUCT_USTAT 20
+ #else
+ #error Unknown size of struct ustat
+-- 
+2.18.0
+

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 7cc8e55..75814a0 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,3 +1,7 @@
+1.5		TODO
+	+ 94_all_libgo-remove-ustat.h-glibc-2.28.patch
+	+ 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
+	+ 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
 1.4		18 May 2018
 	U 13_all_default-ssp-fix.patch
 1.3		16 May 2018


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-08-16 23:13 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-08-16 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4ba8ee15c1263a829a0308057dd4e9ae981f7bb7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 23:12:41 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 23:12:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=4ba8ee15

7.3.0: cut 1.5 patchset

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/README.history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 75814a0..3d29449 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,4 +1,4 @@
-1.5		TODO
+1.5		17 Aug 2018
 	+ 94_all_libgo-remove-ustat.h-glibc-2.28.patch
 	+ 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
 	+ 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-08-18 20:00 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-08-18 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     add3fe56a47bed5c2330edd600d2c468fec63b2e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 19:55:16 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 19:55:16 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=add3fe56

7.3.0: fix building against isl-0.20 (PR86724)

Bug: https://bugs.gentoo.org/662500
Bug: https://gcc.gnu.org/PR86724
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/97_all_isl-include.patch | 35 +++++++++++++++++++++++++++++++++++
 7.3.0/gentoo/README.history           |  2 ++
 2 files changed, 37 insertions(+)

diff --git a/7.3.0/gentoo/97_all_isl-include.patch b/7.3.0/gentoo/97_all_isl-include.patch
new file mode 100644
index 0000000..bb3bcee
--- /dev/null
+++ b/7.3.0/gentoo/97_all_isl-include.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/662500
+https://gcc.gnu.org/PR86724
+
+From d6470854446446a4e8b3b958a00e5013ed86ae7f Mon Sep 17 00:00:00 2001
+From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Wed, 1 Aug 2018 07:21:08 +0000
+Subject: [PATCH] 2018-08-01  Richard Biener  <rguenther@suse.de>
+
+	PR bootstrap/86724
+	* graphite.h: Include isl/id.h and isl/space.h to allow build
+	with ISL 0.20.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263193 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog  | 6 ++++++
+ gcc/graphite.h | 2 ++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/gcc/graphite.h b/gcc/graphite.h
+index 4e0e58c60ab..be0a22b3894 100644
+--- a/gcc/graphite.h
++++ b/gcc/graphite.h
+@@ -37,6 +37,8 @@ along with GCC; see the file COPYING3.  If not see
+ #include <isl/schedule.h>
+ #include <isl/ast_build.h>
+ #include <isl/schedule_node.h>
++#include <isl/id.h>
++#include <isl/space.h>
+ 
+ typedef struct poly_dr *poly_dr_p;
+ 
+-- 
+2.18.0
+

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 3d29449..6a8069b 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,3 +1,5 @@
+1.6		18 Aug 2018
+	+ 97_all_isl-include.patch
 1.5		17 Aug 2018
 	+ 94_all_libgo-remove-ustat.h-glibc-2.28.patch
 	+ 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-08-26 12:16 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-08-26 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2189e27f491ed8774f46a47b3ceca258c911137a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 12:14:57 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 12:14:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=2189e27f

7.3.0: fix partial int in msp430, bug #664014

Reported-by:  Alex Orange
Bug: https://bugs.gentoo.org/664014
Bug: https://gcc.gnu.org/PR79242
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/98_all_msp430-partial-int.patch | 72 ++++++++++++++++++++++++++++
 7.3.0/gentoo/README.history                  |  2 +
 2 files changed, 74 insertions(+)

diff --git a/7.3.0/gentoo/98_all_msp430-partial-int.patch b/7.3.0/gentoo/98_all_msp430-partial-int.patch
new file mode 100644
index 0000000..404f6c3
--- /dev/null
+++ b/7.3.0/gentoo/98_all_msp430-partial-int.patch
@@ -0,0 +1,72 @@
+https://bugs.gentoo.org/664014
+https://gcc.gnu.org/PR79242
+
+From 59f5415b4462a60d9f2dd6dc5229247da183b9fc Mon Sep 17 00:00:00 2001
+From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Sat, 17 Feb 2018 00:25:15 +0000
+Subject: [PATCH] 2018-02-16  Jozef Lawrynowicz <jozefl.gcc@gmail.com>
+
+	PR target/79242
+	* machmode.def: Define a complex mode for PARTIAL_INT.
+	* genmodes.c (complex_class): Return MODE_COMPLEX_INT for
+	MODE_PARTIAL_INT.
+	* doc/rtl.texi: Document CSPImode.
+	* config/msp430/msp430.c (msp430_hard_regno_nregs): Add CPSImode
+	handling.
+	(msp430_hard_regno_nregs_with_padding): Likewise.
+
+	PR target/79242
+	gcc.target/msp430/pr79242.c: New test.
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@257779 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog                             | 11 +++++++++++
+ gcc/config/msp430/msp430.c                |  4 ++++
+ gcc/doc/rtl.texi                          |  5 +++--
+ gcc/genmodes.c                            |  1 +
+ gcc/machmode.def                          |  1 +
+ gcc/testsuite/ChangeLog                   |  5 +++++
+ gcc/testsuite/gcc.target/msp430/pr79242.c | 11 +++++++++++
+ 7 files changed, 36 insertions(+), 2 deletions(-)
+ create mode 100644 gcc/testsuite/gcc.target/msp430/pr79242.c
+
+--- a/gcc/config/msp430/msp430.c
++++ b/gcc/config/msp430/msp430.c
+@@ -905,6 +905,8 @@ msp430_hard_regno_nregs (int regno ATTRIBUTE_UNUSED,
+ {
+   if (mode == PSImode && msp430x)
+     return 1;
++  if (mode == CPSImode && msp430x)
++    return 2;
+   return ((GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1)
+ 	  / UNITS_PER_WORD);
+ }
+@@ -927,6 +929,8 @@ msp430_hard_regno_nregs_with_padding (int regno ATTRIBUTE_UNUSED,
+ {
+   if (mode == PSImode)
+     return 2;
++  if (mode == CPSImode)
++    return 4;
+   return msp430_hard_regno_nregs (regno, mode);
+ }
+ 
+--- a/gcc/genmodes.c
++++ b/gcc/genmodes.c
+@@ -116,6 +116,7 @@ complex_class (enum mode_class c)
+   switch (c)
+     {
+     case MODE_INT: return MODE_COMPLEX_INT;
++    case MODE_PARTIAL_INT: return MODE_COMPLEX_INT;
+     case MODE_FLOAT: return MODE_COMPLEX_FLOAT;
+     default:
+       error ("no complex class for class %s", mode_class_names[c]);
+--- a/gcc/machmode.def
++++ b/gcc/machmode.def
+@@ -243,6 +243,7 @@ UACCUM_MODE (UTA, 16, 64, 64); /* 64.64 */
+ 
+ /* Complex modes.  */
+ COMPLEX_MODES (INT);
++COMPLEX_MODES (PARTIAL_INT);
+ COMPLEX_MODES (FLOAT);
+ 
+ /* Decimal floating point modes.  */

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 6a8069b..9eb4c76 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,3 +1,5 @@
+1.6		TODO
+	+ 98_all_msp430-partial-int.patch
 1.6		18 Aug 2018
 	+ 97_all_isl-include.patch
 1.5		17 Aug 2018


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-09-23 20:55 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-09-23 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ec6e82ad7dae7e2f8083a4f80cf5dcb8d923d4b8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 20:40:49 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 20:42:43 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=ec6e82ad

7.3.0: cut 1.7 release

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/README.history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 1c3ac12..e4a94de 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,4 +1,4 @@
-1.6		TODO
+1.7		23 Sep 2018
 	+ 98_all_msp430-partial-int.patch
 	+ 99_all_x32-fix-eh-return-address.patch
 	+ 100_all_respect-build-cxxflags.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-09-30 22:25 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-09-30 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     81d95cbcbc17b744280a0e484439f13abd03f957
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 22:24:13 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 22:24:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=81d95cbc

7.3.0: drop assumed -lieee from -mieee-fp

glibc-2.28 won't provide -lieee.
Backported from upstream as-is.

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/101_all_remove-lieee.patch | 47 +++++++++++++++++++++++++++++++++
 7.3.0/gentoo/README.history             | 10 +++++++
 2 files changed, 57 insertions(+)

diff --git a/7.3.0/gentoo/101_all_remove-lieee.patch b/7.3.0/gentoo/101_all_remove-lieee.patch
new file mode 100644
index 0000000..390a3b0
--- /dev/null
+++ b/7.3.0/gentoo/101_all_remove-lieee.patch
@@ -0,0 +1,47 @@
+Modern glibc stopped providing ieee.a
+
+From 401a6ba8d6aa5a92acaedae24b84c59d284f446d Mon Sep 17 00:00:00 2001
+From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Thu, 12 Jul 2018 11:53:34 +0000
+Subject: [PATCH] 2018-07-12  Richard Biener  <rguenther@suse.de>
+
+	PR target/84829
+	* config/gnu-user.h (GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC):
+	Remove -mieee-fp handling.
+
+	* gcc.target/i386/pr84829.c: New testcase.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262582 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ChangeLog                           | 6 ++++++
+ gcc/config/gnu-user.h                   | 2 +-
+ gcc/testsuite/ChangeLog                 | 5 +++++
+ gcc/testsuite/gcc.target/i386/pr84829.c | 7 +++++++
+ 4 files changed, 19 insertions(+), 1 deletion(-)
+ create mode 100644 gcc/testsuite/gcc.target/i386/pr84829.c
+
+--- a/gcc/config/gnu-user.h
++++ b/gcc/config/gnu-user.h
+@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
+ 
+ #define GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC \
+   "%{shared:-lc} \
+-   %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
++   %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
+ 
+ #define GNU_USER_TARGET_LIB_SPEC \
+   "%{pthread:-lpthread} " \
+--- /dev/null
++++ b/gcc/testsuite/gcc.target/i386/pr84829.c
+@@ -0,0 +1,7 @@
++/* { dg-do link } */
++/* { dg-options "-mieee-fp" } */
++
++int main()
++{
++  return 0;
++}
+-- 
+2.19.0
+

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index e4a94de..97821a1 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,23 +1,33 @@
+1.8		TODO
+	+ 101_all_remove-lieee.patch
+
 1.7		23 Sep 2018
 	+ 98_all_msp430-partial-int.patch
 	+ 99_all_x32-fix-eh-return-address.patch
 	+ 100_all_respect-build-cxxflags.patch
+
 1.6		18 Aug 2018
 	+ 97_all_isl-include.patch
+
 1.5		17 Aug 2018
 	+ 94_all_libgo-remove-ustat.h-glibc-2.28.patch
 	+ 95_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch
 	+ 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch
+
 1.4		18 May 2018
 	U 13_all_default-ssp-fix.patch
+
 1.3		16 May 2018
 	U 13_all_default-ssp-fix.patch
 	U 55_all_extra-options.patch
 	+ 93_all_copy-constructible-fix.patch
+
 1.2		14 Apr 2018
 	+ 92_all_sh-drop-sysroot-suffix.patch
+
 1.1		11 Feb 2018
 	+ 91_all_bmi-i386-PR-target-81763.patch
+
 1.0		25 Jan 2018
 	+ 10_all_default-fortify-source.patch
 	+ 11_all_default-warn-format-security.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-10-18 22:13 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-10-18 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f696831884a2c0ed929bc70a336f53369ec0ccac
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 21:03:44 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 21:03:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f6968318

7.3.0: pull in all -Werror patches from 8.2.0

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/102_all_libgfortran-Werror.patch        | 20 ++++++++++++++++++++
 7.3.0/gentoo/103_all_libgomp-Werror.patch            | 20 ++++++++++++++++++++
 7.3.0/gentoo/104_all_libitm-Werror.patch             | 19 +++++++++++++++++++
 7.3.0/gentoo/105_all_libatomic-Werror.patch          | 19 +++++++++++++++++++
 7.3.0/gentoo/106_all_libbacktrace-Werror.patch       | 17 +++++++++++++++++
 .../107_all_libsanitizer-libbacktrace-Werror.patch   | 17 +++++++++++++++++
 7.3.0/gentoo/README.history                          |  6 ++++++
 7 files changed, 118 insertions(+)

diff --git a/7.3.0/gentoo/102_all_libgfortran-Werror.patch b/7.3.0/gentoo/102_all_libgfortran-Werror.patch
new file mode 100644
index 0000000..f6c26bf
--- /dev/null
+++ b/7.3.0/gentoo/102_all_libgfortran-Werror.patch
@@ -0,0 +1,20 @@
+libgfortran does not respect --disable-werror
+
+https://bugs.gentoo.org/433435
+http://gcc.gnu.org/PR54724
+
+
+--- a/libgfortran/configure.ac
++++ b/libgfortran/configure.ac
+@@ -140,3 +140,3 @@ AM_PROG_CC_C_O
+ if test "x$GCC" = "xyes"; then
+-  AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
++  AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"
+   ## We like to use C11 and C99 routines when available.  This makes
+--- a/libgfortran/configure
++++ b/libgfortran/configure
+@@ -5764,3 +5764,3 @@ fi
+ # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
++  AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"

diff --git a/7.3.0/gentoo/103_all_libgomp-Werror.patch b/7.3.0/gentoo/103_all_libgomp-Werror.patch
new file mode 100644
index 0000000..416808a
--- /dev/null
+++ b/7.3.0/gentoo/103_all_libgomp-Werror.patch
@@ -0,0 +1,20 @@
+libgomp does not respect --disable-werror
+
+https://bugs.gentoo.org/229059
+http://gcc.gnu.org/PR38436
+--- a/libgomp/configure.ac
++++ b/libgomp/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libgomp/configure
++++ b/libgomp/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/7.3.0/gentoo/104_all_libitm-Werror.patch b/7.3.0/gentoo/104_all_libitm-Werror.patch
new file mode 100644
index 0000000..27181e0
--- /dev/null
+++ b/7.3.0/gentoo/104_all_libitm-Werror.patch
@@ -0,0 +1,19 @@
+libitm does not respect --disable-werror
+
+https://bugs.gentoo.org/475350
+--- a/libitm/configure.ac
++++ b/libitm/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libitm/configure
++++ b/libitm/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/7.3.0/gentoo/105_all_libatomic-Werror.patch b/7.3.0/gentoo/105_all_libatomic-Werror.patch
new file mode 100644
index 0000000..0550722
--- /dev/null
+++ b/7.3.0/gentoo/105_all_libatomic-Werror.patch
@@ -0,0 +1,19 @@
+libatomic does not respect --disable-werror
+
+https://bugs.gentoo.org/475350
+--- a/libatomic/configure.ac
++++ b/libatomic/configure.ac
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+--- a/libatomic/configure
++++ b/libatomic/configure
+@@ -4282,4 +4282,4 @@ save_CFLAGS="$CFLAGS"
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi

diff --git a/7.3.0/gentoo/106_all_libbacktrace-Werror.patch b/7.3.0/gentoo/106_all_libbacktrace-Werror.patch
new file mode 100644
index 0000000..57dd284
--- /dev/null
+++ b/7.3.0/gentoo/106_all_libbacktrace-Werror.patch
@@ -0,0 +1,17 @@
+libbacktrace does not respect --disable-werror
+
+https://bugs.gentoo.org/667104
+--- a/libbacktrace/configure
++++ b/libbacktrace/configure
+@@ -11634,3 +11634,3 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ if test -n "${with_target_subdir}"; then
+-  WARN_FLAGS="$WARN_FLAGS -Werror"
++  WARN_FLAGS="$WARN_FLAGS"
+ fi
+--- a/libbacktrace/configure.ac
++++ b/libbacktrace/configure.ac
+@@ -138,3 +138,3 @@ ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
+ if test -n "${with_target_subdir}"; then
+-  WARN_FLAGS="$WARN_FLAGS -Werror"
++  WARN_FLAGS="$WARN_FLAGS"
+ fi

diff --git a/7.3.0/gentoo/107_all_libsanitizer-libbacktrace-Werror.patch b/7.3.0/gentoo/107_all_libsanitizer-libbacktrace-Werror.patch
new file mode 100644
index 0000000..46a219a
--- /dev/null
+++ b/7.3.0/gentoo/107_all_libsanitizer-libbacktrace-Werror.patch
@@ -0,0 +1,17 @@
+libsanitizer/libbacktrace does not respect --disable-werror
+
+https://bugs.gentoo.org/667104
+--- a/libsanitizer/libbacktrace/Makefile.am
++++ b/libsanitizer/libbacktrace/Makefile.am
+@@ -37,3 +37,3 @@ AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
+ WARN_FLAGS = -W -Wall -Wwrite-strings -Wmissing-format-attribute \
+-	     -Wcast-qual -Werror
++	     -Wcast-qual
+ C_WARN_FLAGS = $(WARN_FLAGS) -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
+--- a/libsanitizer/libbacktrace/Makefile.in
++++ b/libsanitizer/libbacktrace/Makefile.in
+@@ -293,3 +293,3 @@ AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
+ WARN_FLAGS = -W -Wall -Wwrite-strings -Wmissing-format-attribute \
+-	     -Wcast-qual -Werror
++	     -Wcast-qual
+ 

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 97821a1..1a482bc 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,5 +1,11 @@
 1.8		TODO
 	+ 101_all_remove-lieee.patch
+	+ 102_all_libgfortran-Werror.patch
+	+ 103_all_libgomp-Werror.patch
+	+ 104_all_libitm-Werror.patch
+	+ 105_all_libatomic-Werror.patch
+	+ 106_all_libbacktrace-Werror.patch
+	+ 107_all_libsanitizer-libbacktrace-Werror.patch
 
 1.7		23 Sep 2018
 	+ 98_all_msp430-partial-int.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-10-20  9:40 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-10-20  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a265fe145a8bd064404ab8bf88980478b54bdd04
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 09:38:59 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 09:38:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a265fe14

7.3.0: pull in vtv RPATH patch

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/108_all_libstdcxx-no-vtv.patch | 61 +++++++++++++++++++++++++++++
 7.3.0/gentoo/README.history                 |  1 +
 2 files changed, 62 insertions(+)

diff --git a/7.3.0/gentoo/108_all_libstdcxx-no-vtv.patch b/7.3.0/gentoo/108_all_libstdcxx-no-vtv.patch
new file mode 100644
index 0000000..68508bd
--- /dev/null
+++ b/7.3.0/gentoo/108_all_libstdcxx-no-vtv.patch
@@ -0,0 +1,61 @@
+Final libstdc++.so should not contain rpath to make libvtv usable.
+It's up to final binaries to link against proper libvtv.
+
+Bug: https://bugs.gentoo.org/582524
+Bug: https://gcc.gnu.org/PR85884
+--- a/libstdc++-v3/src/Makefile.am
++++ b/libstdc++-v3/src/Makefile.am
+@@ -217,7 +217,6 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+ 
+ # Symbol versioning for shared libraries.
+--- a/libstdc++-v3/src/Makefile.in
++++ b/libstdc++-v3/src/Makefile.in
+@@ -511,7 +511,6 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+ 
+ @ENABLE_SYMVERS_TRUE@CLEANFILES = libstdc++-symbols.ver $(version_dep)
+--- a/libstdc++-v3/src/c++11/Makefile.am
++++ b/libstdc++-v3/src/c++11/Makefile.am
+@@ -204,5 +204,4 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX --tag disable-shared \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+--- a/libstdc++-v3/src/c++11/Makefile.in
++++ b/libstdc++-v3/src/c++11/Makefile.in
+@@ -496,7 +496,6 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX --tag disable-shared \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+ 
+ all: all-am
+--- a/libstdc++-v3/src/c++98/Makefile.am
++++ b/libstdc++-v3/src/c++98/Makefile.am
+@@ -273,5 +273,4 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX --tag disable-shared \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+--- a/libstdc++-v3/src/c++98/Makefile.in
++++ b/libstdc++-v3/src/c++98/Makefile.in
+@@ -500,7 +500,6 @@ CXXLINK = \
+ 	$(LIBTOOL) --tag CXX --tag disable-shared \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ 	--mode=link $(CXX) \
+-	$(VTV_CXXLINKFLAGS) \
+ 	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
+ 
+ all: all-am

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 1a482bc..9f0506b 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -6,6 +6,7 @@
 	+ 105_all_libatomic-Werror.patch
 	+ 106_all_libbacktrace-Werror.patch
 	+ 107_all_libsanitizer-libbacktrace-Werror.patch
+	+ 108_all_libstdcxx-no-vtv.patch
 
 1.7		23 Sep 2018
 	+ 98_all_msp430-partial-int.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/
@ 2018-10-27  9:32 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-10-27  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     eab98feebe31f8777d13b657259feb3e5b545ea6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 09:09:18 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 09:09:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=eab98fee

7.3.0: cup 1.8 patchset

+ 101_all_remove-lieee.patch
+ 102_all_libgfortran-Werror.patch
+ 103_all_libgomp-Werror.patch
+ 104_all_libitm-Werror.patch
+ 105_all_libatomic-Werror.patch
+ 106_all_libbacktrace-Werror.patch
+ 107_all_libsanitizer-libbacktrace-Werror.patch
+ 108_all_libstdcxx-no-vtv.patch

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 7.3.0/gentoo/README.history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 9f0506b..182cb43 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,4 +1,4 @@
-1.8		TODO
+1.8		27 Oct 2018
 	+ 101_all_remove-lieee.patch
 	+ 102_all_libgfortran-Werror.patch
 	+ 103_all_libgomp-Werror.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-27  9:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20  9:40 [gentoo-commits] proj/gcc-patches:master commit in: 7.3.0/gentoo/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2018-10-27  9:32 Sergei Trofimovich
2018-10-18 22:13 Sergei Trofimovich
2018-09-30 22:25 Sergei Trofimovich
2018-09-23 20:55 Sergei Trofimovich
2018-08-26 12:16 Sergei Trofimovich
2018-08-18 20:00 Sergei Trofimovich
2018-08-16 23:13 Sergei Trofimovich
2018-08-15 21:36 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox