OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_39.f03] - Blame information for rev 715

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
! PR 47745: [OOP] Segfault with CLASS(*) and derived type dummy arguments
4
!
5
! Contributed by Rodney Polkinghorne 
6
 
7
  type, abstract :: T
8
  end type T
9
contains
10
  class(T) function add()  ! { dg-error "must be dummy, allocatable or pointer" }
11
    add = 1  ! { dg-error "Variable must not be polymorphic in intrinsic assignment" }
12
  end function
13
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.