Re: Ping: [rs6000] Fix creation of invalid CONST_VECTORs

2011-09-01 Thread David Edelsohn
On Thu, Sep 1, 2011 at 11:08 AM, Richard Sandiford wrote: > Fixes generation of invalid CONST_VECTORs in the powerpc backend: > >    http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01861.html > > Pat Haugen confirms that it also works on GNU/Linux (thanks). Okay. Thanks, David

Ping: [rs6000] Fix creation of invalid CONST_VECTORs

2011-09-01 Thread Richard Sandiford
Fixes generation of invalid CONST_VECTORs in the powerpc backend: http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01861.html Pat Haugen confirms that it also works on GNU/Linux (thanks). Richard

Re: [rs6000] Fix creation of invalid CONST_VECTORs

2011-08-23 Thread Mike Stump
On Aug 23, 2011, at 3:44 AM, Richard Sandiford wrote: > My patches to more "accurately" detect the number of zero elements in a > compound initialiser caused pr34856 to trigger on powerpc*-darwin: > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34856 Thanks for fixing this... I don't think th

[rs6000] Fix creation of invalid CONST_VECTORs

2011-08-23 Thread Richard Sandiford
My patches to more "accurately" detect the number of zero elements in a compound initialiser caused pr34856 to trigger on powerpc*-darwin: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34856 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49987 The problem is the same as it was on i386 and spu: