Re: [RFC] avoid type conversion through versioning loop

2021-03-23 Thread Richard Biener via Gcc
On Tue, Mar 23, 2021 at 4:33 AM guojiufu wrote: > > On 2021-03-22 16:31, Jakub Jelinek via Gcc wrote: > > On Mon, Mar 22, 2021 at 09:22:26AM +0100, Richard Biener via Gcc wrote: > >> Better than doing loop versioning is to enhance SCEV (and thus also > >> dependence analysis) to track extra condit

Re: GSoC

2021-03-23 Thread Martin Jambor
Hello Isitha, On Fri, Mar 19 2021, Isitha Subasinghe via Gcc wrote: > To whom it may concern, > > I am a student interested in participating in GSoC this year. After having > a look at some of the available PL projects, gccrs caught my attention. I > love Rust and have an interest in exploring mor

David Malcolm as GCC static analyzer maintainer

2021-03-23 Thread Jeff Law via Gcc
I am pleased to announce that the GCC Steering Committee has appointed David Malcolm as maintainer of the GCC static analyzer. David, please update your listing in the MAINTAINERS file. Thanks, Jeff

Re: GSOC

2021-03-23 Thread Jonathan Wakely via Gcc
On Sat, 20 Mar 2021 at 12:24, Manish Sahani via Gcc wrote: > Also, while compiling without bootstrapping. I ran into an error (screenshot > of the error >

[committed] MAINTAINERS: add myself as static analyzer maintainer

2021-03-23 Thread David Malcolm via Gcc
On Tue, 2021-03-23 at 08:44 -0600, Jeff Law wrote: > > I am pleased to announce that the GCC Steering Committee has > appointed > David Malcolm as maintainer of the GCC static analyzer. > > > David, please update your listing in the MAINTAINERS file. Thanks. I've pushed the following to trunk

Re: GSoC 2021

2021-03-23 Thread Martin Jambor
Hello, On Sat, Mar 20 2021, Mahmoud Shawky via Gcc wrote: > Hello there > I have chosen the project that i want to develop , and i don't know what is > the next step , we are delighted that you found contributing to GCC interesting. The next step usually is to discuss your project here on the ma

Re: GSOC

2021-03-23 Thread Martin Jambor
Hello, On Sat, Mar 20 2021, Manish Sahani via Gcc wrote: > Hey, > > I'm a student at Delhi Technological University, and interested in > contributing to the *Make cp-demangle non-recursive* and *Fortran improved > argument compile-time checking*. we are very happy to hear you are interested in t

Re: [RFC] avoid type conversion through versioning loop

2021-03-23 Thread guojiufu via Gcc
On 2021-03-23 16:25, Richard Biener via Gcc wrote: On Tue, Mar 23, 2021 at 4:33 AM guojiufu wrote: On 2021-03-22 16:31, Jakub Jelinek via Gcc wrote: > On Mon, Mar 22, 2021 at 09:22:26AM +0100, Richard Biener via Gcc wrote: >> Better than doing loop versioning is to enhance SCEV (and thus also