[Bug fortran/40472] Simplification of spread intrinsic takes a long time

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jun 22 14:33:00 GMT 2009



------- Comment #13 from burnus at gcc dot gnu dot org  2009-06-22 14:32 -------
> +  else
> +    mpz_set_si (size, 1);

Too quick. That should be:  mpz_init_set_si or mpz_init_set_ui; the _init_ was
missing.


-- 


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



More information about the Gcc-bugs mailing list