This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: testsuite/37074: gcc.dg/torture/stackalign/builtin-apply-4.c failed with SSE2


On Sun, Aug 10, 2008 at 1:21 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> Hi,
>
> gcc.dg/torture/stackalign/builtin-apply-4.c failed with SSE2. The
> problem is MMX enabled with SSE2, but builtin-apply-4.c mixes mmx
> and x87 instructions without emms in between. This patch adds
> -mno-mmx to x86. OK for trunk?

This does not explain where the MMX instructions are coming from, just
they are showing up.
Why are they showing up in the first place?

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]