https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209920
--- Comment #1 from Mark Millard <mar...@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 on the CC list for the bug. _______________________________________________ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"