This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: string_view testsuite failures on AIX


Hi,

On 11/18/2013 04:03 PM, David Edelsohn wrote:
experimental/string_view has two testsuite failures on AIX:

FAIL: experimental/string_view/capacity/1.cc (test for excess errors)
WARNING: experimental/string_view/capacity/1.cc compilation failed to
produce executable
FAIL: experimental/string_view/inserters/pod/10081-out.cc (test for
excess errors)
WARNING: experimental/string_view/inserters/pod/10081-out.cc
compilation failed to produce executable

I could not find any discussion after a quick check in libstdc++
mailing list and bugzilla. Are these known issues?

Details appended below.
I think that the "if !__GXX_WEAK__" things, which, if I remember correctly were there exactly for AIX, are not needed anymore on modern systems. Indeed, most of them have been removed looong time ago. Thus the below should do. What do you think, David? Otherwise we need a slightly less trivial tweak.

Paolo.

////////////////////

Attachment: p
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]