20000715-1.c: Remove target selector.

* gcc.target/alpha/20000715-1.c: Remove target selector.
	* gcc.target/alpha/20011018-1.c: Ditto.
	* gcc.target/alpha/980217-1.c: Ditto.
	* gcc.target/alpha/asm-1.c: Ditto.
	* gcc.target/alpha/base-1.c: Ditto.
	* gcc.target/alpha/base-2.c: Ditto.
	* gcc.target/alpha/cix-1.c: Ditto.
	* gcc.target/alpha/cix-2.c: Ditto.
	* gcc.target/alpha/max-1.c: Ditto.
	* gcc.target/alpha/max-2.c: Ditto.

From-SVN: r155426
This commit is contained in:
Uros Bizjak 2009-12-23 15:08:23 +01:00 committed by Uros Bizjak
parent 1b3abda87d
commit 9c419ba8f8
11 changed files with 23 additions and 10 deletions

View File

@ -1,3 +1,16 @@
2009-12-23 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/alpha/20000715-1.c: Remove target selector.
* gcc.target/alpha/20011018-1.c: Ditto.
* gcc.target/alpha/980217-1.c: Ditto.
* gcc.target/alpha/asm-1.c: Ditto.
* gcc.target/alpha/base-1.c: Ditto.
* gcc.target/alpha/base-2.c: Ditto.
* gcc.target/alpha/cix-1.c: Ditto.
* gcc.target/alpha/cix-2.c: Ditto.
* gcc.target/alpha/max-1.c: Ditto.
* gcc.target/alpha/max-2.c: Ditto.
2009-12-23 Sebastian Pop <sebpop@gmail.com> 2009-12-23 Sebastian Pop <sebpop@gmail.com>
* g++.dg/graphite/id-1.C: New. * g++.dg/graphite/id-1.C: New.

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target alpha*-*-* } } */ /* { dg-do compile } */
/* { dg-options "-O2 -mieee" } */ /* { dg-options "-O2 -mieee" } */
float foo(unsigned char n) float foo(unsigned char n)

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target alpha*-*-* } } */ /* { dg-do compile } */
/* { dg-options "-O2 -mieee" } */ /* { dg-options "-O2 -mieee" } */
double foo (void); double foo (void);

View File

@ -1,6 +1,6 @@
/* Test float on alpha. */ /* Test float on alpha. */
/* { dg-do run { target alpha*-*-* } } */ /* { dg-do run } */
/* { dg-options "-mieee -O2" } */ /* { dg-options "-mieee -O2" } */
extern void abort(void); extern void abort(void);

View File

@ -1,7 +1,7 @@
/* Asm operands that are given as hard registers must keep the same /* Asm operands that are given as hard registers must keep the same
hard register all the way through compilation. Example derived hard register all the way through compilation. Example derived
from glibc source. */ from glibc source. */
/* { dg-do compile { target alpha*-*-* } } */ /* { dg-do compile } */
/* { dg-options "-O2 -frename-registers -fcprop-registers" } */ /* { dg-options "-O2 -frename-registers -fcprop-registers" } */
/* { dg-final { scan-assembler "callsys1 .0 .19 .0 .16 .17" } } */ /* { dg-final { scan-assembler "callsys1 .0 .19 .0 .16 .17" } } */
/* { dg-final { scan-assembler "callsys2 .0 .19 .0 .16 .17" } } */ /* { dg-final { scan-assembler "callsys2 .0 .19 .0 .16 .17" } } */

View File

@ -1,5 +1,5 @@
/* Test that the base isa builtins compile. */ /* Test that the base isa builtins compile. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=ev4" } */ /* { dg-options "-mcpu=ev4" } */
void test_BASE (long x, long y) void test_BASE (long x, long y)

View File

@ -1,5 +1,5 @@
/* Test that alpha-base-1.c compiles with optimization. */ /* Test that alpha-base-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=ev4 -O2" } */ /* { dg-options "-mcpu=ev4 -O2" } */
#include "base-1.c" #include "base-1.c"

View File

@ -1,5 +1,5 @@
/* Test that the CIX isa builtins compile. */ /* Test that the CIX isa builtins compile. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=ev67" } */ /* { dg-options "-mcpu=ev67" } */
void test_CIX (long x) void test_CIX (long x)

View File

@ -1,5 +1,5 @@
/* Test that alpha-cix-1.c compiles with optimization. */ /* Test that alpha-cix-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=ev67 -O2" } */ /* { dg-options "-mcpu=ev67 -O2" } */
#include "cix-1.c" #include "cix-1.c"

View File

@ -1,5 +1,5 @@
/* Test that the MAX isa builtins compile. */ /* Test that the MAX isa builtins compile. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=pca56" } */ /* { dg-options "-mcpu=pca56" } */
void test_MAX (long x, long y) void test_MAX (long x, long y)

View File

@ -1,5 +1,5 @@
/* Test that alpha-max-1.c compiles with optimization. */ /* Test that alpha-max-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */ /* { dg-do link } */
/* { dg-options "-mcpu=pca56 -O2" } */ /* { dg-options "-mcpu=pca56 -O2" } */
#include "max-1.c" #include "max-1.c"