id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1153	'parrot -O2 oofib.pir' errors out, when -O1 succeeds	coke		"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
}}}

Still occurring in "	bug	closed	normal		imcc	trunk	medium	wontfix		whiteknight			
