Re: [v3 PATCH] PR libstdc++/80165

2018-05-12 Thread Jonathan Wakely
On 12/05/18 20:37 +0300, Ville Voutilainen wrote: This just adds a missing test. The bug was in variant, not tuple, so I added the test under variant. Ok for trunk (this is not going to be backported)? OK, thanks.

[v3 PATCH] PR libstdc++/80165

2018-05-12 Thread Ville Voutilainen
This just adds a missing test. The bug was in variant, not tuple, so I added the test under variant. Ok for trunk (this is not going to be backported)? 2018-05-12 Ville Voutilainen PR libstdc++/80165 * testsuite/20_util/variant/80165.cc: New. diff --git a/libstdc++-v3/testsuite/20_util

[PATCH] gcc/configure.ac: add --disable-systemtap switch

2018-05-12 Thread Sergei Trofimovich via gcc-patches
From: Sergei Trofimovich Before the change systemtap probes were enabled if target headers had sys/sdt.h at ./configure time. After the change explicitly ask to enable or disable for probe support and not rely on automagic dependency discovery. Bug: https://bugs.gentoo.org/654748 Bug: https://g