Re: Need a copyright assignment and a copyright disclaimer form

2013-04-30 Thread Maxim Kuvyrkov
On 25/04/2013, at 8:51 AM, dw wrote: > I am attempting to submit a patch for the gcc documentation (see > http://gcc.gnu.org/ml/gcc-help/2013-04/msg00193.html). I am told that I need > to submit one of these two forms. Please send me copies so I can select one > and submit it. You need to fo

Re: Inquiry about GCC Summer Of Code project idea.

2013-04-30 Thread Ian Lance Taylor
On Tue, Apr 30, 2013 at 6:53 AM, Thomas Schwinge wrote: > > On I have just > updated/posted a getcontext/makecontext/setcontext/swapcontext usage > analysis. This might constitute a "road block": the Hurd currently does > not allow for cha

Re: Inquiry about GCC Summer Of Code project idea.

2013-04-30 Thread Thomas Schwinge
Hi! I'm sorry for the late answer. Ian, there's a question for you towards the bottom of the email. On Mon, 25 Mar 2013 08:22:15 -0700, Ian Lance Taylor wrote: > On Mon, Mar 25, 2013 at 7:42 AM, Fotis Koutoulakis > wrote: > > > > I am writing this email with regard to a potential project idea

disable-nls breaks build

2013-04-30 Thread Paulo Matos
Hello, I just cloned gcc because of an error I was seeing in my port. It seems to me that the problem is the --disable-nls option but I haven't research yet why this is happening. If I configure with: ../gcc/configure --prefix=/home/pmatos/work/tmp/install-gcc/ --exec-prefix=/home/pmatos/work/

Re: Computation and usage of SSA_NAME_PTR_INFO

2013-04-30 Thread Richard Biener
On Mon, Apr 29, 2013 at 7:34 PM, Nikhil Patil wrote: > Hello, > > 1. Which passes of gcc make use of points-to information in > SSA_NAME_PTR_INFO (or more precisely, pt_solution) in doing > optimizations? All passes that query the alias oracle (tree-ssa-alias.h) which is almost all passes doing o

Re: GSoC openMP task scheduling Advice

2013-04-30 Thread Tobias Burnus
guray.ozen wrote: I thought gcc tasks/threads waiting too much on the idle than intel compiler's threads. Regarding busy waits, you could try to tune the values of the GOMP_SPINCOUNT environment variable. Search for "@node GOMP_SPINCOUNT" in http://gcc.gnu.org/viewcvs/gcc/branches/gomp-4_0-b