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]

Strange error


Hello everyone,
On a Fedora-9 x86_64 quad-core PC I'm using

$gfortran --version
GNU Fortran (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)

Running my code (maglincont.exe:) I obtain, after a lot of similar
loops, this error message:

maglincont.exe: ../../../libgfortran/generated/matmul_r8.c:96:
matmul_r8: Assertion `((a)->dtype & 0x07) == 2 || ((b)->dtype & 0x07) ==
2' failed

I've tried compiling my code in debug and with array-bound check ( 
FFLAGS_COMM = -ffpe-trap=invalid,overflow,zero,underflow 
-ffixed-line-length-none -Wall -pedantic -Wextra -Werror -Wtabs
-Wno-unused -fbounds-check -O0 -g3 ) but I've obtained the same result
and no corefile at all. May be not to say that, during compilation, I
don't have any warning.

Thank you very much

Giacomo

-- 
/_\ The ASCII		        Per comunicare in modo riservato:
\_/ Ribbon Campaign         gpg --keyserver  pool.sks-keyservers.net \
 X  Against HTML                --recv-keys 20611EAD	
/_\ Email!	                 
----------------------------------------------------------------------
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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