This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/9200] C testsuite failures in compile/simd-5.c w/-m64 or on sparcv9/sparc64
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2004 18:09:14 -0000
- Subject: [Bug middle-end/9200] C testsuite failures in compile/simd-5.c w/-m64 or on sparcv9/sparc64
- References: <20030106120600.9200.ghazi@caip.rutgers.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-06 18:09 -------
> The problem appears to be fixed in every multilib combination.
> http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00098.html
> http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00099.html
Right.
> No idea why though.
Because of the new "pre_expand" pass from tree-complex.c that expands vector
operations to scalars if there is no hardware support. I'm going to remove the
XFAILs.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9200