https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49011
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |fxcoudert at gcc dot gnu.org
Resolution|--- |FIXED
Target Milestone|--- |4.7.0
--- Comment #4 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
(In reply to Bud Davis from comment #3)
> 32 bit, 2.6 kernel, revision 183881, message is correct.
> Should this be closed or is it an X86-64 thing ?
This was fixed at some point, because current code is correct:
gfc_trans_runtime_check (true, false, cond, &se->pre, &expr->where,
"Argument NCOPIES of REPEAT intrinsic is negative "
"(its value is %ld)",
fold_convert (long_integer_type_node, ncopies));
Compiling with my old gfortran versions indicates it was fixed in 4.7.0,
failing in 4.5.0