comparison gcc/testsuite/gfortran.dg/pdt_24.f03 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ! { dg-do compile }
2 !
3 ! Tests the fixes for PR82866.
4 !
5 ! Contributed by Gerhard Steinmetz <gscfq@t-online.de>
6 !
7 module s
8 type t(*, a, :) ! { dg-error "A parameter name is required" }
9 integer, len :: a
10 end type
11 end