qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.0 0/7] Assume GCC v4.8 and Clang v3.4 as m


From: no-reply
Subject: Re: [Qemu-devel] [PATCH for-4.0 0/7] Assume GCC v4.8 and Clang v3.4 as minimum compiler versions
Date: Mon, 3 Dec 2018 18:36:26 -0800 (PST)

Patchew URL: https://patchew.org/QEMU/address@hidden/



Hi,

This series failed the address@hidden build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=8
=== TEST SCRIPT END ===

                 from /tmp/qemu-test/build/qapi/trace.h:7,
                 from /tmp/qemu-test/src/qapi/qapi-visit-core.c:21:
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'mulu64':
/tmp/qemu-test/src/include/qemu/host-utils.h:34:5: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
     ^~~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
                      ^~~~~~~~~~~
                      __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: note: each undeclared 
identifier is reported only once for each function it appears in
/tmp/qemu-test/src/include/qemu/host-utils.h:34:34: error: expected ',' or ';' 
before 'a'
     __uint128_t r = (__uint128_t)a * b;
                                  ^
/tmp/qemu-test/src/include/qemu/host-utils.h:36:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muls64':
/tmp/qemu-test/src/include/qemu/host-utils.h:42:5: error: unknown type name 
'__int128_t'; did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
     ^~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:21: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
                     ^~~~~~~~~~
                     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:32: error: expected ',' or ';' 
before 'a'
     __int128_t r = (__int128_t)a * b;
                                ^
/tmp/qemu-test/src/include/qemu/host-utils.h:44:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muldiv64':
/tmp/qemu-test/src/include/qemu/host-utils.h:50:13: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     return (__int128_t)a * b / c;
             ^~~~~~~~~~
             __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:50:24: error: expected ';' before 
'a'
     return (__int128_t)a * b / c;
                        ^
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divu128':
/tmp/qemu-test/src/include/qemu/host-utils.h:58:9: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:58:34: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
                                  ^~~~~~~~~~~
                                  __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:59:21: error: expected ';' before 
'result'
         __uint128_t result = dividend / divisor;
                     ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:60:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divs128':
/tmp/qemu-test/src/include/qemu/host-utils.h:71:9: error: unknown type name 
'__int128_t'; did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:71:33: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
                                 ^~~~~~~~~~
                                 __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:72:20: error: expected ';' before 
'result'
         __int128_t result = dividend / divisor;
                    ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:73:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
cc1: all warnings being treated as errors
---
                 from /tmp/qemu-test/src/include/sysemu/sysemu.h:7,
                 from /tmp/qemu-test/src/qapi/qmp-dispatch.c:20:
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'mulu64':
/tmp/qemu-test/src/include/qemu/host-utils.h:34:5: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
     ^~~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
                      ^~~~~~~~~~~
                      __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: note: each undeclared 
identifier is reported only once for each function it appears in
/tmp/qemu-test/src/include/qemu/host-utils.h:34:34: error: expected ',' or ';' 
before 'a'
     __uint128_t r = (__uint128_t)a * b;
                                  ^
/tmp/qemu-test/src/include/qemu/host-utils.h:36:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muls64':
/tmp/qemu-test/src/include/qemu/host-utils.h:42:5: error: unknown type name 
'__int128_t'; did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
     ^~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:21: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
                     ^~~~~~~~~~
                     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:32: error: expected ',' or ';' 
before 'a'
     __int128_t r = (__int128_t)a * b;
                                ^
/tmp/qemu-test/src/include/qemu/host-utils.h:44:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muldiv64':
/tmp/qemu-test/src/include/qemu/host-utils.h:50:13: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     return (__int128_t)a * b / c;
             ^~~~~~~~~~
             __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:50:24: error: expected ';' before 
'a'
     return (__int128_t)a * b / c;
                        ^
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divu128':
/tmp/qemu-test/src/include/qemu/host-utils.h:58:9: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:58:34: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
                                  ^~~~~~~~~~~
                                  __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:59:21: error: expected ';' before 
'result'
         __uint128_t result = dividend / divisor;
                     ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:60:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divs128':
/tmp/qemu-test/src/include/qemu/host-utils.h:71:9: error: unknown type name 
'__int128_t'; did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:71:33: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
                                 ^~~~~~~~~~
                                 __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:72:20: error: expected ';' before 
'result'
         __int128_t result = dividend / divisor;
                    ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:73:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
cc1: all warnings being treated as errors
In file included from /tmp/qemu-test/src/qapi/string-output-visitor.c:17:0:
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'mulu64':
/tmp/qemu-test/src/include/qemu/host-utils.h:34:5: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
     ^~~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __uint128_t r = (__uint128_t)a * b;
                      ^~~~~~~~~~~
                      __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:34:22: note: each undeclared 
identifier is reported only once for each function it appears in
/tmp/qemu-test/src/include/qemu/host-utils.h:34:34: error: expected ',' or ';' 
before 'a'
     __uint128_t r = (__uint128_t)a * b;
                                  ^
/tmp/qemu-test/src/include/qemu/host-utils.h:36:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muls64':
/tmp/qemu-test/src/include/qemu/host-utils.h:42:5: error: unknown type name 
'__int128_t'; did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
     ^~~~~~~~~~
     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:21: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     __int128_t r = (__int128_t)a * b;
                     ^~~~~~~~~~
                     __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:42:32: error: expected ',' or ';' 
before 'a'
     __int128_t r = (__int128_t)a * b;
                                ^
/tmp/qemu-test/src/include/qemu/host-utils.h:44:16: error: right shift count >= 
width of type [-Werror=shift-count-overflow]
     *phigh = r >> 64;
                ^~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'muldiv64':
/tmp/qemu-test/src/include/qemu/host-utils.h:50:13: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
     return (__int128_t)a * b / c;
             ^~~~~~~~~~
             __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:50:24: error: expected ';' before 
'a'
     return (__int128_t)a * b / c;
                        ^
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divu128':
/tmp/qemu-test/src/include/qemu/host-utils.h:58:9: error: unknown type name 
'__uint128_t'; did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:58:34: error: '__uint128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __uint128_t dividend = ((__uint128_t)*phigh << 64) | *plow;
                                  ^~~~~~~~~~~
                                  __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:59:21: error: expected ';' before 
'result'
         __uint128_t result = dividend / divisor;
                     ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:60:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h: In function 'divs128':
/tmp/qemu-test/src/include/qemu/host-utils.h:71:9: error: unknown type name 
'__int128_t'; did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
         ^~~~~~~~~~
         __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:71:33: error: '__int128_t' 
undeclared (first use in this function); did you mean '__int128'?
         __int128_t dividend = ((__int128_t)*phigh << 64) | *plow;
                                 ^~~~~~~~~~
                                 __int128
/tmp/qemu-test/src/include/qemu/host-utils.h:72:20: error: expected ';' before 
'result'
         __int128_t result = dividend / divisor;
                    ^~~~~~
/tmp/qemu-test/src/include/qemu/host-utils.h:73:17: error: 'result' undeclared 
(first use in this function)
         *plow = result;
                 ^~~~~~
cc1: all warnings being treated as errors


The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]