[Bug fortran/26769] TRANSPOSE() requires _gfortran_transpose_i10 for REAL(10) arrays
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 20 20:13:00 GMT 2006
------- Comment #2 from tkoenig at gcc dot gnu dot org 2006-03-20 20:13 -------
The way to solve is is to add transpose_r_10.c and reshape_r_10.c
to libgfortran's Makefile.am, then regenerating (which I am always a
little afraid of :-) and modifying the front end to call the 'r'
version if there is no corresponding 'i' version.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26769
More information about the Gcc-bugs
mailing list