From: Eric Botcazou Date: Sun, 29 May 2011 07:56:50 +0000 (+0000) Subject: boolean_subtype.adb: Rename to... X-Git-Tag: releases/gcc-4.7.0~6396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be7a83950d24551571e6d032a54b0a1bdb8a697b;p=thirdparty%2Fgcc.git boolean_subtype.adb: Rename to... * gnat.dg/boolean_subtype.adb: Rename to... * gnat.dg/boolean_subtype1.adb: ...this. From-SVN: r174392 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 524c9f449ab6..e72e84e416df 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-05-29 Eric Botcazou + + * gnat.dg/boolean_subtype.adb: Rename to... + * gnat.dg/boolean_subtype1.adb: ...this. + 2011-05-28 Jason Merrill * g++.dg/cpp0x/lambda/lambda-syntax1.C: New. diff --git a/gcc/testsuite/gnat.dg/boolean_subtype.adb b/gcc/testsuite/gnat.dg/boolean_subtype1.adb similarity index 96% rename from gcc/testsuite/gnat.dg/boolean_subtype.adb rename to gcc/testsuite/gnat.dg/boolean_subtype1.adb index 3976d7992333..60e2199dba13 100644 --- a/gcc/testsuite/gnat.dg/boolean_subtype.adb +++ b/gcc/testsuite/gnat.dg/boolean_subtype1.adb @@ -1,7 +1,7 @@ -- { dg-do compile } -- { dg-options "-O2" } -procedure boolean_subtype is +procedure Boolean_Subtype1 is subtype Component_T is Boolean;