From owner-freebsd-current@FreeBSD.ORG Sun Sep 1 15:22:59 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61CCBFDB; Sun, 1 Sep 2013 15:22:59 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32CDE22E1; Sun, 1 Sep 2013 15:22:59 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 4273F6148; Sun, 1 Sep 2013 11:22:50 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=R1GZExZuPHmoLttJ58WfKuBT8fecpM5rtdlorrE+KsbvnCaJu9YZqijFmoXI+eF1c OSZFxSUSRoYNbYwfOUTHsH3QSyGwgSenBBPHMwWfmbSXCmTHKUHKdgRU7w8OqX6 Message-ID: <52235BC7.2060002@protected-networks.net> Date: Sun, 01 Sep 2013 11:22:47 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: bryanv@freebsd.org Subject: minor breakage with GCC after SVN r255112? X-Enigmail-Version: 1.5.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:22:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A missing quote inside a disabled code-section seems to upset GCC, i.e. *** sys/dev/virtio/network/if_vtnet.c~ Sun Sep 1 09:50:28 2013 - --- sys/dev/virtio/network/if_vtnet.c Sun Sep 1 10:54:06 2013 *************** *** 1531,1537 **** */ #if 0 if_printf(sc->vtnet_ifp, "cksum offload of unsupported " ! "protocol eth_type=%#x proto=%d csum_start=%d "csum_offset=%d\n", __func__, eth_type, proto, hdr->csum_start, hdr->csum_offset); #endif - --- 1531,1537 ---- */ #if 0 if_printf(sc->vtnet_ifp, "cksum offload of unsupported " ! "protocol eth_type=%#x proto=%d csum_start=%d" "csum_offset=%d\n", __func__, eth_type, proto, hdr->csum_start, hdr->csum_offset); #endif -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iEYEARECAAYFAlIjW8cACgkQQv9rrgRC1JI8qwCgrAug7uNBJA6LM5j3e8QoeyzB RNQAn2vtpxrr6TML5pfCpdr3BDY+6Uvv =9K43 -----END PGP SIGNATURE-----