Re: missed PTA optimization?

2020-02-12 Thread Richard Biener
On Tue, Feb 11, 2020 at 10:27 PM Uecker, Martin wrote: > > Am Dienstag, den 11.02.2020, 21:43 +0100 schrieb Richard Biener: > > On February 11, 2020 9:32:14 PM GMT+01:00, "Uecker, Martin" > > > > wrote: > > > > > > In the following example, it seems > > > that 'bar' could be optimized to > > > r

[VERY URGENT] GNU ideas for GSOC 2020

2020-02-12 Thread Jose E. Marchesi
Hi people! Once again, we are applying as a mentoring organization for GSOC 2020. At this point, we need to populate our ideas page with projects [1]. This should be done before this Thursday (yes tomorrow). So, if you want your GNU package to participate in GSOC, please send us your ideas to

Re: [VERY URGENT] GNU ideas for GSOC 2020

2020-02-12 Thread Jose E. Marchesi
Hi again. David points me out that GCC applied on its own as a mentoring organization for GSOC 2020, so please disregard the previous email, which applies to GNU projects _not_ applying on their own. Sorry for the noise, and good luck with the application! :) Salud! /me whips himself for hasty

Re: GCC GSoC 2020: Call for mentors and project ideas

2020-02-12 Thread David Malcolm
On Thu, 2020-02-06 at 20:58 -0500, David Malcolm wrote: > On Mon, 2020-01-27 at 16:30 +0100, Martin Liška wrote: > > On 1/15/20 11:45 PM, Martin Jambor wrote: > > > Therefore, first and foremost, I would like to ask all > > > (moderately) > > > seasoned GCC contributors to consider mentoring a stud

Re: GCC GSoC 2020: Call for mentors and project ideas

2020-02-12 Thread JeanHeyd Meneide
Dear GCC Team, A bit of a procedural question. Do applications/projects for glibc apply here to GCC? There are a few core functions I would like to add to the library, that I think would be beneficial. Would a proposal for that be welcome to GCC, or is it headed by a different organization?

Re: GCC GSoC 2020: Call for mentors and project ideas

2020-02-12 Thread Joseph Myers
On Thu, 13 Feb 2020, JeanHeyd Meneide wrote: > Dear GCC Team, > > A bit of a procedural question. Do applications/projects for glibc > apply here to GCC? There are a few core functions I would like to add to > the library, that I think would be beneficial. Would a proposal for that be > welc

RE: [EXTERNAL] Re: GCC selftest improvements

2020-02-12 Thread Modi Mo via gcc
Hey all, I'm picking this work up from Andrew. Last time it was decided that the timing wasn't right to upgrade the minimum version to C++11. Is the timing better now to get this change through? I've attached the patch Andrew prepared. Can I get feedback on the change and some help testing on

Re: [EXTERNAL] Re: GCC selftest improvements

2020-02-12 Thread David Malcolm
On Thu, 2020-02-13 at 00:49 +, Modi Mo wrote: > Hey all, > > I'm picking this work up from Andrew. Last time it was decided that > the timing wasn't right to upgrade the minimum version to C++11. Is > the timing better now to get this change through? > > I've attached the patch Andrew prepare

Re: [EXTERNAL] Re: GCC selftest improvements

2020-02-12 Thread Nicholas Krause
On 2/12/20 8:53 PM, David Malcolm wrote: On Thu, 2020-02-13 at 00:49 +, Modi Mo wrote: Hey all, I'm picking this work up from Andrew. Last time it was decided that the timing wasn't right to upgrade the minimum version to C++11. Is the timing better now to get this change through? I've

Re: Do we need to do a loop invariant motion after loop interchange ?

2020-02-12 Thread Li Jia He
Hi, On 2019/11/25 5:55 PM, Bin.Cheng wrote: On Mon, Nov 25, 2019 at 5:29 PM Li Jia He wrote: On 2019/11/24 2:26 PM, Bin.Cheng wrote: On Fri, Nov 22, 2019 at 3:23 PM Bin.Cheng wrote: On Fri, Nov 22, 2019 at 3:19 PM Richard Biener wrote: On November 22, 2019 6:51:38 AM GMT+01:00, Li Ji