[PATCH] libstdc++ testsuite: atomic_float/value_init.cc requires libatomic
Rainer Orth
ro@CeBiTec.Uni-Bielefeld.DE
Wed Jul 29 09:28:35 GMT 2020
Jonathan Wakely via Gcc-patches <gcc-patches@gcc.gnu.org> writes:
>>diff --git a/libstdc++-v3/testsuite/lib/dg-options.exp
>>b/libstdc++-v3/testsuite/lib/dg-options.exp
>>index 9bfae71adf3..bf6219c3042 100644
>>--- a/libstdc++-v3/testsuite/lib/dg-options.exp
>>+++ b/libstdc++-v3/testsuite/lib/dg-options.exp
>>@@ -260,7 +260,8 @@ proc add_options_for_net_ts { flags } {
>> # Add to FLAGS all the target-specific flags to link to libatomic, if required.
>>
>> proc add_options_for_libatomic { flags } {
>>- if { [istarget hppa*-*-hpux*] || [istarget riscv*-*-*] } {
>>+ if { [istarget hppa*-*-hpux*] || [istarget riscv*-*-*]
>>+ || [istarget powerpc-ibm-aix*] } {
>
> Could you add || [istarget powerpc*-darwin*] here too please?
>
> Iain agreed that's needed.
>
> OK with that change, thanks.
And please keep the target list sorted alphabetically.
Thanks.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
More information about the Libstdc++
mailing list