On Wed, Oct 18, 2017 at 6:59 PM, Egeyar Bagcioglu <egeyar.bagcio...@oracle.com> wrote: > Hello, > > Test case "guality.exp=nrv-1.c" fails on aarch64. Optimizations reorder the > instructions and cause the value of a variable to be checked before its > first assignment. The following patch is moving the > break point to the end of the function. Therefore, it ensures that the break > point is reached after the assignment instruction is executed. > > Please review the patch and apply if legitimate.
guality testcases are mostly user-experience tests but they are indeed prone to the usual jumpiness. As a user we'd expect a breakpoint on this line to trigger only if previous stmts have been committed. I guess Alex work on stmt frontiers will fix this instance? Richard. > Egeyar >