Re: [IMPORTANT] slots assigned

2016-04-14 Thread Giuseppe Scrivano
Hi Richard, Richard Biener writes: > On Thu, 14 Apr 2016, Giuseppe Scrivano wrote: > >> Hi everyone, >> >> We got 18 slots from Google. >> >> It is less than we expected so not everyone is going to be satisfied by >> the split below. >> &g

Re: Slides from Cauldron talks

2014-07-24 Thread Giuseppe Scrivano
David Edelsohn writes: > On Thu, Jul 24, 2014 at 2:19 AM, Tobias Burnus wrote: >> David Malcolm wrote: >>> >>> I didn't see a place to post slides for Cauldron talks, so am posting >>> links to them here. >> >> >> I have added the links to >> https://gcc.gnu.org/wiki/cauldron2014#Slides_and_Note

Re: GUPC: A GCC frontend for UPC

2010-03-03 Thread Giuseppe Scrivano
l...@gnu.org (Ludovic Courtès) writes: >> The GUPC project is described here: http://gcc.gnu.org/projects/gupc.html. > > This URL is 404. Hey Ludovic, it works well here. Can the trailing dot be the problem? Cheers, Giuseppe

tree.c compiler warning

2009-06-14 Thread Giuseppe Scrivano
Hello, last GCC revision has a compiler warning at line 8502. Is this extremely trivial patch OK? Thanks, Giuseppe --- a/gcc/tree.c +++ b/gcc/tree.c @@ -8499,7 +8499,7 @@ widest_int_cst_value (const_tree x) #if HOST_BITS_PER_WIDEST_INT > HOST_BITS_PER_WIDE_INT gcc_assert (HOST_BITS_PER_W