This is the mail archive of the gcc@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]

Re: simd-2.c failing on powerpc-linux


On Mon, Jul 01, 2002 at 09:50:40PM +0100, Joern Rennecke wrote:
> Aldy Hernandez wrote:
> > yup, alpha broken:
> 
> Any specific alpha configuration?  Can I build & test this as a cross compiler?

yup, just tried it on an x86 cross alpha.

here are the details:

ryoohki:/tmp/aldyh/alpha/gcc$ cat ../config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
/home/aldyh/source/gcc/configure --with-gcc-version-trigger=/home/aldyh/source/gcc/gcc/version.c --host=i686-pc-linux-gnu --targe=alphaev6-unknown-linux-gnu --enable-languages=c --norecursion 

ryoohki:/tmp/aldyh/alpha/gcc$ ./cc1 -O a.c
 verify main
a.c: In function `main':
a.c:53: error: unrecognizable insn:
(insn 344 346 345 0 (nil) (set (subreg:DI (reg:V8HI 73) 0)
        (subreg:DI (const_vector:V8HI [
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                ]) 0)) -1 (insn_list 346 (nil))
    (nil))

where a.c is simd-2.c

aldy


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