OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [derived_name_1.f90] - Blame information for rev 325

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! PR 20897
3
! Make sure intrinsic type names do not appear as names of derived types
4
type integer ! { dg-error "cannot be the same as an intrinsic type" }
5
type real    ! { dg-error "cannot be the same as an intrinsic type" }
6
type complex ! { dg-error "cannot be the same as an intrinsic type" }
7
type character ! { dg-error "cannot be the same as an intrinsic type" }
8
type logical ! { dg-error "cannot be the same as an intrinsic type" }
9
type complex ! { dg-error "cannot be the same as an intrinsic type" }
10
type double precision ! { dg-error "Unclassifiable statement" }
11
type doubleprecision ! { dg-error "cannot be the same as an intrinsic type" }
12
type double complex ! { dg-error "Unclassifiable statement" }
13
type doublecomplex ! { dg-error "cannot be the same as an intrinsic type" }
14
 
15
type x
16
   integer y
17
end type x
18
end
19
 

powered by: WebSVN 2.1.0

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