Re: [PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-02 Thread Andrea Corallo
Jonathan Wakely writes: > On 02/04/20 10:44 +0200, Andrea Corallo wrote: >>Jonathan Wakely writes: >> >>> On 01/04/20 16:56 +0100, Jonathan Wakely wrote: >> >>> Does that help, or does it still fail for other reasons? >> >>Yes it does thanks! Updated patch follows. >> >>Okay for trunk? > > OK,

Re: [PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-02 Thread Jonathan Wakely via Gcc-patches
On 02/04/20 10:44 +0200, Andrea Corallo wrote: Jonathan Wakely writes: On 01/04/20 16:56 +0100, Jonathan Wakely wrote: Does that help, or does it still fail for other reasons? Yes it does thanks! Updated patch follows. Okay for trunk? OK, thanks.

Re: [PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-02 Thread Andrea Corallo
Jonathan Wakely writes: > On 01/04/20 16:56 +0100, Jonathan Wakely wrote: > Does that help, or does it still fail for other reasons? Yes it does thanks! Updated patch follows. Okay for trunk? Thanks Andrea libstdc++-v3/ChangeLog 2020-??-?? Andrea Corallo * testsuite/experimen

Re: [PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-01 Thread Jonathan Wakely via Gcc-patches
On 01/04/20 16:56 +0100, Jonathan Wakely wrote: On 01/04/20 17:28 +0200, Andrea Corallo wrote: Hi all, "use_service.cc" libstdc++ test does not compile for baremetal, unfortunately AFAIK we don't have an appropriate selector to skip these. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89760 ht

Re: [PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-01 Thread Jonathan Wakely via Gcc-patches
On 01/04/20 17:28 +0200, Andrea Corallo wrote: Hi all, "use_service.cc" libstdc++ test does not compile for baremetal, unfortunately AFAIK we don't have an appropriate selector to skip these. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89760 https://gcc.gnu.org/legacy-ml/gcc-patches/2018-10/m

[PATCH]libstdc++-v3/test: Skip "use_service.cc" for aarch64 baremetal

2020-04-01 Thread Andrea Corallo
Hi all, "use_service.cc" libstdc++ test does not compile for baremetal, unfortunately AFAIK we don't have an appropriate selector to skip these. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89760 https://gcc.gnu.org/legacy-ml/gcc-patches/2018-10/msg01089.html While the full issue is tackled wou