public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25242]  New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu
@ 2005-12-03 13:44 ghazi at gcc dot gnu dot org
  2005-12-03 19:39 ` [Bug target/25242] " ghazi at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-03 13:44 UTC (permalink / raw)
  To: gcc-bugs

When running the 3.4 testsuite on x86_64-unknown-linux-gnu, I'm getting the
following error:

FAIL: gcc.dg/i386-sse-2.c (test for excess errors)

as shown here:
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00083.html

The logfile says:

In file included from gcc/include/xmmintrin.h:1216,
                 from testsuite/gcc.dg/i386-sse-2.c:12:
gcc/include/emmintrin.h: In function `_mm_sqrt_sd':
gcc/include/emmintrin.h:248: internal compiler error: in
instantiate_virtual_regs_lossage, at function.c:3765

Other than comments, the testcase merely has these lines:

#define static
#define __inline
#include <xmmintrin.h>


-- 
           Summary: [3.4] testsuite failure in i386-sse-2.c on x86_64-
                    unknown-linux-gnu
           Product: gcc
           Version: 3.4.6
            Status: UNCONFIRMED
          Keywords: ssemmx
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ghazi at gcc dot gnu dot org
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug target/25242] [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu
  2005-12-03 13:44 [Bug target/25242] New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu ghazi at gcc dot gnu dot org
@ 2005-12-03 19:39 ` ghazi at gcc dot gnu dot org
  2005-12-03 19:41 ` ghazi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-03 19:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ghazi at gcc dot gnu dot org  2005-12-03 19:39 -------
I configured with --enable-checking=yes,rtl however I don't think that's
necessary to trigger the error.  I see another report without checking here
that fails the test.

http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00129.html


-- 


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


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

* [Bug target/25242] [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu
  2005-12-03 13:44 [Bug target/25242] New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu ghazi at gcc dot gnu dot org
  2005-12-03 19:39 ` [Bug target/25242] " ghazi at gcc dot gnu dot org
@ 2005-12-03 19:41 ` ghazi at gcc dot gnu dot org
  2005-12-27 23:48 ` [Bug target/25242] [3.4 only] " pinskia at gcc dot gnu dot org
  2006-03-01  5:03 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-03 19:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ghazi at gcc dot gnu dot org  2005-12-03 19:41 -------
Here's a reduced testcase, compile it with cc1 targetted to
x86_64-unknown-linux-gnu:

cc1 -fpreprocessed i386-sse-2.i -quiet -dumpbase i386-sse-2.c -msse -mtune=k8
-auxbase-strip i386-sse-2.s -O0 -version -o i386-sse-2.s


typedef double __v2df __attribute__ ((mode (V2DF)));
 __v2df
_mm_sqrt_sd (__v2df __A, __v2df __B)
{
  __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B);
  return (__v2df)__builtin_ia32_sqrtsd ((__v2df)__tmp);
}


-- 


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


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

* [Bug target/25242] [3.4 only] failure in i386-sse-2.c on x86_64-unknown-linux-gnu
  2005-12-03 13:44 [Bug target/25242] New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu ghazi at gcc dot gnu dot org
  2005-12-03 19:39 ` [Bug target/25242] " ghazi at gcc dot gnu dot org
  2005-12-03 19:41 ` ghazi at gcc dot gnu dot org
@ 2005-12-27 23:48 ` pinskia at gcc dot gnu dot org
  2006-03-01  5:03 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-27 23:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4] failure in i386-sse-  |[3.4 only] failure in i386-
                   |2.c on x86_64-unknown-linux-|sse-2.c on x86_64-unknown-
                   |gnu                         |linux-gnu
   Target Milestone|---                         |3.4.6


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


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

* [Bug target/25242] [3.4 only] failure in i386-sse-2.c on x86_64-unknown-linux-gnu
  2005-12-03 13:44 [Bug target/25242] New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu ghazi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-27 23:48 ` [Bug target/25242] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2006-03-01  5:03 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-03-01  5:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gdr at gcc dot gnu dot org  2006-03-01 05:03 -------
Fixed in 4.0.3 and up.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.6                       |4.0.3


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


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

end of thread, other threads:[~2006-03-01  5:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-03 13:44 [Bug target/25242] New: [3.4] testsuite failure in i386-sse-2.c on x86_64-unknown-linux-gnu ghazi at gcc dot gnu dot org
2005-12-03 19:39 ` [Bug target/25242] " ghazi at gcc dot gnu dot org
2005-12-03 19:41 ` ghazi at gcc dot gnu dot org
2005-12-27 23:48 ` [Bug target/25242] [3.4 only] " pinskia at gcc dot gnu dot org
2006-03-01  5:03 ` gdr at gcc dot gnu 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).