search for: catch_array_02

Displaying 3 results from an estimated 3 matches for "catch_array_02".

Did you mean: catch_array_01
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
...f Thread model: posix InstalledDir: /opt/clang-latest/bin ... Expected Passes : 22688 Expected Failures : 141 Unsupported Tests : 422 Unexpected Passes : 13 Unexpected Failures: 31 ... ******************** Failing Tests (31): libc++abi :: catch_array_01.pass.cpp libc++abi :: catch_array_02.pass.cpp libc++abi :: catch_class_01.pass.cpp libc++abi :: catch_class_02.pass.cpp libc++abi :: catch_class_03.pass.cpp libc++abi :: catch_class_04.pass.cpp libc++abi :: catch_const_pointer_nullptr.pass.cpp libc++abi :: catch_function_01.pass.cpp libc++abi :: catch_funct...
2014 May 12
2
[LLVMdev] Libc++abi tests on ARM
...n install/lib and use that clang. On the test script, I've added "-lc++abi -lpthread" to OPTIONS and added LD_LIBRARY_PATH="../../install/lib" to help it find libc++. With that, I still got 6 failures: terminating with uncaught exception of type char* Aborted (core dumped) catch_array_02.cpp failed at run time terminating with uncaught exception of type void (*)() Aborted (core dumped) catch_function_02.cpp failed at run time terminating with uncaught exception of type derived* Aborted (core dumped) catch_ptr_02.cpp failed at run time terminating with uncaught exception of type...
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
On Sun, Nov 22, 2015 at 8:09 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 22 November 2015 at 03:59, Brian Cain <brian.cain at gmail.com> wrote: > > Should I expect the "-openmp" to work for this RC? > > Only if it worked before on the target you're building to in 3.7.0. > Ok, I'll check if I can get it to work on 3.7.0. > >