URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [t_editing.f] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run } ! PR25349 Check T editing. Test case from PR submitted by Thomas Koenig ! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org> program main character(len=10) line write (line,'(1X,A,T1,A)') 'A','B' if (line.ne.'BA') call abort() end
Go to most recent revision | Compare with Previous | Blame | View Log