Re: [perl #39933] [BUG] compreg-related bus error

2006-07-24 Thread Leopold Toetsch
Am Dienstag, 25. Juli 2006 02:20 schrieb Will Coleda: > In an effort to construct a test case for something else, I got this   > to bus error: > > .sub main :main >    $S0 = <<"END_PIR" >    .constant int foo = 1 > END_PIR >    $P0 = compreg 'PIR' >    $P0($S0) > .end Well, that's a syntax error[1

[perl #39933] [BUG] compreg-related bus error

2006-07-24 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39933] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39933 > In an effort to construct a test case for something else, I got this to bus error: .su