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: Major regression on mainline


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


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