[PATCH v1 3/9] aarch64: Add minimal C++ support

2024-09-03 Thread Evgeny Karpov
Monday, September 2, 2024 3:15 PM Kyrylo Tkachov wrote: >> libstdc++-v3/ChangeLog: >> >>        * src/c++17/fast_float/fast_float.h (defined): Adjust a condition >>        for AArch64. > > libstdc++ is reviewed on its own list (CC’ed here) so I’d suggest splitting > the libstdc++-v3 hunk into its

Re: [PATCH v1 3/9] aarch64: Add minimal C++ support

2024-09-02 Thread Jonathan Wakely
On Mon, 2 Sept 2024, 14:15 Kyrylo Tkachov, wrote: > Hi Evgeny, > > > On 2 Sep 2024, at 15:03, Evgeny Karpov > wrote: > > > > External email: Use caution opening links or attachments > > > > > > The patch resolves compilation issues for the C++ language. Previous > > patch series contributed to C

Re: [PATCH v1 3/9] aarch64: Add minimal C++ support

2024-09-02 Thread Jonathan Wakely
On Mon, 2 Sept 2024, 14:15 Kyrylo Tkachov, wrote: > Hi Evgeny, > > > On 2 Sep 2024, at 15:03, Evgeny Karpov > wrote: > > > > External email: Use caution opening links or attachments > > > > > > The patch resolves compilation issues for the C++ language. Previous > > patch series contributed to C

Re: [PATCH v1 3/9] aarch64: Add minimal C++ support

2024-09-02 Thread Kyrylo Tkachov
Hi Evgeny, > On 2 Sep 2024, at 15:03, Evgeny Karpov wrote: > > External email: Use caution opening links or attachments > > > The patch resolves compilation issues for the C++ language. Previous > patch series contributed to C++ as well, however, C++ could not be > tested until we got a C++ co

[PATCH v1 3/9] aarch64: Add minimal C++ support

2024-09-02 Thread Evgeny Karpov
The patch resolves compilation issues for the C++ language. Previous patch series contributed to C++ as well, however, C++ could not be tested until we got a C++ compiler and could build at least a "Hello World" C++ program, and in reality, more than that. gcc/ChangeLog: * config.gcc: Add