This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fortran regression [was Re: Results for egcs-971207 on m68k-next-nextstep3]
- To: egcs at cygnus dot com
- Subject: Re: fortran regression [was Re: Results for egcs-971207 on m68k-next-nextstep3]
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 10 Dec 1997 17:46:00 -0700
- Reply-To: egcs at cygnus dot com
> It looks to me more like a problem with some recent backend change,
> though I haven't been able to debug it yet -- I always have trouble
> seeing the wood for the TREEs. Shouldn't the ChangeLog list
> individual changes from the gcc2 merge, BTW?
It is most likely the gcc2 brought over in the last merge which try and
flag arrays that are too big (compile/961203-1.c bug).
We need to figure out how to make fortran work with that code, either
by fixing the gcc2 changes or the fortran front end.
jeff