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: [tree-ssa] Mainline merge as of 2003-05-25


Diego Novillo wrote:

I finally got around to fixing the remaining merge problems. Bootstrapped and tested on x86, amd64 and PPC.
                                            ^^^^
Ah, yes - that's because g95 is not yet part of the tree-ssa branch :-)

I get the following:

stage1/xgcc .... f95/array.c -o f95/array.o
../../gcc/gcc/f95/array.c: In function `spec_size':
../../gcc/gcc/f95/array.c:1565: internal compiler error: in assign_vars, at tree-ssa.c:1553


tree-ssa.c:1553
/* FIXME. Since we still don't have passes that create overlapping
   live ranges, the code above should've coalesced all the versions
   of the variab le together.  */
abort();

--
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
GNU Fortran 95: http://gcc-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]