mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 16:55:21 +08:00
libstdc++: Remove unconditional -pthread from test options
This shouldn't be in the common options, it's already added for the relevant targets using dg-additional-options. libstdc++-v3/ChangeLog: * testsuite/30_threads/jthread/jthread.cc: Remove -pthread from dg-options.
This commit is contained in:
parent
b92e553558
commit
5ba715ed1a
@ -15,7 +15,7 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-options "-std=gnu++2a -pthread" }
|
||||
// { dg-options "-std=gnu++2a" }
|
||||
// { dg-do run { target c++2a } }
|
||||
// { dg-add-options libatomic }
|
||||
// { dg-additional-options "-pthread" { target pthread } }
|
||||
|
Loading…
Reference in New Issue
Block a user