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/] [entry_7.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! Check that PR20877 and PR25047 are fixed by the patch for
5
! PR24558. Both modules would emit the error:
6
! insert_bbt(): Duplicate key found!
7
! because of the prior references to a module function entry.
8
!
9
! Contributed by Joost VandeVondele  
10
!
11
MODULE TT
12
CONTAINS
13
  FUNCTION K(I) RESULT(J)
14
    ENTRY J() ! { dg-error "conflicts with RESULT attribute" }
15
  END FUNCTION K
16
 
17
  integer function foo ()
18
    character*4 bar ! { dg-error "type CHARACTER" }
19
    foo = 21
20
    return
21
  entry bar ()
22
    bar = "abcd"
23
  end function
24
END MODULE TT
25
 
26
 
27
! { dg-final { cleanup-modules "TT" } }

powered by: WebSVN 2.1.0

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