[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A possible code generation issue
On 4 July 2015 at 13:11, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> Looks like in the failure case the code is being incorrectly
> optimized. I wonder if this is a manifestation of the get_address bug,
> perhaps the real fix will be better than the patch I am using. I will
> use the latest gcc 5 branch and see if that helps.
>
Hi Dave,
I am now using the latest gcc-5-branch from gcc github mirror.
Unfortunately the issue still persists.
If set optimization level to 0 or 1, then it works ok, but at levels 2
or 3 the break occurs.
Regards
Dibyendu