Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #32607] The preprocessor changes "pmc" to an identifier

6 views
Skip to first unread message

Fglock @ Pucrs . Br

unread,
Nov 24, 2004, 3:19:07 PM11/24/04
to bugs-bi...@rt.perl.org
# New Ticket Created by fgl...@pucrs.br
# Please include the string: [perl #32607]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32607 >


The preprocessor changes "pmc" to a previously
used identifier:

$ ./parrot -E - # invoke preprocessor
pcc_sub _test
.param string s1
.param pmc p2
end
^D # output:
pcc_sub _test
param string s1
param s1 p2 # this should be "pmc p2"
end

$ ./parrot -V
This is parrot version 0.1.1 built for i386-linux.
Copyright (C) 2001-2004 The Perl Foundation. All
Rights Reserved.
[...]
PASM/PIR compiler version 0.1.1.

- same output with parrot 0.1.0


Thanks - Flavio S. Glock


Leopold Toetsch

unread,
Nov 25, 2004, 1:55:19 AM11/25/04
to perl6-i...@perl.org
Fglock @ Pucrs . Br <parrotbug...@parrotcode.org> wrote:

> The preprocessor changes "pmc" to a previously
> used identifier:

> $ ./parrot -E - # invoke preprocessor

Ouch, the preprocessor is far behind the current syntax. It needs either
updating or disabling.

Thanks for reporting,
leo

0 new messages