id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1541,warnings appearing during 'make' invocation of pmc2c.pl,jkeenan,jkeenan,"(Due to lack of time, I reported this on the mailing list without creating a ticket.  Creating a TT now and recording Util's analysis.)

I have started to observe some warnings appearing early in the ''make'' process:
{{{
/usr/local/bin/perl tools/build/h2inc.pl 
  include/parrot/enums.h lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
/usr/local/bin/perl tools/build/vtable_h.pl
/usr/local/bin/perl tools/build/pmc2c.pl --vtable
/usr/local/bin/perl tools/build/pmc2c.pl --dump  
  src/pmc/default.pmc
 at /home/jimk/work/parrot/tools/build/../../lib/Parrot/Pmc2c/Dumper.pm line 54

Parrot::Pmc2c::Dumper::dump_pmc('Parrot::Pmc2c::Pmc2cMain=HASH(0x83f52c0)') 
  called at tools/build/pmc2c.pl line 51
 at /home/jimk/work/parrot/tools/build/../../lib/Parrot/Pmc2c/Dumper.pm line 74

Parrot::Pmc2c::Dumper::dump_pmc('Parrot::Pmc2c::Pmc2cMain=HASH(0x83f52c0)') 
  called at tools/build/pmc2c.pl line 51
/usr/local/bin/perl tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc
/usr/local/bin/perl tools/build/pmc2c.pl --c  src/pmc/fixedintegerarray.pmc
}}}
According to my build logs, this began sometime between r45132 (March 23) and r45159 (March 24).  I don't have any evidence yet that this affects the ''parrot'' executable, and I have not yet had time to diagnose the problem.",bug,closed,normal,,build,2.2.0,medium,fixed,pmc2c,Util,,applied,
