diff options
author | Richard Henderson <rth@redhat.com> | 2005-11-18 18:19:43 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-11-18 18:19:43 -0800 |
commit | 7b767e311d47363e5f0f688faa121fe28798a393 (patch) | |
tree | e5cacfdfb809cffc191e8a939a996e9650c6b774 /gcc | |
parent | 8d50f13900c98062b9d308e96d1877e030e42aca (diff) | |
download | gcc-7b767e311d47363e5f0f688faa121fe28798a393.zip gcc-7b767e311d47363e5f0f688faa121fe28798a393.tar.gz gcc-7b767e311d47363e5f0f688faa121fe28798a393.tar.bz2 |
20010423-1.c, [...]: Move from gcc.dg/.
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 13 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20010423-1.c (renamed from gcc/testsuite/gcc.dg/20010423-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20020313-1.c (renamed from gcc/testsuite/gcc.dg/20020313-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20020326-1.c (renamed from gcc/testsuite/gcc.dg/20020326-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20030225-2.c (renamed from gcc/testsuite/gcc.dg/20030225-2.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20030405-1.c (renamed from gcc/testsuite/gcc.dg/20030405-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20030811-1.c (renamed from gcc/testsuite/gcc.dg/20030811-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/20040303-1.c (renamed from gcc/testsuite/gcc.dg/20040303-1.c) | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/asm-1.c (renamed from gcc/testsuite/gcc.dg/ia64-asm-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/float80-1.c (renamed from gcc/testsuite/gcc.dg/ia64-float80-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/float80-2.c (renamed from gcc/testsuite/gcc.dg/ia64-float80-2.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/fptr-1.c (renamed from gcc/testsuite/gcc.dg/ia64-fptr-1.c) | 0 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/got-1.c (renamed from gcc/testsuite/gcc.dg/ia64-got-1.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/postinc-1.c (renamed from gcc/testsuite/gcc.dg/ia64-postinc.c) | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/types-1.c (renamed from gcc/testsuite/gcc.dg/ia64-types1.c) | 0 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/types-2.c (renamed from gcc/testsuite/gcc.dg/ia64-types2.c) | 0 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/visibility-1.c (renamed from gcc/testsuite/gcc.dg/ia64-visibility-1.c) | 0 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/ia64/visibility-2.c (renamed from gcc/testsuite/gcc.dg/ia64-visibility-2.c) | 0 |
18 files changed, 26 insertions, 13 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 002b28b..046330f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/20010423-1.c b/gcc/testsuite/gcc.target/ia64/20010423-1.c index 06af789..4cec793 100644 --- a/gcc/testsuite/gcc.dg/20010423-1.c +++ b/gcc/testsuite/gcc.target/ia64/20010423-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia64-*-* } } */ +/* { dg-do compile } */ /* { dg-options "-O2" } */ int __sync_fetch_and_add_si (int *, int); diff --git a/gcc/testsuite/gcc.dg/20020313-1.c b/gcc/testsuite/gcc.target/ia64/20020313-1.c index c8c5d71..bc134fe 100644 --- a/gcc/testsuite/gcc.dg/20020313-1.c +++ b/gcc/testsuite/gcc.target/ia64/20020313-1.c @@ -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" } */ diff --git a/gcc/testsuite/gcc.dg/20020326-1.c b/gcc/testsuite/gcc.target/ia64/20020326-1.c index 4a903bc..16da750 100644 --- a/gcc/testsuite/gcc.dg/20020326-1.c +++ b/gcc/testsuite/gcc.target/ia64/20020326-1.c @@ -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 =" } } */ diff --git a/gcc/testsuite/gcc.dg/20030225-2.c b/gcc/testsuite/gcc.target/ia64/20030225-2.c index fd83ab8..2781807 100644 --- a/gcc/testsuite/gcc.dg/20030225-2.c +++ b/gcc/testsuite/gcc.target/ia64/20030225-2.c @@ -1,4 +1,4 @@ -/* { dg-do run { target ia64-*-linux* } } */ +/* { dg-do run } */ /* { dg-options "-O3" } */ extern void abort (void); diff --git a/gcc/testsuite/gcc.dg/20030405-1.c b/gcc/testsuite/gcc.target/ia64/20030405-1.c index ec19d5c..510638c 100644 --- a/gcc/testsuite/gcc.dg/20030405-1.c +++ b/gcc/testsuite/gcc.target/ia64/20030405-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia64-*-* } } */ +/* { dg-do compile } */ /* { dg-options "-O2" } */ int diff --git a/gcc/testsuite/gcc.dg/20030811-1.c b/gcc/testsuite/gcc.target/ia64/20030811-1.c index 55b2406..d162794 100644 --- a/gcc/testsuite/gcc.dg/20030811-1.c +++ b/gcc/testsuite/gcc.target/ia64/20030811-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/20040303-1.c b/gcc/testsuite/gcc.target/ia64/20040303-1.c index 3258538..60b5c52 100644 --- a/gcc/testsuite/gcc.dg/20040303-1.c +++ b/gcc/testsuite/gcc.target/ia64/20040303-1.c @@ -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); diff --git a/gcc/testsuite/gcc.dg/ia64-asm-1.c b/gcc/testsuite/gcc.target/ia64/asm-1.c index 7222bbd..0acfee5 100644 --- a/gcc/testsuite/gcc.dg/ia64-asm-1.c +++ b/gcc/testsuite/gcc.target/ia64/asm-1.c @@ -1,4 +1,4 @@ -/* { dg-do run { target ia64-*-* } } */ +/* { dg-do run } */ /* { dg-options } */ extern void abort (void); diff --git a/gcc/testsuite/gcc.dg/ia64-float80-1.c b/gcc/testsuite/gcc.target/ia64/float80-1.c index dd39f3e..38e9c87 100644 --- a/gcc/testsuite/gcc.dg/ia64-float80-1.c +++ b/gcc/testsuite/gcc.target/ia64/float80-1.c @@ -1,5 +1,5 @@ /* Bug 14610 */ -/* { dg-do run { target ia64-*-* } } */ +/* { dg-do run } */ extern void abort(void); volatile __float80 x = 30.0; diff --git a/gcc/testsuite/gcc.dg/ia64-float80-2.c b/gcc/testsuite/gcc.target/ia64/float80-2.c index 6293124..346daa7 100644 --- a/gcc/testsuite/gcc.dg/ia64-float80-2.c +++ b/gcc/testsuite/gcc.target/ia64/float80-2.c @@ -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); diff --git a/gcc/testsuite/gcc.dg/ia64-fptr-1.c b/gcc/testsuite/gcc.target/ia64/fptr-1.c index 8dc2efa..8dc2efa 100644 --- a/gcc/testsuite/gcc.dg/ia64-fptr-1.c +++ b/gcc/testsuite/gcc.target/ia64/fptr-1.c diff --git a/gcc/testsuite/gcc.dg/ia64-got-1.c b/gcc/testsuite/gcc.target/ia64/got-1.c index d53560f..7a12ebd 100644 --- a/gcc/testsuite/gcc.dg/ia64-got-1.c +++ b/gcc/testsuite/gcc.target/ia64/got-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia64*-*-* } } */ +/* { dg-do compile } */ /* { dg-options "-O2 -fPIC" } */ /* { dg-final { scan-assembler "@ltoffx\\(object#\\)" } } */ diff --git a/gcc/testsuite/gcc.dg/ia64-postinc.c b/gcc/testsuite/gcc.target/ia64/postinc-1.c index 20a50ed..93c30d8 100644 --- a/gcc/testsuite/gcc.dg/ia64-postinc.c +++ b/gcc/testsuite/gcc.target/ia64/postinc-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia64-*-* } } */ +/* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-options "-O2 -mlp64" { target ia64-*-hpux* } } */ diff --git a/gcc/testsuite/gcc.dg/ia64-types1.c b/gcc/testsuite/gcc.target/ia64/types-1.c index 521588b..521588b 100644 --- a/gcc/testsuite/gcc.dg/ia64-types1.c +++ b/gcc/testsuite/gcc.target/ia64/types-1.c diff --git a/gcc/testsuite/gcc.dg/ia64-types2.c b/gcc/testsuite/gcc.target/ia64/types-2.c index 30e4ddb..30e4ddb 100644 --- a/gcc/testsuite/gcc.dg/ia64-types2.c +++ b/gcc/testsuite/gcc.target/ia64/types-2.c diff --git a/gcc/testsuite/gcc.dg/ia64-visibility-1.c b/gcc/testsuite/gcc.target/ia64/visibility-1.c index 53bc2c3..53bc2c3 100644 --- a/gcc/testsuite/gcc.dg/ia64-visibility-1.c +++ b/gcc/testsuite/gcc.target/ia64/visibility-1.c diff --git a/gcc/testsuite/gcc.dg/ia64-visibility-2.c b/gcc/testsuite/gcc.target/ia64/visibility-2.c index 895ef6d..895ef6d 100644 --- a/gcc/testsuite/gcc.dg/ia64-visibility-2.c +++ b/gcc/testsuite/gcc.target/ia64/visibility-2.c |