This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: LAPACK: good news and bad news


On Sun, Jun 13, 2004 at 05:10:28PM -0400, Andrew Pinski wrote:
> > 
> > On Sunday 13 June 2004 21:32, Steve Kargl wrote:
> > > The good news is that someone committed a fix to gfortran
> > > that now permits the BLAS included with LAPACK to pass all
> > > of its test program.  The bad news is that LAPACK no longer
> > > compiles.  I'm getting
> > >
> > > gfortran -c -g -O ssbgst.f
> > > ssbgst.f: In function `ssbgst':
> > > ssbgst.f:0: internal compiler error: in insert_aux, at tree-ssa-pre.c:1363
> > > Please submit a full bug report,
> > > with preprocessed source if appropriate.
> > > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > > *** Error code 1 (continuing)
> > 
> > This might be PR15979
> 
> It might also get fixed by <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00881.html>
> too.  Can you try that simple patch to see if that fixes it?
> 

No luck.  I did a bubblestrap with the patch installed and still get 

kargl[251] make
gfortran -c -g -O chbgst.f
chbgst.f: In function `chbgst':
chbgst.f:0: internal compiler error: in insert_aux, at tree-ssa-pre.c:1368
Please submit a full bug report,

I'll start chopping the code down to something reasonable.

-- 
Steve


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