RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr39695_4.f90
blobecb0a43929fec99d5b71f37b4f6404f413feb8b8
1 ! { dg-do compile }
4 function g()
5 implicit none
6 interface
7 function g()
8 integer g
9 end function g
10 end interface
11 pointer g
12 real g ! { dg-error "Symbol 'g' at .1. already has basic type of INTEGER" }
13 end function