tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] RE :Re: RE :Re: Another ARM (RPi) compiler bug


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] RE :Re: RE :Re: Another ARM (RPi) compiler bug
Date: Tue, 5 Feb 2013 01:05:35 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

On Mon, Feb 04, 2013 at 01:47:46PM +0100, Christian JULLIEN wrote:

your mail client produced a multipart/alternative with an empty
text/plain part.

The error is in gfunc_prolog when it does
        pn = (pn + (align-1)/4) & -(align/4);
while align is < 4.

Thomas, is the correct fix to clamp align to 4 if it is less than
that?

  Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]