]> gcc.gnu.org Git - gcc.git/commitdiff
20010423-1.c, [...]: Move from gcc.dg/.
authorRichard Henderson <rth@redhat.com>
Sat, 19 Nov 2005 02:19:43 +0000 (18:19 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 19 Nov 2005 02:19:43 +0000 (18:19 -0800)
        * gcc.target/ia64/20010423-1.c, gcc.target/ia64/20020313-1.c,
        gcc.target/ia64/20020326-1.c, gcc.target/ia64/20030225-2.c,
        gcc.target/ia64/20030405-1.c, gcc.target/ia64/20030811-1.c,
        gcc.target/ia64/20040303-1.c: Move from gcc.dg/.
        * gcc.target/ia64/asm-1.c, gcc.target/ia64/float80-1.c,
        gcc.target/ia64/float80-2.c, gcc.target/ia64/got-1.c,
        gcc.target/ia64/postinc-1.c, gcc.target/ia64/types-1.c,
        gcc.target/ia64/types-2.c, gcc.target/ia64/visibility-1.c,
        gcc.target/ia64/visibility-2.c: Move from gcc.dg/, with
        renaming to remove initial "ia64-".

From-SVN: r107205

18 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/ia64/20010423-1.c [moved from gcc/testsuite/gcc.dg/20010423-1.c with 86% similarity]
gcc/testsuite/gcc.target/ia64/20020313-1.c [moved from gcc/testsuite/gcc.dg/20020313-1.c with 98% similarity]
gcc/testsuite/gcc.target/ia64/20020326-1.c [moved from gcc/testsuite/gcc.dg/20020326-1.c with 82% similarity]
gcc/testsuite/gcc.target/ia64/20030225-2.c [moved from gcc/testsuite/gcc.dg/20030225-2.c with 94% similarity]
gcc/testsuite/gcc.target/ia64/20030405-1.c [moved from gcc/testsuite/gcc.dg/20030405-1.c with 93% similarity]
gcc/testsuite/gcc.target/ia64/20030811-1.c [moved from gcc/testsuite/gcc.dg/20030811-1.c with 96% similarity]
gcc/testsuite/gcc.target/ia64/20040303-1.c [moved from gcc/testsuite/gcc.dg/20040303-1.c with 78% similarity]
gcc/testsuite/gcc.target/ia64/asm-1.c [moved from gcc/testsuite/gcc.dg/ia64-asm-1.c with 91% similarity]
gcc/testsuite/gcc.target/ia64/float80-1.c [moved from gcc/testsuite/gcc.dg/ia64-float80-1.c with 78% similarity]
gcc/testsuite/gcc.target/ia64/float80-2.c [moved from gcc/testsuite/gcc.dg/ia64-float80-2.c with 84% similarity]
gcc/testsuite/gcc.target/ia64/fptr-1.c [moved from gcc/testsuite/gcc.dg/ia64-fptr-1.c with 100% similarity]
gcc/testsuite/gcc.target/ia64/got-1.c [moved from gcc/testsuite/gcc.dg/ia64-got-1.c with 95% similarity]
gcc/testsuite/gcc.target/ia64/postinc-1.c [moved from gcc/testsuite/gcc.dg/ia64-postinc.c with 92% similarity]
gcc/testsuite/gcc.target/ia64/types-1.c [moved from gcc/testsuite/gcc.dg/ia64-types1.c with 100% similarity]
gcc/testsuite/gcc.target/ia64/types-2.c [moved from gcc/testsuite/gcc.dg/ia64-types2.c with 100% similarity]
gcc/testsuite/gcc.target/ia64/visibility-1.c [moved from gcc/testsuite/gcc.dg/ia64-visibility-1.c with 100% similarity]
gcc/testsuite/gcc.target/ia64/visibility-2.c [moved from gcc/testsuite/gcc.dg/ia64-visibility-2.c with 100% similarity]

index 002b28bdb518a5ca4dbc053fe80c36201415bece..046330f52ada8d9f4d232e49eabd539d2ebe3be4 100644 (file)
@@ -1,3 +1,16 @@
+2005-11-18  Richard Henderson  <rth@redhat.com>
+
+       * gcc.target/ia64/20010423-1.c, gcc.target/ia64/20020313-1.c,
+       gcc.target/ia64/20020326-1.c, gcc.target/ia64/20030225-2.c,
+       gcc.target/ia64/20030405-1.c, gcc.target/ia64/20030811-1.c,
+       gcc.target/ia64/20040303-1.c: Move from gcc.dg/.
+       * gcc.target/ia64/asm-1.c, gcc.target/ia64/float80-1.c,
+       gcc.target/ia64/float80-2.c, gcc.target/ia64/got-1.c,
+       gcc.target/ia64/postinc-1.c, gcc.target/ia64/types-1.c,
+       gcc.target/ia64/types-2.c, gcc.target/ia64/visibility-1.c,
+       gcc.target/ia64/visibility-2.c: Move from gcc.dg/, with 
+       renaming to remove initial "ia64-".
+
 2005-11-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        * ada/acats/run_all.sh (target_run): Revert 2005-11-17 patch.
similarity index 86%
rename from gcc/testsuite/gcc.dg/20010423-1.c
rename to gcc/testsuite/gcc.target/ia64/20010423-1.c
index 06af789ba53e14127784c86de48aa6a6d25cfce0..4cec79370de1b4e9079b460586c1a486084c9561 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia64-*-* } } */
+/* { dg-do compile } */
 /* { dg-options "-O2" } */
 
 int __sync_fetch_and_add_si (int *, int);
