aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2012-12-20 00:23:40 +0000
committerPaul Thomas <pault@gcc.gnu.org>2012-12-20 00:23:40 +0000
commitd19a6672c9e798d7e5b18d4eabc355f2123ca2f0 (patch)
tree36a763139c91bf5572ae35f32a3924641a8e76ea /gcc
parent1a5ba68e96e13bfe5b83fa806ebc03625eb3df69 (diff)
downloadgcc-d19a6672c9e798d7e5b18d4eabc355f2123ca2f0.zip
gcc-d19a6672c9e798d7e5b18d4eabc355f2123ca2f0.tar.gz
gcc-d19a6672c9e798d7e5b18d4eabc355f2123ca2f0.tar.bz2
unlimited_polymorphic_2.f03: Remove bad test.
2012-12-19 Paul Thomas <pault@gcc.gnu.org> * gfortran.dg/unlimited_polymorphic_2.f03: Remove bad test. From-SVN: r194626
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f031
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03
index 7c05c84..8e80386 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)