comparison gcc/testsuite/gfortran.dg/pr39695_2.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 ! { dg-do compile }
2 !
3
4 function g()
5 interface
6 subroutine g()
7 end subroutine g
8 end interface
9 pointer g
10 real g ! { dg-error "Symbol 'g' at .1. cannot have a type" }
11 end function
12