This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR61801, sched2 vs. debug-insns


On 2014-07-16, 7:56 AM, Richard Biener wrote:

This fixes a miscompile of glibc trunk on i?86 which happens because
the sched-deps treats a debug-insn with volatile ASM_OPERANDS
as a barrier.

Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.

Ok for trunk and branches?



Ok.  It is safe and solves the PR.

Thanks for working on this, Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]