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

Subversion Repositories openrisc_me

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-src/gcc-4.5.1/gcc/testsuite/gfortran.dg
    from Rev 302 to Rev 378
    Reverse comparison

Rev 302 → Rev 378

/gomp/pr27573.f90
11,5 → 11,3
end do
!$omp end parallel
end
 
! { dg-final { cleanup-coverage-files } }
/gomp/pr44036-1.f90
12,7 → 12,7
x = a(4)
!$omp end parallel
!$omp parallel default(none) private (x) ! { dg-error "enclosing parallel" }
x = b(5) ! { dg-error "not specified in" "" { target *-*-* } 11 }
x = b(5) ! { dg-error "not specified in" }
!$omp end parallel
!$omp parallel default(none) private (x)
x = c(6)
/allocate_derived_3.f90
0,0 → 1,17
! { dg-do compile }
!
! PR 44929: [OOP] Parsing error of derived type name starting with 'REAL'
!
! Contributed by Satish.BD <bdsatish@gmail.com>
 
type :: real_type
end type
class(real_type), allocatable :: obj
real(8), allocatable :: r8
 
allocate(real_type :: obj)
 
allocate( real(kind=8) :: r8)
allocate(real(8) :: r8 )
 
end

powered by: WebSVN 2.1.0

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