[SPARC] Remove obsolete XFAILs in 64-bit mode

Eric Botcazou ebotcazou@libertysurf.fr
Sat Nov 6 19:06:00 GMT 2004


Hello,

The tests

XPASS: gcc.c-torture/compile/simd-5.c  -O0  (test for excess errors)
XPASS: gcc.c-torture/compile/simd-5.c  -O1  (test for excess errors)
XPASS: gcc.c-torture/execute/simd-5.c compilation,  -O0

now pass because of the "pre_expand" pass of tree-complex.c, while the tests

XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O3 -fomit-frame-pointer
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O3 -g

pass because the compiler is able to prove that the tested condition is true.

Applied to mainline.


2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
	* gcc.c-torture/execute/20020227-1.x: Likewise.
	* gcc.c-torture/execute/simd-5.x: Remove.


-- 
Eric Botcazou
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simd-5.diff
Type: text/x-diff
Size: 763 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20041106/96e41ebd/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20020227-1.diff
Type: text/x-diff
Size: 1558 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20041106/96e41ebd/attachment-0001.bin>


More information about the Gcc-patches mailing list