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 Fri, Jun 28, 2002 at 10:46:47AM +0100, Joern Rennecke wrote:
> Aldy Hernandez wrote:
> > 
> > hi joern.
> > 
> > simd-2.c is failing on powerpc-linux.  could you investigate?
> 
> Have you applied my patches from
> 
> http://gcc.gnu.org/ml/gcc-patches/2002-06/msg02174.html ?

it's a compilation failure (see below).  i don't think it's related, but i 
haven't tried, since all 4 of my trees are in a big mess right now.

however...

it seems to me like, this should be folded by simplify_gen_subreg().  hmmm:

 unrecognizable insn:
(insn 403 407 404 0 (nil) (set (subreg:SI (reg:V8HI 123) 0)
        (subreg:SI (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 407 (nil))


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