This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: simd-2.c failing on powerpc-linux
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Joern Rennecke <joern dot rennecke at superh dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 1 Jul 2002 14:11:12 -0700
- Subject: Re: simd-2.c failing on powerpc-linux
- References: <3D16E422.ECBACCB9@superh.com> <20020624163134.GB16633@redhat.com> <20020628064340.GA12020@redhat.com> <3D1C3087.5567AB4F@superh.com> <20020628174914.GA13316@redhat.com> <3D20B9D3.60E5A2D4@superh.com> <20020701203125.GA23395@redhat.com> <3D20C0A0.F7CD5B45@superh.com>
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