Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-12 Thread Saloni Garg via Gcc
On Mon, Apr 12, 2021 at 7:35 PM David Malcolm wrote: > On Sun, 2021-04-11 at 17:06 +0530, Saloni Garg wrote: > > On Sun, Apr 11, 2021 at 12:14 AM David Malcolm > > wrote: > > > > > On Sat, 2021-04-10 at 21:18 +0530, Saloni Garg wrote: > > > > On Thu, Apr 8, 2021 at 8:19 AM David Malcolm > > > >

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-12 Thread David Malcolm via Gcc
On Sun, 2021-04-11 at 17:06 +0530, Saloni Garg wrote: > On Sun, Apr 11, 2021 at 12:14 AM David Malcolm > wrote: > > > On Sat, 2021-04-10 at 21:18 +0530, Saloni Garg wrote: > > > On Thu, Apr 8, 2021 at 8:19 AM David Malcolm > > > > > > wrote: > > > > > > > On Wed, 2021-04-07 at 01:59 +0530, Salo

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-11 Thread Saloni Garg via Gcc
On Sun, Apr 11, 2021 at 12:14 AM David Malcolm wrote: > On Sat, 2021-04-10 at 21:18 +0530, Saloni Garg wrote: > > On Thu, Apr 8, 2021 at 8:19 AM David Malcolm > > wrote: > > > > > On Wed, 2021-04-07 at 01:59 +0530, Saloni Garg wrote: > > [...] > > > > Looking at: > > > https://gcc.gnu.org/wiki

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-10 Thread David Malcolm via Gcc
On Sat, 2021-04-10 at 21:18 +0530, Saloni Garg wrote: > On Thu, Apr 8, 2021 at 8:19 AM David Malcolm > wrote: > > > On Wed, 2021-04-07 at 01:59 +0530, Saloni Garg wrote: [...] > > Looking at: > >   https://gcc.gnu.org/wiki/SummerOfCode#Application > > we don't have a specific format to be follo

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-10 Thread Saloni Garg via Gcc
On Thu, Apr 8, 2021 at 8:19 AM David Malcolm wrote: > On Wed, 2021-04-07 at 01:59 +0530, Saloni Garg wrote: > > Hi, apologies for the delayed reply. I was having some college > > commitments. > > On Wed, Mar 31, 2021 at 11:22 PM David Malcolm > > wrote: > > > > > On Wed, 2021-03-31 at 21:41 +053

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-07 Thread David Malcolm via Gcc
On Wed, 2021-04-07 at 01:59 +0530, Saloni Garg wrote: > Hi, apologies for the delayed reply. I was having some college > commitments. > On Wed, Mar 31, 2021 at 11:22 PM David Malcolm > wrote: > > > On Wed, 2021-03-31 at 21:41 +0530, Saloni Garg wrote: > > > On Tue, Mar 30, 2021 at 6:42 PM David M

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-04-06 Thread Saloni Garg via Gcc
Hi, apologies for the delayed reply. I was having some college commitments. On Wed, Mar 31, 2021 at 11:22 PM David Malcolm wrote: > On Wed, 2021-03-31 at 21:41 +0530, Saloni Garg wrote: > > On Tue, Mar 30, 2021 at 6:42 PM David Malcolm > > wrote: > > > > > On Tue, 2021-03-30 at 16:06 +0530, Salo

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-31 Thread David Malcolm via Gcc
On Wed, 2021-03-31 at 21:41 +0530, Saloni Garg wrote: > On Tue, Mar 30, 2021 at 6:42 PM David Malcolm > wrote: > > > On Tue, 2021-03-30 at 16:06 +0530, Saloni Garg wrote: > > > On Sun, Mar 28, 2021 at 8:03 PM David Malcolm < > > > dmalc...@redhat.com> > > > wrote: [...snip...] > > > > No, it's

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-31 Thread Saloni Garg via Gcc
On Tue, Mar 30, 2021 at 6:42 PM David Malcolm wrote: > On Tue, 2021-03-30 at 16:06 +0530, Saloni Garg wrote: > > On Sun, Mar 28, 2021 at 8:03 PM David Malcolm > > wrote: > > > > > On Sun, 2021-03-28 at 18:06 +0530, Saloni Garg wrote: > > > > Hi, I have tried the following examples with the fanal

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-30 Thread David Malcolm via Gcc
On Tue, 2021-03-30 at 16:06 +0530, Saloni Garg wrote: > On Sun, Mar 28, 2021 at 8:03 PM David Malcolm > wrote: > > > On Sun, 2021-03-28 at 18:06 +0530, Saloni Garg wrote: > > > Hi, I have tried the following examples with the fanalyzer option > > > in > > > g++. > > > > > > 1 (a) > > > void myFu

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-30 Thread Saloni Garg via Gcc
On Sun, Mar 28, 2021 at 8:03 PM David Malcolm wrote: > On Sun, 2021-03-28 at 18:06 +0530, Saloni Garg wrote: > > Hi, I have tried the following examples with the fanalyzer option in > > g++. > > > > 1 (a) > > void myFunction() > > { > > char *p =new char; > > } > > int main() > > { > >fun

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-28 Thread David Malcolm via Gcc
On Sun, 2021-03-28 at 18:06 +0530, Saloni Garg wrote: > Hi, I have tried the following examples with the fanalyzer option in > g++. > > 1 (a) > void myFunction() > { >     char *p =new char; > } > int main() > { >    func(); >    return 0; > } BTW, are you familiar with Compiler Explorer (godbolt

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-28 Thread Saloni Garg via Gcc
Hi, I have tried the following examples with the fanalyzer option in g++. 1 (a) void myFunction() { char *p =new char; } int main() { func(); return 0; } 1(b) void myFunction() { try { char *p = new char; throw p; } catch(...) { } } int main() { myFu

Re: [GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-25 Thread David Malcolm via Gcc
On Thu, 2021-03-25 at 14:52 +0530, Saloni Garg via Gcc wrote: > Hi all, > I am an undergraduate student in AMU, Aligarh. I am interested in the > project* `Extend the static analysis pass`. *I have followed this( > https://gcc.gnu.org/pipermail/gcc/2021-March/234941.html) and been > able to > succe

[GSoC-2021] Interested in project `Extend the static analysis pass`

2021-03-25 Thread Saloni Garg via Gcc
Hi all, I am an undergraduate student in AMU, Aligarh. I am interested in the project* `Extend the static analysis pass`. *I have followed this( https://gcc.gnu.org/pipermail/gcc/2021-March/234941.html) and been able to successfully build and successfully ran and pass the test suite for C and C++.