This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34497] failures on i686-apple-darwin9 in sse4 testcases
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2008 07:34:06 -0000
- Subject: [Bug target/34497] failures on i686-apple-darwin9 in sse4 testcases
- References: <bug-34497-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from dominiq at lps dot ens dot fr 2008-09-26 07:34 -------
With Xcode 3.1.1 all the failures disappeared but
gcc.target/i386/sse4_2-popcntl.c:
FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
WARNING: gcc.target/i386/sse4_2-popcntl.c compilation failed to produce
executable
The error is:
[ibook-dhum] f90/bug% gcc44 -m64 -O2 -msse4.2
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c
/var/folders/iU/iUj3xngxGYe3MPCc0TZUcE+++TI/-Tmp-//ccsFk4uR.s:31:suffix or
operands invalid for `popcnt'
and the offending line in assembly code is:
popcntl %edx, %eax
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34497