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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_36.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 47572: [OOP] Invalid: Allocatable polymorphic with init expression.
4
!
5
! Contributed by Edmondo Giovannozzi 
6
! cf. http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/763785b16883ed68
7
 
8
program scalar_allocation
9
  type test
10
    real :: a
11
  end type
12
  class (test), allocatable :: b = test(3.4)  ! { dg-error "cannot have an initializer" }
13
  print *,allocated(b)
14
end program

powered by: WebSVN 2.1.0

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