Commit c1e55690 by Uros Bizjak Committed by Uros Bizjak

* gcc.target/i386/reload-1.c. Include <stdint.h>. Compile for all

	ilp32 i?86-*-* and x86_64-*-* targets.  Do not skip test for -m64.
	Use scan-rtl-dump-not procedure to scan RTL dump.  Cleanup csa dump.

From-SVN: r124152
parent 4b07e9f7
2007-04-25 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/reload-1.c. Include <stdint.h>. Compile for all
ilp32 i?86-*-* and x86_64-*-* targets. Do not skip test for -m64.
Use scan-rtl-dump-not procedure to scan RTL dump. Cleanup csa dump.
2007-04-25 Tobias Burnus <burnus@net-b.de>
PR fortran/31668
/* { dg-do compile { target i?86-*-* } } */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-O3 -msse2 -fdump-rtl-csa" } */
/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
/* { dg-final { scan-file-not reload-1.c.167r.csa "deleted 1 dead insns" } }*/
#include <emmintrin.h>
#include <stdint.h>
typedef __SIZE_TYPE__ size_t;
typedef float vFloat __attribute__ ((__vector_size__ (16)));
typedef double vDouble __attribute__ ((__vector_size__ (16)));
......@@ -107,3 +108,6 @@ long foo (job *j )
fj *jd = (fj*) j;
return bar (&jd->src, &jd->dest, jd->g, jd->flags);
}
/* { dg-final { scan-rtl-dump-not "deleted 1 dead insns" "csa" } } */
/* { dg-final { cleanup-rtl-dump "csa" } } */
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