This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]