Re: [patch] GSoC: Implement std::experimental::shared_ptr

2015-11-25 Thread Alan Lawrence
On 14/11/15 13:19, David Edelsohn wrote: The copy_ctor_neg testcase fails on AIX. Also on ARM and AArch64 platforms (arm-none-linux-gnueabihf, arm-none-eabi, aarch64-none-linux-gnu, aarch64-none-elf), with similar error messages. Thanks, Alan

Re: [patch] GSoC: Implement std::experimental::shared_ptr

2015-11-14 Thread Jonathan Wakely
On 14/11/15 08:19 -0500, David Edelsohn wrote: I can provide the pre-processed source file if needed. I should be able to fix it just from the errors - thanks.

Re: [patch] GSoC: Implement std::experimental::shared_ptr

2015-11-14 Thread David Edelsohn
The copy_ctor_neg testcase fails on AIX. /nasfarm/edelsohn/src/src/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc: In function 'void test02()': /nasfarm/edelsohn/src/src/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc:50:44: error: no matchi

Re: [patch] GSoC: Implement std::experimental::shared_ptr

2015-11-13 Thread Jonathan Wakely
On 13/11/15 11:09 +, Jonathan Wakely wrote: This is the other piece of work done by Fan You for the Google Summer of Code (and mentored by Tim). This implements experimental::shared_ptr from the Library Fundamentals TS, which differs from std::shared_ptr by supporting arrays, i.e. shared_ptr

[patch] GSoC: Implement std::experimental::shared_ptr

2015-11-13 Thread Jonathan Wakely
This is the other piece of work done by Fan You for the Google Summer of Code (and mentored by Tim). This implements experimental::shared_ptr from the Library Fundamentals TS, which differs from std::shared_ptr by supporting arrays, i.e. shared_ptr and shared_ptr behave correctly, using delete[]