Commit 9c419ba8 by Uros Bizjak Committed by Uros Bizjak

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
parent 1b3abda8
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.
......
/* { 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)
......
/* { dg-do compile { target alpha*-*-* } } */ /* { dg-do compile } */
/* { dg-options "-O2 -mieee" } */ /* { dg-options "-O2 -mieee" } */
double foo (void); double foo (void);
......
/* 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);
......
/* 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" } } */
......
/* 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)
......
/* 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"
/* 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)
......
/* 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"
/* 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)
......
/* 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment