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

2022-10-06 Thread Paul Iannetta via Gcc
On Thu, Oct 06, 2022 at 09:52:45AM -0700, Andrew Pinski wrote: > On Thu, Oct 6, 2022 at 7:15 AM Paul Iannetta via Gcc wrote: > > > > Hi, > > > > Presently, GCC supports target address spaces as a GNU extension (cf. > > `info -n "(gcc)Named Address Spaces"`). This is however supported > > only by

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

2022-10-06 Thread Andrew Pinski via Gcc
On Thu, Oct 6, 2022 at 7:15 AM Paul Iannetta via Gcc wrote: > > Hi, > > Presently, GCC supports target address spaces as a GNU extension (cf. > `info -n "(gcc)Named Address Spaces"`). This is however supported > only by the C frontend, which is a bit sad, since all the GIMPLE > machinery is readi