[Bug 271903] amd64-gcc12 build failure
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271903] amd64-gcc12 build failure"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 15:13:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271903
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Cirrus-CI seems to have some trouble with log files at the moment, e.g.
https://cirrus-ci.com/task/6740805386240000 is truncated in the middle of an
error:
In function 'counter_u64_add',
inlined from 'ovpn_transmit_to_peer' at
/tmp/cirrus-ci-build/sys/net/if_ovpn.c:1905:4,
inlined from 'ovpn_output' at
/tmp/cirrus-ci-build/sys/net/if_ovpn.c:2138:10:
./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of
'struct __s[0]' [-Warray-bounds]
153 | __asm __volatile("mov %%gs:%1,%0"
\
| ^~~~~
/tmp/cirrus-ci-build/sys/sys/cdefs.h:449:51: note: in definition of macro
'__predict_false'
449 | #define __predict_false(exp) __builtin_expect((exp), 0)
| ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
92 | KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on
AP"));
| ^~~~~~~
./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET'
214 | #define PCPU_GET(member) __PCPU_GET(pc_ ## member)
| ^~~~~~~~~~
./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET'
219 | #define IS_BSP() (PCPU_GET(cpuid) == 0)
| ^~~~~~~~
./mac
--
You are receiving this mail because:
You are the assignee for the bug.