Re: [PATCH] Re: [perl #53264] [PATCH] Re: [svn:parrot] r27144 - in trunk: include/parrot src src/pmc

2008-05-06 Thread chromatic
On Friday 25 April 2008 10:49:19 Andy Dougherty wrote: > Ok.  Fixed.  This version avoids both type-punning and cast alignment > warnings by declaring the 'data' element of a Stack_Chunk_t to be > of type Stack_Entry_t, since that's the only way it is ever used, > at least as far as I could tell.

[PATCH] Re: [perl #53264] [PATCH] Re: [svn:parrot] r27144 - in trunk: include/parrot src src/pmc

2008-04-25 Thread Andy Dougherty
On Thu, 24 Apr 2008, Andy Dougherty wrote: > On Wed, 23 Apr 2008, Andy Dougherty wrote: > > > 2. There are some casting and type-punning warnings that have, as their > > ultimate cause, the STACK_DATAP() macro. Getting rid of the > > type-punning warning gives rise to a cast alignment warning.