so that splain can find the message even when there is no op
mentioned.
(W portable) Using bit vector sizes larger than 32 is non-portable.
-=item Bizarre copy of %s in %s
+=item Bizarre copy of %s
(P) Perl detected an attempt to copy an internal value that is not
copiable.
{
const char * const type = sv_reftype(sstr,0);
if (PL_op)
+ /* diag_listed_as: Bizarre copy of %s */
Perl_croak(aTHX_ "Bizarre copy of %s in %s", type, OP_DESC(PL_op));
else
Perl_croak(aTHX_ "Bizarre copy of %s", type);
%s (%d) does not match %s (%d),
%s (%d) smaller than %s (%d),
bad top format reference
-Bizarre copy of %s
Bizarre SvTYPE [%d]
Can't call method "%s" %s
Can't coerce readonly %s to string