[PATCH] Fix libstdc++/58659.cc test case.

Jonathan Wakely jwakely.gcc@gmail.com
Wed Oct 9 18:40:00 GMT 2013


On 9 October 2013 16:15, Jakub Jelinek wrote:
> 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.

Thanks. The attached changes are committed to the trunk and 4.8 branch.


2013-10-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * testsuite/20_util/shared_ptr/cons/58659.cc: Use VERIFY instead of
        aborting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 49.patch
Type: application/octet-stream
Size: 784 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20131009/bbde5a38/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 48.patch
Type: application/octet-stream
Size: 774 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20131009/bbde5a38/attachment-0001.obj>


More information about the Libstdc++ mailing list