URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_23.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 42051: [OOP] ICE on array-valued function with CLASS formal argument!! Original test case by Damian Rouson <damian@rouson.net>! Modified by Janus Weil <janus@gcc.gnu.org>type gridend typecontainsfunction return_x(this) result(this_x)class(grid) :: thisreal ,dimension(1) :: this_xend functionsubroutine output()type(grid) :: meshreal ,dimension(1) :: xx = return_x(mesh)end subroutineend
