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
> > > >
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
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
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
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
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
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
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
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
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
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
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
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
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
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++.
15 matches
Mail list logo