gcc-5-20160315 is now available

2016-03-15 Thread gccadmin
Snapshot gcc-5-20160315 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20160315/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

Re: [gimplefe] [gsoc16] Gimple Front End Project

2016-03-15 Thread Michael Matz
Hi, On Tue, 15 Mar 2016, Richard Biener wrote: > So I am most worried about replicating all the complexity of types and > decl parsing for the presumably nice and small function body parser. > > In private discussion we somewhat agreed (Micha - correct me ;)) that > iff the GIMPLE FE would rep

Re: Compiler support for erasure of sensitive data

2016-03-15 Thread Marcos Díaz
On Wed, Mar 9, 2016 at 2:09 PM, Segher Boessenkool wrote: > [ Please don't top-post. ] > > On Wed, Mar 09, 2016 at 11:23:22AM -0300, Andres Tiraboschi wrote: >> We are developing this feature for x86_64 >> I want to see which registers are being used by the current function >> for returning a valu

Re: [gimplefe] [gsoc16] Gimple Front End Project

2016-03-15 Thread Richard Biener
On Mon, Mar 14, 2016 at 7:27 PM, Michael Matz wrote: > Hi, > > On Thu, 10 Mar 2016, Richard Biener wrote: > >> Then I'd like to be able to re-construct SSA without jumping through >> hoops (usually you can get close but if you require copies propagated in >> a special way you are basically lost fo