Re: [PATCH] Adding _Dependent_ptr type qualifier in C part 1/3

2019-08-29 Thread Akshat Garg
Hi Joseph, Many thanks for giving us your feedback. On Tue, Aug 20, 2019 at 3:57 AM Joseph Myers wrote: > On Tue, 30 Jul 2019, Martin Sebor wrote: > > > On 7/30/19 1:13 AM, Akshat Garg wrote: > > > Hi, > > > This patch includes C front-end code for a t

Re: [PATCH] Adding _Dependent_ptr type qualifier in C part 1/3

2019-08-06 Thread Akshat Garg
nations of qualifiers be accepted and do > they affect the semantics in any interesting way? This is probably > something to cover in the proposal. > > Martin > > > > > Thanx, Paul > > > > On Tue, Jul 30, 2019 at 12:4

Re: [PATCH] Adding _Dependent_ptr type qualifier in C part 1/3

2019-08-02 Thread Akshat Garg
On Fri, Aug 2, 2019 at 10:14 AM Akshat Garg wrote: > > > On Thu, Aug 1, 2019 at 8:57 PM Paul McKenney wrote: > >> Excellent point, this discussion needs to be made official. >> Please see attached for an initial draft of a worki

Re: [PATCH] Adding _Dependent_ptr type qualifier in C part 1/3

2019-08-01 Thread Akshat Garg
tachment here ( https://drive.google.com/open?id=0B9Q3hzI3TofcZ3o2aXVMd2V1Ujl4VUZnT3MtXzZpV1I2OHFv ). > > On Tue, Jul 30, 2019 at 12:46 PM Martin Sebor wrote: > > > > On 7/30/19 1:13 AM, Akshat Garg wrote: > > > Hi, > > > This patch includes C front-end code for a typ

[PATCH] Adding _Dependent_ptr type qualifier in C part 1/3

2019-07-30 Thread Akshat Garg
Hi, This patch includes C front-end code for a type qualifier _Dependent_ptr. The patch has been tested using the following make bootstrap -j 4 make -k check -j 4 on x86_64-linux-gnu. Thanks, Akshat gcc/ChangeLog: 2019-07-30 Akshat Garg * c-family/c-common.c (struct c_common_resword