URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [auto_internal_assumed.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! Test fix of PR24705 - ICE on assumed character length! internal function.!character (6) :: cc = f1 ()if (c .ne. 'abcdef') call abortcontainsfunction f1 () ! { dg-error "must not be assumed length" }character (*) :: f1f1 = 'abcdef'end function f1end
