From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: egcs@cygnus.com Subject: Re: fortran regression [was Re: Results for egcs-971207 on m68k-next-nextstep3] Date: Wed, 10 Dec 1997 16:43:00 -0000 Message-id: <11472.881801160@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00626.html > 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