Commit a7c92c0b by Jakub Jelinek Committed by Jakub Jelinek

pr23575.c: Use -msse2 instead of -march=pentium4, remove ilp32 requirement.

	* gcc.target/i386/pr23575.c: Use -msse2 instead of
	-march=pentium4, remove ilp32 requirement.

From-SVN: r103597
parent f28d3046
2005-08-29 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/pr23575.c: Use -msse2 instead of
-march=pentium4, remove ilp32 requirement.
PR middle-end/23484
* gcc.c-torture/execute/builtins/pr23484-chk.c: New test.
* gcc.c-torture/execute/builtins/pr23484-chk-lib.c: New file.
......
/* { dg-do compile } */
/* { dg-options "-march=pentium4 -O2" } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-msse2 -O2" } */
/* We used to ICE because of a bogous pattern. */
......
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