Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jun 2016 05:41:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 209920] 11.0 -r300944 buildkernel via amd64-gcc fails for: .../dev/cxgb/ulp/tom/cxgb_listen.c:926:13: error: redundant redeclaration of 'tcp_dooptions'; more
Message-ID:  <bug-209920-6-lPeI64afxG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209920-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209920-6@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=3D209920

--- Comment #1 from Mark Millard <markmi@dsl-only.net> ---
(In reply to Mark Millard from comment #0)

If the offending declaration in cxgb_listen.c is commented out (or removed)
there is a "next problem" for csgb:

--- all_subdir_cxgbe/tom ---
/usr/src/sys/modules/cxgbe/tom/../../../dev/cxgbe/tom/t4_listen.c: In funct=
ion
'do_pass_accept_req':
/usr/src/sys/modules/cxgbe/tom/../../../dev/cxgbe/tom/t4_listen.c:640:1:
warning: inlining failed in call to 'release_synqe': call is unlikely and c=
ode
size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^
/usr/src/sys/modules/cxgbe/tom/../../../dev/cxgbe/tom/t4_listen.c:1406:3:
warning: called from here [-Winline]
  release_synqe(synqe); /* extra hold */
  ^
/usr/src/sys/modules/cxgbe/tom/../../../dev/cxgbe/tom/t4_listen.c:640:1:
warning: inlining failed in call to 'release_synqe': call is unlikely and c=
ode
size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^
/usr/src/sys/modules/cxgbe/tom/../../../dev/cxgbe/tom/t4_listen.c:1411:2:
warning: called from here [-Winline]
 release_synqe(synqe); /* extra hold */
 ^
. . .
--- all_subdir_cxgbe/tom ---
cc1: all warnings being treated as errors
*** [t4_listen.o] Error code 1

It looks like this code has not been tried under devel/amd64-gcc compiles.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209920-6-lPeI64afxG>