[perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2008-04-07 Thread Will Coleda via RT
On Tue Jan 23 14:20:21 2007, particle wrote: > when compiling src/pmc/pmethod.c, cl has a few warnings: > > src\pmc\pmethod_test.c > D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096) > : warn > ing C4102: 'test_method0_returns' : unreferenced label > D:/usr\local\parrot\bug

Re: [perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-03-16 Thread James E Keenan
chromatic wrote: Jim, can you resend with diffs in unified format? (That's "diff -u", not "diff".) They're much, much easier to read. -- c I screwed up. I attached this to the wrong ticket.

Re: [perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-03-16 Thread chromatic
Jim, can you resend with diffs in unified format? (That's "diff -u", not "diff".) They're much, much easier to read. -- c

[perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-01-23 Thread James Keenan via RT
On Tue Jan 23 14:20:21 2007, particle wrote: > when compiling src/pmc/pmethod.c, cl has a few warnings: > > src\pmc\pmethod_test.c > D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096) > : warn > ing C4102: 'test_method0_returns' : unreferenced label > [snip] > it seems the p

[perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-01-23 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41328] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41328 > when compiling src/pmc/pmethod.c, cl has a few warnings: src\pmc\pmethod_test.c D:/usr\loc