similarity index 98%
rename from gcc/testsuite/gcc.dg/20020313-1.c
rename to gcc/testsuite/gcc.target/ia64/20020313-1.c
index c8c5d7135ab9cd8c1d048e44db952e870449fbde..bc134febf1e75a846374c077b2f19b8c3ec22fa4 100644 (file)
@@ -3,7 +3,7 @@
    insns, and messed up its internal state on which slot it was issuing
    to, and aborted.  */
 
-/* { dg-do compile { target ia64-*-* } } */
+/* { dg-do compile } */
 /* In ILP32 mode, we get warnings about large integer constants.
    Those cause spurious FAILs.  */
 /* { dg-options "-w -O2 -mconstant-gp" } */
similarity index 82%
rename from gcc/testsuite/gcc.dg/20020326-1.c
rename to gcc/testsuite/gcc.target/ia64/20020326-1.c
index 4a903bc91c473d10161560a71c29112ee972204f..16da750ba42a719f507c5fe40b3ffc8880c5d901 100644 (file)
@@ -1,5 +1,5 @@
 /* PR target/6054 */
-/* { dg-do compile { target ia64-*-* } } */
+/* { dg-do compile } */
 /* { dg-options "-O -mconstant-gp" } */
 /* { dg-final { scan-assembler "mov r1 =" } } */
 
similarity index 94%
rename from gcc/testsuite/gcc.dg/20030225-2.c
rename to gcc/testsuite/gcc.target/ia64/20030225-2.c
index fd83ab8e0aa46fa812099c5084a91bc758ce17c8..278180777ff6d80f0cd792ac6aeae26072586b14 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target ia64-*-linux* } } */
+/* { dg-do run } */
 /* { dg-options "-O3" } */
 
 extern void abort (void);
similarity index 93%
rename from gcc/testsuite/gcc.dg/20030405-1.c
rename to gcc/testsuite/gcc.target/ia64/20030405-1.c
index ec19d5c78704673d3b596a8ff78c7b18469d6d0f..510638ce5e1f8ed8233637842773ea5102aa9b30 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia64-*-* } } */
+/* { dg-do compile } */
 /* { dg-options "-O2" } */
 
 int
