#1153: 'parrot -O2 oofib.pir' errors out, when -O1 succeeds
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  trunk
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Old 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
> }}}

New 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
 }}}

 Still occurring in

--

Comment(by coke):

 Still occuring in r47566

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1153#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to