Ticket #1153 (new bug) — at Initial Version

Opened 12 years ago

Last modified 10 years ago

'parrot -O2 oofib.pir' errors out, when -O1 succeeds

Reported by: coke Owned by:
Priority: normal Milestone:
Component: none Version: trunk
Severity: medium Keywords:
Cc: whiteknight Language:
Patch status: Platform:

Description

Originally reported as  http://rt.perl.org/rt3/Ticket/Display.html?id=49968.

$ ./parrot examples/benchmarks/oofib.pir
fib(24) = 46368 0.298038005828857s
$ ./parrot -O1 examples/benchmarks/oofib.pir
fib(24) = 46368 0.298038005828857s
$ ./parrot -O2 examples/benchmarks/oofib.pir
Class 'B' not found
Note: See TracTickets for help on using tickets.