Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-12 Thread Paolo Bonzini
> Paolo, > > bootstrap finished OK on alpha, regression test results are at [1]. > There are unrelated errors with "random" libc++ tests and HJ's PR39323 > testcase. Do not mind the timeouts. Great -- my testsuite comparison also finished with not a single difference, which is good. Paolo

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-11 Thread Uros Bizjak
Uros Bizjak wrote: I created the cond-optab svn branch and finished committing the cond-optab patches to it. I also documented it in svn.html. To aid testing, I'd like people to help bootstrapping bootstrappable targets -- arm, alpha, ia64, pa, s390, x86_64. I can bootstrap on Comp

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Paolo Bonzini
> I am seeing a few regressions with respect to trunk of a recent vintage. Thanks, they are not there on arm-elf but I could indeed reproduce them with arm-linux-gnueabi. Here is a patch which I am committing to cond-optab branch. Paolo 2009-04-09 Paolo Bonzini * optabs.c (prepare_c

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Michael Matz
Hi, On Thu, 9 Apr 2009, Paolo Bonzini wrote: > Fixed like this: > > Index: gcc/optabs.c > === > --- gcc/optabs.c(branch cond-optab) > +++ gcc/optabs.c(working copy) > @@ -4026,6 +4026,8 @@ prepare_cmp_insn (rtx x, rt

RE: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Ramana Radhakrishnan
b] svn branch created, looking for reviews for > the "cleanup" parts > > On Tue, Apr 7, 2009 at 11:03 AM, Ramana Radhakrishnan > wrote: > >> To aid testing, I'd like people to help bootstrapping bootstrappable > >> targets -- arm, alpha, ia64, pa, s390, x8

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Paolo Bonzini
Paolo Bonzini wrote: > Andreas Krebbel wrote: >> Hi, >> >>> r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) > > Note this patch is unrelated and only affects sync.md patterns. > >> The cond-optab branch (rev. 145751) fails to bootstrap on s390x: >> >> /build2/gcc-condoptab

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Paolo Bonzini
Paolo Bonzini wrote: > Andreas Krebbel wrote: >> Hi, >> >>> r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) > > Note this patch is unrelated and only affects sync.md patterns. > >> The cond-optab branch (rev. 145751) fails to bootstrap on s390x: >> >> /build2/gcc-condoptab

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Paolo Bonzini
Andreas Krebbel wrote: > Hi, > >> r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) Note this patch is unrelated and only affects sync.md patterns. > The cond-optab branch (rev. 145751) fails to bootstrap on s390x: > > /build2/gcc-condoptab/libgcc/../gcc/libgcc2.c: In func

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-09 Thread Andreas Krebbel
Hi, > r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) The cond-optab branch (rev. 145751) fails to bootstrap on s390x: /build2/gcc-condoptab/libgcc/../gcc/libgcc2.c: In function '__fixunsdfti': /build2/gcc-condoptab/libgcc/../gcc/libgcc2.c:1266: internal compiler error: i

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-08 Thread Paolo Bonzini
>> r145655: http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00492.html (testsuite) > > What's the point of the compile-only tests? It would be much more > useful to have tests that execute and check that the results are > correct for a variety of input values. That's true. I went for compile-only

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-08 Thread Ramana Radhakrishnan
On Tue, Apr 7, 2009 at 11:03 AM, Ramana Radhakrishnan wrote: >> To aid testing, I'd like people to help bootstrapping bootstrappable >> targets -- arm, alpha, ia64, pa, s390, x86_64. > > I'm bootstrapping the branch on an arm-linux-gnueabi target. bootstrap on arm-linux-gnueabi completed. Regress

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-08 Thread Janis Johnson
On Tue, 2009-04-07 at 12:32 +0200, Paolo Bonzini wrote: > Thanks, this leaves out: > > r145593: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (i386) > r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) > r145597, r145598, r145599: > http://gcc.gnu.org/ml/gcc-patches/

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Uros Bizjak
On Tue, Apr 7, 2009 at 12:46 PM, Laurent GUERBY wrote: >> > I created the cond-optab svn branch and finished committing the >> > cond-optab patches to it.  I also documented it in svn.html. >> >> > To aid testing, I'd like people to help bootstrapping bootstrappable >> > targets -- arm, alpha, ia

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Uros Bizjak
On Tue, Apr 7, 2009 at 11:55 AM, Paolo Bonzini wrote: > The following patches can be transported to mainline independent of the > completion of the project.  I would like to merge these patches one at a > time, so reviews for these are welcome now. > > r145593: http://gcc.gnu.org/ml/gcc-patches/2

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Laurent GUERBY
On Tue, 2009-04-07 at 12:37 +0200, Uros Bizjak wrote: > On Tue, Apr 7, 2009 at 11:55 AM, Paolo Bonzini wrote: > > > I created the cond-optab svn branch and finished committing the > > cond-optab patches to it. I also documented it in svn.html. > > > To aid testing, I'd like people to help boots

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Uros Bizjak
On Tue, Apr 7, 2009 at 11:55 AM, Paolo Bonzini wrote: > I created the cond-optab svn branch and finished committing the > cond-optab patches to it.  I also documented it in svn.html. > To aid testing, I'd like people to help bootstrapping bootstrappable > targets -- arm, alpha, ia64, pa, s390, x

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Paolo Bonzini
Thanks, this leaves out: r145593: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (i386) r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390) r145597, r145598, r145599: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00947.html (gen*) r145603: http://gcc.gnu.org/ml/gcc-patc

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Paolo Bonzini
>> r145601: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01215.html (RTL) > > This is also ok. Thanks, I won't commit this until the final merge though because I cannot really test it separately. Paolo

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Ramana Radhakrishnan
> To aid testing, I'd like people to help bootstrapping bootstrappable > targets -- arm, alpha, ia64, pa, s390, x86_64. I'm bootstrapping the branch on an arm-linux-gnueabi target. Ramana

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Richard Guenther
On Tue, Apr 7, 2009 at 11:55 AM, Paolo Bonzini wrote: > I created the cond-optab svn branch and finished committing the > cond-optab patches to it.  I also documented it in svn.html. > > The branch was bootstrapped i686-pc-linux-gnu and is identical to the > tree that Kaz bootstrapped on sh4-linux

Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Richard Guenther
On Tue, Apr 7, 2009 at 11:55 AM, Paolo Bonzini wrote: > I created the cond-optab svn branch and finished committing the > cond-optab patches to it.  I also documented it in svn.html. > > The branch was bootstrapped i686-pc-linux-gnu and is identical to the > tree that Kaz bootstrapped on sh4-linux

[cond-optab] svn branch created, looking for reviews for the "cleanup" parts

2009-04-07 Thread Paolo Bonzini
I created the cond-optab svn branch and finished committing the cond-optab patches to it. I also documented it in svn.html. The branch was bootstrapped i686-pc-linux-gnu and is identical to the tree that Kaz bootstrapped on sh4-linux. The rest of this message details the plans for merging and fu