Re: GSoC Static Analysis

2020-03-27 Thread Jonathan Wakely via Gcc
On Wed, 25 Mar 2020 at 22:38, Andrew Briand wrote: > > Hello, > > I am an undergrad interested in extending GCC’s static analysis pass for GSoC > 2020. In particular, I’m interested in adding C++ support. > > The selected project ideas list mentions adding new/delete checking and > exception chec

Re: Can we please have the old mailing list back

2020-03-27 Thread Christopher Faylor
On Fri, Mar 27, 2020 at 07:00:59AM +0100, Bernd Edlinger wrote: >PS: I would CC you, Christopher Faylor, but your email address is >"cgf-use-the-mailinglist-ple...@gnu.org", so whatever I send there >would not reach you. Well duh? Not being cc'ed is the literal point of the email address. Anyway

Re: Can we please have the old mailing list back

2020-03-27 Thread Jeff Law via Gcc
On Fri, 2020-03-27 at 10:45 -0400, Christopher Faylor wrote: > On Fri, Mar 27, 2020 at 07:00:59AM +0100, Bernd Edlinger wrote: > > PS: I would CC you, Christopher Faylor, but your email address is > > "cgf-use-the-mailinglist-ple...@gnu.org", so whatever I send there > > would not reach you. > > W

Re: Can we please have the old mailing list back

2020-03-27 Thread Arseny Solokha
> On Fri, Mar 27, 2020 at 07:00:59AM +0100, Bernd Edlinger wrote: >>PS: I would CC you, Christopher Faylor, but your email address is >>"cgf-use-the-mailinglist-ple...@gnu.org", so whatever I send there >>would not reach you. > > Well duh? Not being cc'ed is the literal point of the email address.

Darlehensangebot

2020-03-27 Thread celine dupo via Gcc
Ich arbeite bei der SGB Bank in Frankreich. Ich bin da, um allen zu helfen, die einen Kredit benötigen. Unsere Kapazität liegt zwischen 3000 und 500.000 Euro mit einem Satz von 2%. Wenn Sie interessiert sind, versuchen Sie uns eine Nachricht zu senden in unserer Mailbox: veroniquecarde...@gmail.com

gcc-8-20200327 is now available

2020-03-27 Thread GCC Administrator via Gcc
Snapshot gcc-8-20200327 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20200327/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

[QUESTION] About RTL optimization at forward propagation

2020-03-27 Thread xiezhiheng
Hi, I find there exists some restricts in function fwprop preventing it to forward propagate addresses into loops. /* Go through all the uses. df_uses_create will create new ones at the end, and we'll go through them as well. Do not forward propagate addresses into loops until after unro