RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pdt_17.f03
blob1b0a30dca4cb2cca1e802579bf70015838b5ac10
1 ! { dg-do compile }
3 ! Test the fix for PR82587
5 ! Contributed by G Steinmetz  <gscfq@t-online.de>
7 program p
8    type t(a)                   ! { dg-error "does not have a component" }
9       integer(kind=t()) :: x   ! { dg-error "used before it is defined" }
10    end type
11 end