Commit ea4c3e65 by Uros Bizjak

parity-1.c: Use -march=k8.

	* gcc.target/i386/parity-1.c: Use -march=k8.
	* gcc.target/i386/parity-2.c: Ditto.
	* gcc.target/i386/vecinit-1.c: Ditto.
	* gcc.target/i386/vecinit-2.c: Ditto.

From-SVN: r170018
parent 7b8ec217
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
2011-02-10 Richard Guenther <rguenther@suse.de> 2011-02-10 Richard Guenther <rguenther@suse.de>
* tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
not 8.
2011-02-10 Richard Guenther <rguenther@suse.de> 2011-02-10 Richard Guenther <rguenther@suse.de>
...@@ -117,8 +116,7 @@ ...@@ -117,8 +116,7 @@
(funsafe-math-optimizations): Likewise. (funsafe-math-optimizations): Likewise.
* opth-gen.awk: Handle SetByCombined. * opth-gen.awk: Handle SetByCombined.
* optc-gen.awk: Likewise. * optc-gen.awk: Likewise.
* opts.c (set_fast_math_flags): Don't override flag if set by * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
frontend.
(set_unsafe_math_optimizations_flags): Likewise. (set_unsafe_math_optimizations_flags): Likewise.
* doc/options.texi (Option properties): Document SetByCombined. * doc/options.texi (Option properties): Document SetByCombined.
...@@ -253,8 +251,7 @@ ...@@ -253,8 +251,7 @@
2011-02-07 Mike Stump <mikestump@comcast.net> 2011-02-07 Mike Stump <mikestump@comcast.net>
* config/darwin.opt (mmacosx-version-min): Update default OS * config/darwin.opt (mmacosx-version-min): Update default OS version.
version.
2011-02-07 Denis Chertykov <chertykov@gmail.com> 2011-02-07 Denis Chertykov <chertykov@gmail.com>
......
2011-02-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/parity-1.c: Use -march=k8.
* gcc.target/i386/parity-2.c: Ditto.
* gcc.target/i386/vecinit-1.c: Ditto.
* gcc.target/i386/vecinit-2.c: Ditto.
2011-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/46610 PR target/46610
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2 -march=k8" } */
/* { dg-final { scan-assembler "setnp" } } */ /* { dg-final { scan-assembler "setnp" } } */
int foo(unsigned int x) int foo(unsigned int x)
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2 -march=k8" } */
/* { dg-final { scan-assembler "setnp" } } */ /* { dg-final { scan-assembler "setnp" } } */
int foo(unsigned long long int x) int foo(unsigned long long int x)
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -msse2" } */ /* { dg-options "-O2 -march=k8 -msse2" } */
#define vector __attribute__((vector_size(16))) #define vector __attribute__((vector_size(16)))
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -msse2" } */ /* { dg-options "-O2 -march=k8 -msse2" } */
#define vector __attribute__((vector_size(16))) #define vector __attribute__((vector_size(16)))
......
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