* gnat.dg/boolean_expr.ad[sb]: Rename to boolean_expr1.ad[sb].
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 1 Aug 2008 14:10:10 +0000 (14:10 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 1 Aug 2008 14:10:10 +0000 (14:10 +0000)
From-SVN: r138520

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/boolean_expr1.adb [moved from gcc/testsuite/gnat.dg/boolean_expr.adb with 93% similarity]
gcc/testsuite/gnat.dg/boolean_expr1.ads [moved from gcc/testsuite/gnat.dg/boolean_expr.ads with 53% similarity]

index 1d0dc17..8d9618f 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/boolean_expr.ad[sb]: Rename to boolean_expr1.ad[sb].
+
 2008-08-01  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/36997
similarity index 93%
rename from gcc/testsuite/gnat.dg/boolean_expr.adb
rename to gcc/testsuite/gnat.dg/boolean_expr1.adb
index 6ac086d..ddfe32b 100644 (file)
@@ -4,7 +4,7 @@
 -- { dg-do compile }
 -- { dg-options "-O2" }
 
-package body Boolean_Expr is
+package body Boolean_Expr1 is
 
    function Long_Float_Is_Valid (X : in Long_Float) return Boolean is
       Is_Nan : constant Boolean := X /= X;
@@ -27,4 +27,4 @@ package body Boolean_Expr is
          return "ERROR";
    end S;
 
-end Boolean_Expr;
+end Boolean_Expr1;
similarity index 53%
rename from gcc/testsuite/gnat.dg/boolean_expr.ads
rename to gcc/testsuite/gnat.dg/boolean_expr1.ads
index 8190ce7..5265511 100644 (file)
@@ -1,5 +1,5 @@
-package Boolean_Expr is
+package Boolean_Expr1 is
 
    function S (V : in Long_Float) return String;
 
-end Boolean_Expr;
+end Boolean_Expr1;