Re: [testsuite, rfa] Add gthreads dependency to some failing libstdc++ tests

2019-01-24 Thread Jonathan Wakely
On 24/01/19 20:20 +, Jonathan Wakely wrote: On 24/01/19 11:53 -0700, Sandra Loosemore wrote: On 1/24/19 3:46 AM, Jonathan Wakely wrote: On 23/01/19 12:50 -0700, Sandra Loosemore wrote: I ran libstdc++ tests on nios2-elf target.  I observed several new tests failing with error: 'mutex'

Re: [testsuite, rfa] Add gthreads dependency to some failing libstdc++ tests

2019-01-24 Thread Jonathan Wakely
On 24/01/19 11:53 -0700, Sandra Loosemore wrote: On 1/24/19 3:46 AM, Jonathan Wakely wrote: On 23/01/19 12:50 -0700, Sandra Loosemore wrote: I ran libstdc++ tests on nios2-elf target.  I observed several new tests failing with error: 'mutex' in namespace 'std' does not name a type The

Re: [testsuite, rfa] Add gthreads dependency to some failing libstdc++ tests

2019-01-24 Thread Sandra Loosemore
On 1/24/19 3:46 AM, Jonathan Wakely wrote: On 23/01/19 12:50 -0700, Sandra Loosemore wrote: I ran libstdc++ tests on nios2-elf target.  I observed several new tests failing with error: 'mutex' in namespace 'std' does not name a type The definition of class mutex in include/bits/std_mutex.h

Re: [testsuite, rfa] Add gthreads dependency to some failing libstdc++ tests

2019-01-24 Thread Jonathan Wakely
On 23/01/19 12:50 -0700, Sandra Loosemore wrote: I ran libstdc++ tests on nios2-elf target. I observed several new tests failing with error: 'mutex' in namespace 'std' does not name a type The definition of class mutex in include/bits/std_mutex.h is guarded with "#ifdef

[testsuite, rfa] Add gthreads dependency to some failing libstdc++ tests

2019-01-23 Thread Sandra Loosemore
I ran libstdc++ tests on nios2-elf target. I observed several new tests failing with error: 'mutex' in namespace 'std' does not name a type The definition of class mutex in include/bits/std_mutex.h is guarded with "#ifdef _GLIBCXX_HAS_GTHREADS" so I assume these tests are not supposed to