Commit 592590f5 by Eric Botcazou Committed by Eric Botcazou

align.c: Do not include <stdint.h>.

	* gcc.target/sparc/align.c: Do not include <stdint.h>.
	* gcc.target/sparc/pdist.c: Likewise.

From-SVN: r91144
parent 986ce408
2004-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.target/sparc/align.c: Do not include <stdint.h>.
* gcc.target/sparc/pdist.c: Likewise.
2004-11-24 Paolo Bonzini <bonzini@gnu.org>
PR c++/16882
* g++.dg/conversion/simd1.C: New test.
2004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
......
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
#include <stdint.h>
typedef long long int64_t;
typedef int vec32 __attribute__((vector_size(8)));
typedef short vec16 __attribute__((vector_size(8)));
typedef char vec8 __attribute__((vector_size(8)));
......
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
#include <stdint.h>
typedef long long int64_t;
typedef char vec8 __attribute__((vector_size(8)));
int64_t foo (vec8 a, vec8 b) {
......@@ -20,4 +20,4 @@ int64_t baz (vec8 a, vec8 b, int64_t d) {
return e + d;
}
/* { dg-final { scan-assembler-times "pdist" 4 } } */
/* { dg-final { scan-assembler-times "pdist\t%" 3 } } */
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