[perl #40806] [BUG] IMCC - embedded source locations (#line nnn file.pir)

2007-01-13 Thread Patrick R. Michaud via RT
It works, thanks! Marking the ticket as resolved. Pm

[perl #40806] [BUG] IMCC - embedded source locations (#line nnn file.pir)

2006-12-16 Thread [EMAIL PROTECTED] via RT
Hi, I have now implemented: #line 123 filename.pir setline 123 setfile filename.pir In 16119. Jonathan

[perl #40806] [BUG] IMCC - embedded source locations (#line nnn file.pir)

2006-11-10 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #40806] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40806 In docs/compiler_faq.pod: =head2 How do I embed source locations in my

Re: [perl #40806] [BUG] IMCC - embedded source locations (#line nnn file.pir)

2006-11-10 Thread Patrick R. Michaud
On Fri, Nov 10, 2006 at 08:23:56PM -0800, Chip Salzenberg via RT wrote: This *may* be a non-bug resulting from the conflation of PIR source file/line and HLL source file/line. Or it may indicate the need for separate setfile/setline [HLL line] and #line num file [PIR line]. I think it's