This is the mail archive of the gcc-patches@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]

Re: new-regalloc-branch: subreg handling (1/x)


Michael Matz wrote:

> a little bit infrastructure to handle subregs more accurately.  With this
> the allocator is slower and bigger...

Well, at least on alphaev6-unknown-linux-gnu it takes somewhat longer
before the build halts.  Previously, it wouldn't pass compiling dce.c in
stage 2, now it halts at:

all -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -mieee -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I.
-I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config
-I../../gcc/gcc/../include  -DL_muldi3 -c ../../gcc/gcc/libgcc2.c -o
libgcc/./_muldi3.o
In file included from tm.h:7,
                 from ../../gcc/gcc/config/alpha/xm-alpha.h:39,
                 from tconfig.h:6,
                 from ../../gcc/gcc/libgcc2.c:36:
../../gcc/gcc/config/alpha/alpha.h:58: Tree check: expected integer_cst,
have error_mark
../../gcc/gcc/config/alpha/alpha.h:58: confused by earlier errors,
bailing out
make[3]: *** [libgcc/./_muldi3.o] Error 1

just after that.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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