From bd6e6495fd583f42dc6c012b52fd38b6a7cad6e9 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Sun, 29 May 2011 07:56:50 +0000 Subject: [PATCH] * gnat.dg/boolean_subtype.adb: Rename to... * gnat.dg/boolean_subtype1.adb: ...this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174392 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gnat.dg/{boolean_subtype.adb => boolean_subtype1.adb} | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) rename gcc/testsuite/gnat.dg/{boolean_subtype.adb => boolean_subtype1.adb} (96%) 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 + + * 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 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; -- 2.7.4