On Thu, 25 Mar 2010, Sebastian Pop wrote:
> On Wed, Mar 24, 2010 at 16:35, howarth at nitro dot med dot uc dot edu
> wrote:
> >> Fixed.
> >>
> >> Please use ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.9.tar.gz
> >>
> >
> > Shouldn't the required cloog-ppl version in configure be bumpe
First of all, this mailinglist only tracks bugzilla
(http://gcc.gnu.org/bugzilla) activity, so getting help
this way is going to fail.
Second, your testcase is invalid C++, to fix it, change
operator== to
bool operator== (const Int& i2) const {
return (this->i == i2.i ? true : false);