This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap with -ftree-parallelize-loops


On Wed, Nov 19, 2008 at 7:01 AM, Razya Ladelsky <RAZYA@il.ibm.com> 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 stages.  libgomp currently is not designed
to be run in the build tree without the extra flags used by the testsuite.

You can test -ftree-parallelize-loops building GCC with an installed version
of GCC, but not as a three-stage bootstrap.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]