public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38025]  New: gcc.target/spu/intrinsics-1.c test fails
@ 2008-11-05 17:39 gnu at the-meissners dot org
  2008-11-05 18:06 ` [Bug target/38025] " uweigand at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gnu at the-meissners dot org @ 2008-11-05 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

The testsuite gcc.target/spu/intrinsics-1.c fails with a compilation error:
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c: In
function ‘f’:
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:12:
error: parameter list does not match a valid signature for spu_cmpgt()
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13:
warning: passing argument 2 of ‘__builtin_spu_cmpgt_11’ makes integer from
pointer without a cast
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13:
note: expected ‘int’ but argument is of type ‘int *’
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:14:
error: parameter list does not match a valid signature for spu_cmpgt()
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:16:
note: use -flax-vector-conversions to permit conversions between vectors with
differing element types or numbers of subparts
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:16:
error: incompatible types when assigning to type ‘int __vector__’ from type
‘unsigned int __vector__’


-- 
           Summary: gcc.target/spu/intrinsics-1.c test fails
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu at the-meissners dot org
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: spu-elf


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


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

* [Bug target/38025] gcc.target/spu/intrinsics-1.c test fails
  2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
@ 2008-11-05 18:06 ` uweigand at gcc dot gnu dot org
  2008-11-05 20:32 ` [Bug testsuite/38025] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: uweigand at gcc dot gnu dot org @ 2008-11-05 18:06 UTC (permalink / raw)
  To: gcc-bugs

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



------- Comment #1 from uweigand at gcc dot gnu dot org  2008-11-05 18:04 -------
The test case tests for expected failures.  It seems there is now an additional
message being output:

/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13:
warning: passing argument 2 of ‘__builtin_spu_cmpgt_11’ makes integer from
pointer without a cast
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13:
note: expected ‘int’ but argument is of type ‘int *’

The testcase checks for the "makes integer from pointer" error, but does not
expect the additional "note".


-- 


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


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

* [Bug testsuite/38025] [4.4 Regression] gcc.target/spu/intrinsics-1.c test fails
  2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
  2008-11-05 18:06 ` [Bug target/38025] " uweigand at gcc dot gnu dot org
@ 2008-11-05 20:32 ` pinskia at gcc dot gnu dot org
  2008-11-05 20:49 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-05 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-11-05 20:31 -------
Yes this is only a testcase issue.  The new note was introduced by PR 30949.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|target                      |testsuite
     Ever Confirmed|0                           |1
   GCC host triplet|powerpc64-unknown-linux-gnu |
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-05 20:31:29
               date|                            |
            Summary|gcc.target/spu/intrinsics-  |[4.4 Regression]
                   |1.c test fails              |gcc.target/spu/intrinsics-
                   |                            |1.c test fails
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/38025] [4.4 Regression] gcc.target/spu/intrinsics-1.c test fails
  2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
  2008-11-05 18:06 ` [Bug target/38025] " uweigand at gcc dot gnu dot org
  2008-11-05 20:32 ` [Bug testsuite/38025] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-11-05 20:49 ` jakub at gcc dot gnu dot org
  2008-11-05 23:48 ` meissner at gcc dot gnu dot org
  2008-12-02 23:28 ` gnu at the-meissners dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-05 20:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

* [Bug testsuite/38025] [4.4 Regression] gcc.target/spu/intrinsics-1.c test fails
  2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
                   ` (2 preceding siblings ...)
  2008-11-05 20:49 ` jakub at gcc dot gnu dot org
@ 2008-11-05 23:48 ` meissner at gcc dot gnu dot org
  2008-12-02 23:28 ` gnu at the-meissners dot org
  4 siblings, 0 replies; 6+ messages in thread
From: meissner at gcc dot gnu dot org @ 2008-11-05 23:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from meissner at gcc dot gnu dot org  2008-11-05 23:47 -------
Subject: Bug 38025

Author: meissner
Date: Wed Nov  5 23:45:36 2008
New Revision: 141628

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141628
Log:
Fix PR 38025

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c


-- 


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


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

* [Bug testsuite/38025] [4.4 Regression] gcc.target/spu/intrinsics-1.c test fails
  2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
                   ` (3 preceding siblings ...)
  2008-11-05 23:48 ` meissner at gcc dot gnu dot org
@ 2008-12-02 23:28 ` gnu at the-meissners dot org
  4 siblings, 0 replies; 6+ messages in thread
From: gnu at the-meissners dot org @ 2008-12-02 23:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from gnu at the-meissners dot org  2008-12-02 23:26 -------
Patch applied to tree on November 5th.


-- 

gnu at the-meissners dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-12-02 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-05 17:39 [Bug target/38025] New: gcc.target/spu/intrinsics-1.c test fails gnu at the-meissners dot org
2008-11-05 18:06 ` [Bug target/38025] " uweigand at gcc dot gnu dot org
2008-11-05 20:32 ` [Bug testsuite/38025] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-11-05 20:49 ` jakub at gcc dot gnu dot org
2008-11-05 23:48 ` meissner at gcc dot gnu dot org
2008-12-02 23:28 ` gnu at the-meissners dot org

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).