Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jun 2023 15:13:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271903] amd64-gcc12 build failure
Message-ID:  <bug-271903-227-lTdYhOBsEg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271903-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271903-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271903

--- 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"=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
\
      |                 ^~~~~
/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 !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed 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) =3D=3D 0)
      |                          ^~~~~~~~
./mac

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271903-227-lTdYhOBsEg>