aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/result_2.f90
blob: eea28e8f2feab7e234b614f3aebbbb0d0e766a28 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
!
! PR 50379: ICE in gfc_typenode_for_spec at fortran/trans-types.c
!
! Contributed by Vittorio Zecca <zeccav@gmail.com>

  function f() result(res)
    interface res          ! { dg-error "attribute conflicts with" }
  end