This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
regression in char_transpose_1.f90
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org
- Date: Mon, 30 Jan 2006 16:45:24 -0800
- Subject: regression in char_transpose_1.f90
Is anyone else seeing a regression in char_transpose_1.f90?
troutmask:sgk[203] gfc4x -o z char_transpose_1.f90
char_transpose_1.f90: In function 'MAIN__':
char_transpose_1.f90:9: internal compiler error: in gfc_conv_array_transpose, at fortran/trans-array.c:717
Please submit a full bug report,
with preprocessed source if appropriate.
I have actually traced this all the way back to the original commit.
troutmask:sgk[204] gfc4x -o z char_transpose_1.f90 --version
GNU Fortran 95 (GCC) 4.2.0 20051213 (experimental)
--
Steve