------- Comment #11 from tkoenig at gcc dot gnu dot org  2008-06-28 20:37 
-------
(In reply to comment #9)
> Should not
> 
> +         mpz_init_set (f->shape[0], a->shape[1]);
> 
> be
> 
> +         mpz_init_set (f->shape[0], a->shape[0]);
> 

Yes, it should be that.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36341

Reply via email to