This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.3 Bootstrap failure (was Re: 3.3 compile time regression (22400%))
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: mmitchel at codesourcery dot com, <gcc at gcc dot gnu dot org>, Janis Johnson <janis187 at us dot ibm dot com>
- Date: Mon, 24 Mar 2003 11:05:45 +0100 (CET)
- Subject: 3.3 Bootstrap failure (was Re: 3.3 compile time regression (22400%))
On 24 Mar 2003, Steven Bosscher wrote:
> Op zo 23-03-2003, om 23:21 schreef Richard Guenther:
> > On Sun, 23 Mar 2003, Richard Guenther wrote:
> > This is optimization/10196 now, and I have linked the testcase from POOMA
> > from it
> > (http://www.tat.physik.uni-tuebingen.de/~rguenth/DynamicLayout2.cmpl.ii.gz).
> > This is the testcase with the most serious regression in compilation speed
> > from the pooma library (all other files regress, too, but not that much).
> > Its rather large, sorry about that.
> >
> > If you need more information, please tell me.
>
> Richard,
>
> Mark Mitchell has fixed 7086, which is another PR about excessive time
> spent in "expand". In this PR the slowdown is not nearly as bad as
> yours, so the issues could be unrelated, but maybe you try this once
> more with an updated GCC 3.3 tree?
Current 3.3 HEAD does not bootstrap for me (SuSE 8.0):
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link
/tmp/gcc-obj/gcc/xgcc -shared-libgcc -B/tmp/gcc-obj/gcc/ -nostdinc++
-L/tmp/gcc-obj/i686-pc-linux-gnu/libstdc++-v3/src
-L/tmp/gcc-obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B-dir/i686-pc-linux-gnu/bin/ -B-dir/i686-pc-linux-gnu/lib/ -isystem
-dir/i686-pc-linux-gnu/include -Wl,-O1 -fno-implicit-templates
-prefer-pic -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-o libsupc++.la -rpath -dir/lib/. del_op.lo del_opnt.lo del_opv.lo
del_opvnt.lo eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo
eh_globals.lo eh_personality.lo eh_terminate.lo eh_throw.lo eh_type.lo
guard.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo
pure.lo tinfo.lo tinfo2.lo vec.lo cxa_demangle.lo dyn-string.lo -lm
libtool: link: only absolute run-paths are allowed
make[4]: *** [libsupc++.la] Error 1
make[4]: Leaving directory
`/tmp/gcc-obj/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/gcc-obj/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/tmp/gcc-obj/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/tmp/gcc-obj'
make: *** [bootstrap] Error 2
ln: invalid option -- r
Try `ln --help' for more information.
Richard.
--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/