aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2011-05-29 07:56:50 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-05-29 07:56:50 +0000
commitbe7a83950d24551571e6d032a54b0a1bdb8a697b (patch)
tree836a1c98b7d6bd37b2dc8379843c8f2da8806500
parent02a8def61775dc14d43f56ea6bc9023866d53ae8 (diff)
downloadgcc-be7a83950d24551571e6d032a54b0a1bdb8a697b.zip
gcc-be7a83950d24551571e6d032a54b0a1bdb8a697b.tar.gz
gcc-be7a83950d24551571e6d032a54b0a1bdb8a697b.tar.bz2
boolean_subtype.adb: Rename to...
* gnat.dg/boolean_subtype.adb: Rename to... * gnat.dg/boolean_subtype1.adb: ...this. From-SVN: r174392
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gnat.dg/boolean_subtype1.adb (renamed from gcc/testsuite/gnat.dg/boolean_subtype.adb)2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 524c9f4..e72e84e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/boolean_subtype.adb: Rename to...
+ * gnat.dg/boolean_subtype1.adb: ...this.
+
2011-05-28 Jason Merrill <jason@redhat.com>
* 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
index 3976d79..60e2199 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;