perl_5.32.0~rc1-1 FTBFS on m68k (experimental)

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Fri Jun 19 13:47:57 BST 2020


Hi Geert!

On 6/19/20 1:19 PM, Geert Uytterhoeven wrote:
> So now you have 5 bytes of padding if PERL_DEBUG_READONLY_OPS,
> while I guess 1 would be sufficient?
> 
> What about
> 
>     # ifdef PERL_DEBUG_READONLY_OPS
>         bool       opslab_readonly;
>         U8         opslab_padding;
>     #else
>         U16        opslab_padding;
>     # endif
> 
> ?

Yes, that's a good idea and that also works as expected.

I'll use that.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



More information about the Perl-maintainers mailing list