Re: bootstrap with -ftree-parallelize-loops

2008-11-20 Thread Andrew Thomas Pinski
Sent from my iPhone On Nov 20, 2008, at 4:28 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: "Andrew Pinski" <[EMAIL PROTECTED]> wrote on 19/11/2008 20:54:19: On Wed, Nov 19, 2008 at 10:48 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: On Wed, Nov 19, 2008 at 1:47 PM, Andrew Pinski <[EMAIL P

Re: bootstrap with -ftree-parallelize-loops

2008-11-20 Thread Razya Ladelsky
"Andrew Pinski" <[EMAIL PROTECTED]> wrote on 19/11/2008 20:54:19: > On Wed, Nov 19, 2008 at 10:48 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: > > On Wed, Nov 19, 2008 at 1:47 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > >> On Wed, Nov 19, 2008 at 10:40 AM, David Edelsohn <[EMAIL PROTECTED]>

Re: bootstrap with -ftree-parallelize-loops

2008-11-19 Thread Andrew Pinski
On Wed, Nov 19, 2008 at 10:48 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: > On Wed, Nov 19, 2008 at 1:47 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: >> On Wed, Nov 19, 2008 at 10:40 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: >>> You can test -ftree-parallelize-loops building GCC with an insta

Re: bootstrap with -ftree-parallelize-loops

2008-11-19 Thread Andrew Pinski
On Wed, Nov 19, 2008 at 10:40 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: > You can test -ftree-parallelize-loops building GCC with an installed version > of GCC, but not as a three-stage bootstrap. Except you can change libgomp into a target library that gets bootstrapped though. Just like lib

Re: bootstrap with -ftree-parallelize-loops

2008-11-19 Thread David Edelsohn
On Wed, Nov 19, 2008 at 1:47 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > On Wed, Nov 19, 2008 at 10:40 AM, David Edelsohn <[EMAIL PROTECTED]> wrote: >> You can test -ftree-parallelize-loops building GCC with an installed version >> of GCC, but not as a three-stage bootstrap. > > Except you can c

Re: bootstrap with -ftree-parallelize-loops

2008-11-19 Thread David Edelsohn
On Wed, Nov 19, 2008 at 7:01 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > Can I build the target libraries without libgomp, and enable > parallelization only from stage2? The target libraries (libfortran, libstdc++, libgomp, etc.) are built after all of the compiler languages are built -- all

Re: bootstrap with -ftree-parallelize-loops

2008-11-19 Thread Razya Ladelsky
"David Edelsohn" <[EMAIL PROTECTED]> wrote on 17/11/2008 18:45:06: > On Mon, Nov 17, 2008 at 11:01 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to bootstrap with -ftree-parallelize-loops=4 enabled (passed as > >

Re: bootstrap with -ftree-parallelize-loops

2008-11-17 Thread David Edelsohn
On Mon, Nov 17, 2008 at 11:01 AM, Razya Ladelsky <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to bootstrap with -ftree-parallelize-loops=4 enabled (passed as > BOOTCFLAGS). > I'm failing at the begining of stage2 because the compiler can't find > lib

bootstrap with -ftree-parallelize-loops

2008-11-17 Thread Razya Ladelsky
Hi, I'm trying to bootstrap with -ftree-parallelize-loops=4 enabled (passed as BOOTCFLAGS). I'm failing at the begining of stage2 because the compiler can't find libgomp.spec Can anyone help..? Thanks, Razya