add_ptr
has bad :nothrow
effects
#57557
Labels
backport 1.12
Change should be backported to release-1.12
compiler:effects
effect analysis
regression
Regression in behavior compared to a previous version
it appears the changes in #53687 caused
I'm assuming this is a bug as I don't know how that call could throw --- and it does not match the effects on previous versions.
adding
@_nothrow_meta
to+(x::Ptr, y::Integer)
and-(x::Ptr, y::Integer)
should fix the symptom for+
, but I'm assuming it'd be desirable to fix the intrinsic as wellThe text was updated successfully, but these errors were encountered: