This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New AIX testsuite failures
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 14 Jun 2018 21:02:49 +0300
- Subject: Re: New AIX testsuite failures
- References: <CAGWvny=mD2XBQ_S8DTtBu=ntn-qOADLq1id=gsXRk4S17yT9wA@mail.gmail.com>
On 14 June 2018 at 20:57, David Edelsohn <dje.gcc@gmail.com> wrote:
> I'm still seeing two, new failures in the libstdc++ testsuite on AIX:
>
> 23_containers/array/tuple_interface/tuple_element_cpp14.cc
> 20_util/pair/astuple/astuple_cpp14.cc
>
> Both additional errors are similar. Appended below.
>
> Any idea what's wrong?
I would wager that since <array> doesn't #include <tuple>, moving
tuple_element_t with the feature macro
borked it. :)