From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20756 invoked by alias); 29 Mar 2010 17:52:58 -0000 Received: (qmail 20748 invoked by uid 22791); 29 Mar 2010 17:52:57 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Mar 2010 17:52:54 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id B2A1B9057; Mon, 29 Mar 2010 10:52:51 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by jupiter.vmware.com (Postfix) with ESMTP id A91AADC090; Mon, 29 Mar 2010 10:52:51 -0700 (PDT) Message-ID: <4BB0E8F3.2060509@vmware.com> Date: Mon, 29 Mar 2010 17:52:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Hui Zhu CC: Joel Brobecker , gdb-patches ml Subject: Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support References: <4B2BDAEC.7090207@vmware.com> <20100109122833.GB2007@adacore.com> <4B4BD2AE.7030405@vmware.com> <4BB00522.1000603@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg01012.txt.bz2 Hui Zhu wrote: > Hi Michael, > > I make a new testsuite that can support sse and sse4 better. > > When the pc doesn't support sse4 insn, the test will skip the sse4 insn test. > > Please help me review it. This is an improvement! However, the test still does not run on my system. It fails during compile / assembly. You'll need some sort of ifdef to handle this, unles you just want to omit the two problem instructions. gdb compile failed, /tmp/cckGM64c.s: Assembler messages: /tmp/cckGM64c.s:234: Error: suffix or operands invalid for `blendvpd' /tmp/cckGM64c.s:236: Error: suffix or operands invalid for `blendvps' Running /data/home/msnyder/cvs/localhost/src/gdb/testsuite/gdb.reverse/sse1/i386-sse-reverse.exp ... gdb compile failed, /usr/bin/ld: cannot open output file /data/home/msnyder/builds/native/src/gdb/testsuite/gdb.reverse/sse1/i386-sse-reverse: No such file or directory collect2: ld returned 1 exit status === gdb Summary === # of untested testcases 2