Re: [Xen-devel] [PATCH] tools/kdd: work around gcc 8.1 bug

2018-08-20 Thread Ian Jackson
Wei Liu writes ("[PATCH] tools/kdd: work around gcc 8.1 bug"): > Gcc 8.1 has a bug that causes kdd fail to build. Rewrite the code to > work around that bug. Acked-by: Ian Jackson Thanks, Ian. ___ Xen-devel mailing list Xen-devel@lists.xenproject.org

[Xen-devel] [PATCH] tools/kdd: work around gcc 8.1 bug

2018-08-06 Thread Wei Liu
Gcc 8.1 has a bug that causes kdd fail to build. Rewrite the code to work around that bug. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86827 Signed-off-by: Tim Deegan Signed-off-by: Wei Liu Tested-by: Wei Liu --- tools/debugger/kdd/kdd.c | 9 - 1 file changed, 4 insertions(+), 5 del