This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/30777] New: testsuite/gcc.target/i386/abi-1.c failure on openSolaris


FAIL: gcc.target/i386/abi-1.c scan-assembler xmm0

Not certain if this is a code generation problem or a
test suite problem.

The generated code does not use mmx/sse registers.

verbose output:
/opt/gnu.org/gcc-4.1/bin/gcc abi-1.c -v -O1 -msse -mno-sse2 -S -o abi-1.s
Using built-in specs.
Target: i686-pc-solaris2.11
Configured with: ../../gcc/configure --prefix=/opt/gnu.org/gcc-4.1
--with-gnu-as --with-as=/opt/gnu.org/gcc-4.1/bin/as --without-gnu-ld
--with-ld=/usr/ccs/bin/ld --enable-shared --disable-multilib
--enable-languages=c --with-mpfr=/opt/gnu.org/gcc-4.1
--with-gmp=/opt/gnu.org/gcc-4.1 i686-pc-solaris2.11
Thread model: posix
gcc version 4.1.2 20070211 (prerelease)

built on openSolaris (Build 54)
binutils version 2.17
gmp version 4.5.1
mpfr version 2.2.1

generated code:
        .file   "abi-1.c"
        .text
.globl foo
        .type   foo, @function
foo:
        movl    4(%esp), %eax
        movl    $0, (%eax)
        movl    $1072693248, 4(%eax)
        movl    $0, 8(%eax)
        movl    $1073741824, 12(%eax)
        ret     $4
        .size   foo, .-foo
        .ident  "GCC: (GNU) 4.1.2 20070211 (prerelease)"


-- 
           Summary: testsuite/gcc.target/i386/abi-1.c failure on openSolaris
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jb at druiddesigns dot com
 GCC build triplet: i686-pc-solaris2.11
  GCC host triplet: i686-pc-solaris2.11
GCC target triplet: i686-pc-solaris2.11


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]