URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [a_edit_1.f90] - Rev 303
Compare with Previous | Blame | View Log
! pr 15113! Ax edit descriptor x larger than destination! A edit descriptor with no field width segfaultscharacter*16 Ccharacter*4 Ddata C / 'ABCDEFGHIJKLMNOP'/read(C,'(A7)')Dif (D.NE.'DEFG') then! print*,Dcall abortendifread(C,'(A)')Dif (D.NE.'ABCD') then! print*,Dcall abortendifend
