public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/43103]  New: xop-vpermil2pX tests failed
@ 2010-02-17  5:20 hjl dot tools at gmail dot com
  2010-02-17  9:43 ` [Bug testsuite/43103] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-02-17  5:20 UTC (permalink / raw)
  To: gcc-bugs

I got

FAIL: gcc.target/i386/xop-vpermil2pd-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2pd-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2pd-256-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2pd-256-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2ps-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2ps-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2ps-256-1.c (test for excess errors)
FAIL: gcc.target/i386/xop-vpermil2ps-256-1.c (test for excess errors)

The error message is

/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2pd-1.c:
In function 'xop_test':^M 
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2pd-1.c:40:5:
error: 'union128d' undeclared (first use in this function)^M
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2pd-1.c:40:5:
error: (Each undeclared identifier is reported only once^M
...


-- 
           Summary: xop-vpermil2pX tests failed
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43103


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/43103] xop-vpermil2pX tests failed
  2010-02-17  5:20 [Bug testsuite/43103] New: xop-vpermil2pX tests failed hjl dot tools at gmail dot com
@ 2010-02-17  9:43 ` ubizjak at gmail dot com
  2010-02-17 10:53 ` uros at gcc dot gnu dot org
  2010-02-17 10:59 ` [Bug target/43103] " ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2010-02-17  9:43 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]



------- Comment #1 from ubizjak at gmail dot com  2010-02-17 09:43 -------
--cut here--
Index: xop-check.h
===================================================================
--- xop-check.h (revision 156823)
+++ xop-check.h (working copy)
@@ -1,6 +1,7 @@
 #include <stdlib.h>

 #include "cpuid.h"
+#include "m256-check.h"

 static void xop_test (void);

--cut here--

But then we get:

xop-vpermil2pd-256-1.c: In function ‘xop_test’:
xop-vpermil2pd-256-1.c:47:9: error: incompatible types when assigning to type
‘__m256d’ from type ‘int’


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-02-17 09:43:13
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43103


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/43103] xop-vpermil2pX tests failed
  2010-02-17  5:20 [Bug testsuite/43103] New: xop-vpermil2pX tests failed hjl dot tools at gmail dot com
  2010-02-17  9:43 ` [Bug testsuite/43103] " ubizjak at gmail dot com
@ 2010-02-17 10:53 ` uros at gcc dot gnu dot org
  2010-02-17 10:59 ` [Bug target/43103] " ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-02-17 10:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from uros at gcc dot gnu dot org  2010-02-17 10:52 -------
Subject: Bug 43103

Author: uros
Date: Wed Feb 17 10:52:41 2010
New Revision: 156827

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156827
Log:
        PR target/43103
        * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
        for insn mnemonic suffix.

testsuite/ChangeLog:

        PR target/43103 
        * gcc.target/i386/xop-check.h: Include m256-check.h.
        * gcc.target/i386/xop-vpermil2ps-1.c: Include x86intrin.h.
        * gcc.target/i386/xop-vpermil2ps-256-1.c: Ditto.
        * gcc.target/i386/xop-vpermil2pd-1.c: Ditto.
        * gcc.target/i386/xop-vpermil2pd-256-1.c: Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/xop-check.h
    trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2pd-1.c
    trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2pd-256-1.c
    trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2ps-1.c
    trunk/gcc/testsuite/gcc.target/i386/xop-vpermil2ps-256-1.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43103


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/43103] xop-vpermil2pX tests failed
  2010-02-17  5:20 [Bug testsuite/43103] New: xop-vpermil2pX tests failed hjl dot tools at gmail dot com
  2010-02-17  9:43 ` [Bug testsuite/43103] " ubizjak at gmail dot com
  2010-02-17 10:53 ` uros at gcc dot gnu dot org
@ 2010-02-17 10:59 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2010-02-17 10:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2010-02-17 10:59 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|testsuite                   |target
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43103


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-17 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-17  5:20 [Bug testsuite/43103] New: xop-vpermil2pX tests failed hjl dot tools at gmail dot com
2010-02-17  9:43 ` [Bug testsuite/43103] " ubizjak at gmail dot com
2010-02-17 10:53 ` uros at gcc dot gnu dot org
2010-02-17 10:59 ` [Bug target/43103] " ubizjak at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).