On 3/21/19 11:10 AM, Markus Armbruster wrote:
> I re-ran the failing compile with "-c -o tcg/tcg-op.o" replaced by "-E
> -dD -o tcg/tcg-op.i", and uploaded the resulting tcg-op.i to
> 
>     https://www.pond.sub.org/~armbru/debug/tcg-op.i
> 
> Diffing this against yours might provide clues.

Either you're not building master,

-# 1 "/home/rth/work/qemu/qemu/accel/tcg/tcg-runtime.h" 1
+# 1 "/home/armbru/work/qemu/tcg/tcg-runtime.h" 1

since this file got moved 18 months ago,

commit 61a3f8f6c047620f4d55ade4f5607a9d019984c6
Author: Philippe Mathieu-Daudé <f4...@amsat.org>
Date:   Mon Sep 11 18:33:26 2017 -0300

    accel/tcg: move tcg-runtime to accel/tcg/

Or, despite ccache -C, you're getting wrong results.

I myself hate ccache for the oddball effects it has, often not dissimilar to
this, and do not have it installed at all.


r~

Reply via email to