Thomas Koenig wrote: > On Wed, Feb 16, 2005 at 10:59:00PM -0500, Jason Merrill wrote: >>I suspect that the problem is that the transformations fold_indirect_ref_1 >>is doing on arrays don't mix well with how fortran handles arrays. > > > I have been trying to look at the problem in the BLAS sources, > and I find it hard to debug because it goes away when print > statements are added to the source (I hate that...) > > Anyway, this looks like a character-related failure. The first error > in the single precision level 2 BLAS routines is the following:
Your analysis is correct, see http://gcc.gnu.org/PR20030 :-) A fix has already been committed. Regards, - Tobi