Fix for bug 64818 is NOT included in latest release

Asked by jdobry

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
jdobry
Solved:
Last query:
Last reply:
Revision history for this message
jdobry (jdobry) said :
#1
Revision history for this message
Tejas Belagod (belagod-tejas) said :
#2

Hi,

According to the release notes, the fix for the bug is in place - https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/release.txt.

Also, I see that the fix has gone in with this Changelog and sources:

2015-06-03 Hale Wang <email address hidden>

        Backport from mainline r222306
        2015-04-22 Hale Wang <email address hidden>
                    Terry Guo <email address hidden>

        PR rtl-optimization/64818
        * combine.c (can_combine_p): Don't combine user-specified
        register if it is in an asm input.

Are you seeing case where you think it hasn't been fixed for?

Thanks,
Tejas.

Revision history for this message
jdobry (jdobry) said :
#3

ooops!!!!
 I just try to implement patch and it pass without problem. But after view into code I must apologise. You are right, it is fixed already.

Problem solved.