public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38909]  New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
@ 2009-01-18 23:22 danglin at gcc dot gnu dot org
  2009-01-19  0:12 ` [Bug target/38909] " howarth at nitro dot med dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-01-18 23:22 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /Users/dave/gnu/gcc/objdir/gcc/xgcc
-B/Users/dave/gnu/gcc/obj
dir/gcc/ /Users/dave/gnu/gcc/gcc/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c 
  -O2 -msse4.2 -fno-show-column  -lm   -o ./sse4_2-popcntl.exe    (timeout =
300
)
/var/folders/xF/xFt6Ym3EGtmYfLZ2Y3THF++++TI/-Tmp-//ccrG7CH5.s:36:suffix or
opera
nds invalid for `popcnt'
compiler exited with status 1
output is:
/var/folders/xF/xFt6Ym3EGtmYfLZ2Y3THF++++TI/-Tmp-//ccrG7CH5.s:36:suffix or
opera
nds invalid for `popcnt'

FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)


-- 
           Summary: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess
                    errors)
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
  2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
@ 2009-01-19  0:12 ` howarth at nitro dot med dot uc dot edu
  2009-01-19  0:14 ` howarth at nitro dot med dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-01-19  0:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2009-01-19 00:11 -------
This is a pre-existing problem in gcc 4.3 branch which should be fixable with a
backport of...

Author: uros
Date: Sat Nov 22 14:16:57 2008
New Revision: 142121

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142121
Log:

        PR target/38222
        * config/i386/i386.md (SWI248): New mode iterator.
        (SWI32): Remove mode iterator.
        (popcount<mode>2): Rename from popcounthi2, popcountsi2 and
        popcounthi2 insn patterns. Macroize pattern using SWI248 mode
        iterator.  Generate popcnt mnemonic without mode extensions
        for Darwin x86 targets.
        (*popcount<mode>2_cmp): Ditto.
        (*popcountsi2_cmp_zext): Generate popcnt mnemonic without mode
        extensions for Darwin x86 targets.

testsuite/ChangeLog:

        PR target/38222
        * gcc.target/i386/funcspec-3.c: Scan for popcnt on Darwin targets.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/funcspec-3.c


-- 


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


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

* [Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
  2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
  2009-01-19  0:12 ` [Bug target/38909] " howarth at nitro dot med dot uc dot edu
@ 2009-01-19  0:14 ` howarth at nitro dot med dot uc dot edu
  2009-01-19  1:25 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-01-19  0:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2009-01-19 00:14 -------
Original patch proposal was at...

http://gcc.gnu.org/ml/gcc-patches/2008-11/msg01175.html


-- 


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


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

* [Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
  2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
  2009-01-19  0:12 ` [Bug target/38909] " howarth at nitro dot med dot uc dot edu
  2009-01-19  0:14 ` howarth at nitro dot med dot uc dot edu
@ 2009-01-19  1:25 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-06-11  8:56 ` [Bug target/38909] [4.3 only] " fxcoudert at gcc dot gnu dot org
  2009-06-11 17:36 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-01-19  1:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2009-01-19 01:25 -------
Subject: Re:  FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)

> ------- Comment #1 from howarth at nitro dot med dot uc dot edu  2009-01-19 00:11 -------
> This is a pre-existing problem in gcc 4.3 branch which should be fixable with a
> backport of...

Probably should wait for release of 4.3.3.

Dave


-- 


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


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

* [Bug target/38909] [4.3 only] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
  2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-01-19  1:25 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-06-11  8:56 ` fxcoudert at gcc dot gnu dot org
  2009-06-11 17:36 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-06-11  8:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-06-11 08:56:05
               date|                            |
            Summary|FAIL:                       |[4.3 only] FAIL:
                   |gcc.target/i386/sse4_2-     |gcc.target/i386/sse4_2-
                   |popcntl.c (test for excess  |popcntl.c (test for excess
                   |errors)                     |errors)


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


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

* [Bug target/38909] [4.3 only] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)
  2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-06-11  8:56 ` [Bug target/38909] [4.3 only] " fxcoudert at gcc dot gnu dot org
@ 2009-06-11 17:36 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-06-11 17:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2009-06-11 17:35 -------


*** This bug has been marked as a duplicate of 38222 ***


-- 

ubizjak at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-06-11 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-18 23:22 [Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) danglin at gcc dot gnu dot org
2009-01-19  0:12 ` [Bug target/38909] " howarth at nitro dot med dot uc dot edu
2009-01-19  0:14 ` howarth at nitro dot med dot uc dot edu
2009-01-19  1:25 ` dave at hiauly1 dot hia dot nrc dot ca
2009-06-11  8:56 ` [Bug target/38909] [4.3 only] " fxcoudert at gcc dot gnu dot org
2009-06-11 17:36 ` 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).