This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/58659.cc test case.
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: Marcus Shawcroft <marcus dot shawcroft at arm dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 9 Oct 2013 17:15:29 +0200
- Subject: Re: [PATCH] Fix libstdc++/58659.cc test case.
- Authentication-results: sourceware.org; auth=none
- References: <525567B0 dot 2060503 at arm dot com> <CAH6eHdSuHhZU00AeEJj=AtQj2hT6v4ERoF_gveDObz2-zxZkjw at mail dot gmail dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Oct 09, 2013 at 04:12:21PM +0100, Jonathan Wakely wrote:
> On 9 October 2013 15:26, Marcus Shawcroft wrote:
> > The test case add here:
> >
> > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00474.html
> >
> > Introduced an unprototyped call to abort() resulting in failures due to
> > unexepected warnings in aarch64-none-elf cross testing.
> >
> > Committed to trunk as obvious.
>
> Thanks, I forgot to change that part when adding it to the testsuite.
> I think we should really use a VERIFY there.
>
> Jakub, can I fix the testcase on the 4.8 branch that was committed for
> http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00478.html?
Ok.
Jakub