Re: Problem building libstdc++ for the avr target

2021-03-25 Thread Jonathan Wakely via Gcc-patches
On 25/03/21 12:36 +, Jonathan Wakely wrote: On 25/03/21 10:27 +0100, Vladimir V wrote: Hello. Recently I tried the 'freestanding' build of the libstdc++ for the avr to verify that my fixes were sufficient for it as well. Unfortunately, I encountered the following error:

Re: Problem building libstdc++ for the avr target

2020-12-15 Thread Vladimir V via Gcc-patches
Thank you very much. вт, 15 дек. 2020 г. в 12:48, Jonathan Wakely : > On 10/12/20 18:39 +0100, Vladimir V via Libstdc++ wrote: > >Hello. > > > >Could you please have a look at my trivial patch. > >It works as intended with avr-libc and doesn't seem to introduce > >regressions for x86_64 hosts. >

Re: Problem building libstdc++ for the avr target

2020-12-15 Thread Jonathan Wakely via Gcc-patches
On 10/12/20 18:39 +0100, Vladimir V via Libstdc++ wrote: Hello. Could you please have a look at my trivial patch. It works as intended with avr-libc and doesn't seem to introduce regressions for x86_64 hosts. I've pushed this to master now, thanks for the patch. What would be your

Re: Problem building libstdc++ for the avr target

2020-12-09 Thread Vladimir V via Gcc-patches
Thank you for the quick response. The patch solves the problem. ср, 9 дек. 2020 г. в 18:01, Jonathan Wakely : > On 09/12/20 12:49 +, Jonathan Wakely wrote: > >On 09/12/20 13:32 +0100, Vladimir V wrote: > >>Hello. > >> > >>While testing with the current upstream I encountered a compilation >

Re: Problem building libstdc++ for the avr target

2020-12-09 Thread Jonathan Wakely via Gcc-patches
On 09/12/20 12:49 +, Jonathan Wakely wrote: On 09/12/20 13:32 +0100, Vladimir V wrote: Hello. While testing with the current upstream I encountered a compilation issue. Although I build with "--disable-threads" flag the following error occurs: