[Bug rtl-optimization/45739] static evaluation of SSE intrinsics (pxor)
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Sep 22 02:57:00 GMT 2010
------- Comment #5 from howarth at nitro dot med dot uc dot edu 2010-09-22 02:56 -------
(In reply to comment #4)
> Fixed.
>
The new trunk/gcc/testsuite/gcc.target/i386/pr45739.c erroneously fails on
x86_64-apple-darwin10 as ...
FAIL: gcc.target/i386/pr45739.c scan-assembler-not por
since it is matching...
.section
__TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
Adding...
/* { dg-prune-output ".*live_support*" } */
to gcc.target/i386/pr45739.c solves this issue.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45739
More information about the Gcc-bugs
mailing list