similarity index 96%
rename from gcc/testsuite/gcc.dg/20030811-1.c
rename to gcc/testsuite/gcc.target/ia64/20030811-1.c
index 55b24060ecb124712c08ff99c1dc14910e6f7428..d162794f594c1487ca9fbc3ba653f524779604f9 100644 (file)
@@ -1,5 +1,5 @@
 /* Origin: PR target/11693 from Andreas Schwab <schwab@suse.de> */
-/* { dg-do compile { target ia64-*-linux* } } */
+/* { dg-do compile } */
 /* { dg-options "-O2 -frename-registers" } */
 
 static inline unsigned long
similarity index 78%
rename from gcc/testsuite/gcc.dg/20040303-1.c
rename to gcc/testsuite/gcc.target/ia64/20040303-1.c
index 325853860b6e3eaf5a1e840946e3b52520210133..60b5c528fdb7701b7c10e6b397cbc72111473b4e 100644 (file)
@@ -3,8 +3,8 @@
    exact value from a floating point expression is unwise but GCC
    depends on it in allocno_compare.  */
 
-/* { dg-do run { target ia64-*-* } } */
-/* { dg-options "-minline-float-divide-max-throughput" { target ia64-*-* } } */
+/* { dg-do run } */
+/* { dg-options "-minline-float-divide-max-throughput" } */
 
 extern void abort (void);
 
similarity index 91%
rename from gcc/testsuite/gcc.dg/ia64-asm-1.c
rename to gcc/testsuite/gcc.target/ia64/asm-1.c
index 7222bbd214b497cc39dcf27e9c7aaf3921f433ae..0acfee5899818637eb3deab152689505cdbcb04d 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target ia64-*-* } } */
+/* { dg-do run } */
 /* { dg-options } */
 
 extern void abort (void);
similarity index 78%
rename from gcc/testsuite/gcc.dg/ia64-float80-1.c
rename to gcc/testsuite/gcc.target/ia64/float80-1.c
index dd39f3eb59ac55a120cf0f13e6b6d68790ec2102..38e9c870f4e93876077370e06f745d776697f950 100644 (file)
@@ -1,5 +1,5 @@
 /* Bug 14610 */
-/* { dg-do run { target ia64-*-* } } */
+/* { dg-do run } */
 
 extern void abort(void);
 volatile __float80 x = 30.0;
similarity index 84%
rename from gcc/testsuite/gcc.dg/ia64-float80-2.c
rename to gcc/testsuite/gcc.target/ia64/float80-2.c
index 629312425c2a7e5a068e685f623f365c72e22a30..346daa7bab2d68d1f733133f22838ff0836d0b39 100644 (file)
@@ -1,5 +1,5 @@
 /* Bug 14610 */
-/* { dg-do run { target ia64-*-* } } */
+/* { dg-do run } */
 /* { dg-options "-minline-int-divide-max-throughput" } */
 
 extern void abort(void);
similarity index 95%
rename from gcc/testsuite/gcc.dg/ia64-got-1.c
rename to gcc/testsuite/gcc.target/ia64/got-1.c
index d53560f81568cd09553276ac470501dd8086614a..7a12ebd0271be587a6d2dac6d82556d30d8df78c 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia64*-*-* } } */
+/* { dg-do compile } */
 /* { dg-options "-O2 -fPIC" } */
 
 /* { dg-final { scan-assembler "@ltoffx\\(object#\\)" } } */
similarity index 92%
rename from gcc/testsuite/gcc.dg/ia64-postinc.c
rename to gcc/testsuite/gcc.target/ia64/postinc-1.c
index 20a50ed1cbebe7bcc7152990595220dc3eb71320..93c30d8725a584155d152439311273198b81bce8 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia64-*-* } } */
+/* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-options "-O2 -mlp64" { target ia64-*-hpux* } } */
 
This page took 0.129871 seconds and 5 git commands to generate.