This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: string_view testsuite failures on AIX
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, Ed Smith-Rowland <3dw4rd at verizon dot net>
- Date: Tue, 19 Nov 2013 09:14:02 -0500
- Subject: Re: string_view testsuite failures on AIX
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnykEMK+CLZFM8BHX4TC71jfx3RmYyWPU=SJhGpafCFpNow at mail dot gmail dot com> <528A3677 dot 3090107 at oracle dot com> <528A3864 dot 7070206 at oracle dot com>
On Mon, Nov 18, 2013 at 10:55 AM, Paolo Carlini
<paolo.carlini@oracle.com> wrote:
> .. and anyway, this area is different in C++11, and max_size is constexpr.
> Thus I think we simply want to go with my simple patchlet, if David confirms
> it works.
The patch appears to fix the testsuite regressions for me.
Thanks, David