This segfault is gone, also:
$ perl6-p
> my Int $x = NaN;
Type check failed in assignment to '$x'; expected 'Int' but got 'Num'
> ^D
$
$ perl6-p --version
This is perl6 version 2015.01-60-g12db81b built on parrot 7.0.1 revision
RELEASE_7_0_1
So the same question as in ticket 115322: Is this c
# New Ticket Created by Zefram
# Please include the string: [perl #120484]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=120484 >
I tried a test case from [perl #61602] in Rakudo and got this:
$ perl6
> my Int $x = NaN
Type