[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 1 05:41:23 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209920

--- Comment #1 from Mark Millard <markmi at 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 function
'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 code
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 code
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.

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


More information about the freebsd-bugs mailing list