comparison gcc/testsuite/gfortran.dg/pdt_24.f03 @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
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