Re: GNU Tools Cauldron 2014 - Slides for presentations

2014-07-25 Thread Jason Self
Ludovic Courtès said: > Agreed. I would recommend making them available from > (people behind webmas...@gnu.org > should be able to help.) > > Thanks, > Ludo’. Actually, audio-vi...@gnu.org. :) signature.asc Description: PGP signature

Re: Symtab node table introduction and GGC issues

2014-07-25 Thread Jan Hubicka
> > Hello, > >thank you for you advice. It really looks that I face the same issue as > > you seen. As you suggested, I will start with a global pointer to symtab and > > we'll see further integration into context class (where it should reside > > according to me). > > Note that I would sugges

Re: C as intermediate language, signed integer overflow and -ftrapv

2014-07-25 Thread Joseph S. Myers
On Fri, 25 Jul 2014, Richard Biener wrote: > Note the slight complication with static initializers that _do_ have > to simplify to something (well, maybe not with -ftrapv ...). Joseph, > I can easily make fold fail if you don't explicitely use a constant > folding API (int_const_binop) and -ftrap

Re: GNU Tools Cauldron 2014 - Slides for presentations

2014-07-25 Thread Diego Novillo
On Fri, Jul 25, 2014 at 5:42 AM, Ludovic Courtès wrote: > > "Joseph S. Myers" skribis: > > > In accordance with GNU principles we should be making the videos available > > without depending on non-free JavaScript as well (I don't know if Google+ > > makes videos readily available without JS or wi

Re: C as intermediate language, signed integer overflow and -ftrapv

2014-07-25 Thread Richard Biener
On Fri, Jul 25, 2014 at 12:41 PM, Richard Biener wrote: > On Fri, Jul 25, 2014 at 12:35 PM, Richard Biener > wrote: >> On Fri, Jul 25, 2014 at 10:43 AM, Thomas Mertes wrote: >>> On Thu, Jul 24 at 10:36 PM, Richard Biener >>> wrote: Fact is that if somebody is interested in -ftrapv he

Re: C as intermediate language, signed integer overflow and -ftrapv

2014-07-25 Thread Richard Biener
On Fri, Jul 25, 2014 at 12:35 PM, Richard Biener wrote: > On Fri, Jul 25, 2014 at 10:43 AM, Thomas Mertes wrote: >> On Thu, Jul 24 at 10:36 PM, Richard Biener >> wrote: >>> Fact is that if somebody is interested in >>> -ftrapv he/she is welcome to contribute patches. Especially testing >>> cov

Re: C as intermediate language, signed integer overflow and -ftrapv

2014-07-25 Thread Richard Biener
On Fri, Jul 25, 2014 at 10:43 AM, Thomas Mertes wrote: > On Thu, Jul 24 at 10:36 PM, Richard Biener wrote: >> Fact is that if somebody is interested in >> -ftrapv he/she is welcome to contribute patches. Especially testing >> coverage is poor. > > As I said I have test programs for integer overf

Re: Symtab node table introduction and GGC issues

2014-07-25 Thread Richard Biener
On Fri, Jul 25, 2014 at 12:24 PM, Richard Biener wrote: > On Thu, Jul 24, 2014 at 7:21 PM, Martin Liška wrote: >> >> On 07/24/2014 05:53 PM, David Malcolm wrote: >>> >>> On Thu, 2014-07-24 at 16:23 +0100, Martin Liška wrote: Hello, I would like to encapsulate all symtab_nodes

Re: Symtab node table introduction and GGC issues

2014-07-25 Thread Richard Biener
On Thu, Jul 24, 2014 at 7:21 PM, Martin Liška wrote: > > On 07/24/2014 05:53 PM, David Malcolm wrote: >> >> On Thu, 2014-07-24 at 16:23 +0100, Martin Liška wrote: >>> >>> Hello, >>> I would like to encapsulate all symtab_nodes to a class called >>> 'symtab'. >> >> Thanks! >> >>> To respect

Re: GCC version bikeshedding

2014-07-25 Thread Richard Biener
On Thu, Jul 24, 2014 at 5:38 PM, Jeff Law wrote: > On 07/23/14 10:20, Ian Lance Taylor wrote: >> >> I am also fine with it. >> >> I think that if anybody has strong objections, now is the time to make >> them. Otherwise I think we should go with this plan. >> >> To me, the basic summary of the id

Re: GNU Tools Cauldron 2014 - Slides for presentations

2014-07-25 Thread Ludovic Courtès
"Joseph S. Myers" skribis: > In accordance with GNU principles we should be making the videos available > without depending on non-free JavaScript as well (I don't know if Google+ > makes videos readily available without JS or with only free JS). Agreed. I would recommend making them availabl

Re: C as intermediate language, signed integer overflow and -ftrapv

2014-07-25 Thread Thomas Mertes
On Thu, Jul 24 at 10:36 PM, Richard Biener wrote: > Fact is that if somebody is interested in > -ftrapv he/she is welcome to contribute patches. Especially testing > coverage is poor. As I said I have test programs for integer overflow (not written in C). Now I have converted one test program to