From: Paul Thomas Date: Thu, 20 Dec 2012 00:23:40 +0000 (+0000) Subject: unlimited_polymorphic_2.f03: Remove bad test. X-Git-Tag: releases/gcc-4.8.0~1302 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d19a6672c9e798d7e5b18d4eabc355f2123ca2f0;p=thirdparty%2Fgcc.git unlimited_polymorphic_2.f03: Remove bad test. 2012-12-19 Paul Thomas * gfortran.dg/unlimited_polymorphic_2.f03: Remove bad test. From-SVN: r194626 --- diff --git a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 index 7c05c8456167..8e80386f3dff 100644 --- a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 +++ b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 @@ -14,7 +14,6 @@ u1 => chr ! F2003: C625 allocate (u1) ! { dg-error "requires either a type-spec or SOURCE tag" } - allocate (u1, mold = 1.0) ! { dg-error "requires either a type-spec or SOURCE tag" } allocate (real :: u1) Allocate (u1, source = 1.0)