Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-11-15 Thread Georg-Johann Lay
Am 14.11.22 um 18:55 schrieb Jason Merrill: On 11/10/22 06:40, Georg-Johann Lay wrote: Am 10.11.22 um 15:08 schrieb Paul Iannetta: On Thu, Nov 03, 2022 at 02:38:39PM +0100, Georg-Johann Lay wrote: [PATCH v3] c++: parser - Support for target address spaces in C++ 2. Will it work with

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-11-14 Thread Jason Merrill via Gcc-patches
On 11/10/22 06:40, Georg-Johann Lay wrote: Am 10.11.22 um 15:08 schrieb Paul Iannetta: On Thu, Nov 03, 2022 at 02:38:39PM +0100, Georg-Johann Lay wrote: [PATCH v3] c++: parser - Support for target address spaces in C++ 2. Will it work with compound literals

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-11-10 Thread Georg-Johann Lay
Am 10.11.22 um 15:08 schrieb Paul Iannetta: On Thu, Nov 03, 2022 at 02:38:39PM +0100, Georg-Johann Lay wrote: [PATCH v3] c++: parser - Support for target address spaces in C++ 2. Will it work with compound literals? === Currently, the following C code

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-11-10 Thread Paul Iannetta via Gcc-patches
On Thu, Nov 03, 2022 at 02:38:39PM +0100, Georg-Johann Lay wrote: > > [PATCH v3] c++: parser - Support for target address spaces in C++ > > First of all, it is great news that GCC is going to implement named address > spaces for C++. > > I have some questions: > > 1.

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-11-03 Thread Georg-Johann Lay
[PATCH v3] c++: parser - Support for target address spaces in C++ First of all, it is great news that GCC is going to implement named address spaces for C++. I have some questions: 1. How is name-mangling going to work? == Clang supports address spaces

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-26 Thread Jason Merrill via Gcc-patches
On 10/26/22 03:18, Paul Iannetta wrote: On Wed, Oct 19, 2022 at 02:55:21PM -0400, Jason Merrill wrote: On 10/18/22 13:01, Paul Iannetta wrote: Thank you very much for the detailed review. On Tue, Oct 18, 2022 at 10:24:23AM -0400, Jason Merrill wrote: On 10/18/22 03:37, Paul Iannetta wrote: O

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-26 Thread Paul Iannetta via Gcc-patches
On Wed, Oct 19, 2022 at 02:55:21PM -0400, Jason Merrill wrote: > On 10/18/22 13:01, Paul Iannetta wrote: > > Thank you very much for the detailed review. > > > > On Tue, Oct 18, 2022 at 10:24:23AM -0400, Jason Merrill wrote: > > > On 10/18/22 03:37, Paul Iannetta wrote: > > > > On Fri, Oct 14, 202

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-19 Thread Jason Merrill via Gcc-patches
On 10/18/22 13:01, Paul Iannetta wrote: Thank you very much for the detailed review. On Tue, Oct 18, 2022 at 10:24:23AM -0400, Jason Merrill wrote: On 10/18/22 03:37, Paul Iannetta wrote: On Fri, Oct 14, 2022 at 11:19:50AM -0400, Jason Merrill wrote: On 10/13/22 17:57, Paul Iannetta wrote: O

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-18 Thread Paul Iannetta via Gcc-patches
Thank you very much for the detailed review. On Tue, Oct 18, 2022 at 10:24:23AM -0400, Jason Merrill wrote: > On 10/18/22 03:37, Paul Iannetta wrote: > > On Fri, Oct 14, 2022 at 11:19:50AM -0400, Jason Merrill wrote: > > > On 10/13/22 17:57, Paul Iannetta wrote: > > > > On Thu, Oct 13, 2022 at 03:

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-18 Thread Jason Merrill via Gcc-patches
On 10/18/22 03:37, Paul Iannetta wrote: On Fri, Oct 14, 2022 at 11:19:50AM -0400, Jason Merrill wrote: On 10/13/22 17:57, Paul Iannetta wrote: On Thu, Oct 13, 2022 at 03:41:16PM -0400, Jason Merrill wrote: On 10/13/22 12:02, Paul Iannetta wrote: On Thu, Oct 13, 2022 at 11:47:42AM -0400, Jason

Re: [PATCH v3] c++: parser - Support for target address spaces in C++

2022-10-18 Thread Paul Iannetta via Gcc-patches
On Fri, Oct 14, 2022 at 11:19:50AM -0400, Jason Merrill wrote: > On 10/13/22 17:57, Paul Iannetta wrote: > > On Thu, Oct 13, 2022 at 03:41:16PM -0400, Jason Merrill wrote: > > > On 10/13/22 12:02, Paul Iannetta wrote: > > > > On Thu, Oct 13, 2022 at 11:47:42AM -0400, Jason Merrill wrote: > > > > >