asm-1.c: Move from gcc.dg/asm-5.c.
authorRichard Henderson <rth@redhat.com>
Sat, 5 Nov 2005 23:30:25 +0000 (15:30 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 5 Nov 2005 23:30:25 +0000 (15:30 -0800)
        * gcc.target/alpha/asm-1.c: Move from gcc.dg/asm-5.c.
        * gcc.target/alpha/cix-1.c, gcc.target/alpha/cix-2.c,
        gcc.target/alpha/max-1.c, gcc.target/alpha/max-2.c,
        gcc.target/alpha/base-1.c, gcc.target/alpha/base-2.c: Move
        from gcc.dg/alpha-*.
        * gcc.target/alpha/980217-1.c, gcc.target/alpha/20011018-1.c,
        gcc.target/alpha/20000715-1.c: Move from gcc.dg/.

From-SVN: r106538

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/alpha/20000715-1.c [moved from gcc/testsuite/gcc.dg/20000715-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/20011018-1.c [moved from gcc/testsuite/gcc.dg/20011018-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/980217-1.c [moved from gcc/testsuite/gcc.dg/980217-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/asm-1.c [moved from gcc/testsuite/gcc.dg/asm-5.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/base-1.c [moved from gcc/testsuite/gcc.dg/alpha-base-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/base-2.c [moved from gcc/testsuite/gcc.dg/alpha-base-2.c with 84% similarity]
gcc/testsuite/gcc.target/alpha/cix-1.c [moved from gcc/testsuite/gcc.dg/alpha-cix-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/cix-2.c [moved from gcc/testsuite/gcc.dg/alpha-cix-2.c with 84% similarity]
gcc/testsuite/gcc.target/alpha/max-1.c [moved from gcc/testsuite/gcc.dg/alpha-max-1.c with 100% similarity]
gcc/testsuite/gcc.target/alpha/max-2.c [moved from gcc/testsuite/gcc.dg/alpha-max-2.c with 85% similarity]

index 77ebf3f..7096544 100644 (file)
@@ -1,3 +1,13 @@
+2005-11-05  Richard Henderson  <rth@redhat.com>
+
+       * gcc.target/alpha/asm-1.c: Move from gcc.dg/asm-5.c.
+       * gcc.target/alpha/cix-1.c, gcc.target/alpha/cix-2.c,
+       gcc.target/alpha/max-1.c, gcc.target/alpha/max-2.c,
+       gcc.target/alpha/base-1.c, gcc.target/alpha/base-2.c: Move
+       from gcc.dg/alpha-*.
+       * gcc.target/alpha/980217-1.c, gcc.target/alpha/20011018-1.c,
+       gcc.target/alpha/20000715-1.c: Move from gcc.dg/.
+
 2005-11-05  Andreas Jaeger  <aj@suse.de>
 
        * gcc.target/i386/20020523-2.c: Fix path for i386-cpuid.h.
similarity index 84%
rename from gcc/testsuite/gcc.dg/alpha-base-2.c
rename to gcc/testsuite/gcc.target/alpha/base-2.c
index 895cdb0..22a34f0 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do link { target alpha*-*-* } } */
 /* { dg-options "-mcpu=ev4 -O2" } */
 
-#include "alpha-base-1.c"
+#include "base-1.c"
similarity index 84%
rename from gcc/testsuite/gcc.dg/alpha-cix-2.c
rename to gcc/testsuite/gcc.target/alpha/cix-2.c
index 26b4186..b20b506 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do link { target alpha*-*-* } } */
 /* { dg-options "-mcpu=ev67 -O2" } */
 
-#include "alpha-cix-1.c"
+#include "cix-1.c"
similarity index 85%
rename from gcc/testsuite/gcc.dg/alpha-max-2.c
rename to gcc/testsuite/gcc.target/alpha/max-2.c
index a6c5613..90b4f8c 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do link { target alpha*-*-* } } */
 /* { dg-options "-mcpu=pca56 -O2" } */
 
-#include "alpha-max-1.c"
+#include "max-1.c"