From owner-svn-src-all@freebsd.org Mon May 2 15:57:02 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E66FAEE195; Mon, 2 May 2016 15:57:02 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E12461443; Mon, 2 May 2016 15:57:01 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id k142so195316990oib.1; Mon, 02 May 2016 08:57:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=kJ+Uskki26RB5FZXZK52EG6QRoQ/zVko/kD1CARm4+I=; b=SFnDxa2c0nEmQLXeHFV3p3nZpqAu/nLkAlYk6aSTwUy7jNXi8xuxke4BNs5G1ci7sO MbTFyyH5I72GdgaAKmYLsZUPBpDC8iI3JQF6oUWLqFo+UvTErGwu4kFpLiAurJ/M5tYz l2RpX8EKNT/s59AwcoomcZzWStuWhh9mdgaP9V7te1YDJpEJqw9QRNXFudzOZj6wOSFO Ad+CkQ8702CH5T60mTF6vQvszo9z6IOXov54Ej1VeV16xdvaySFC5JnFgouhRlrs8SqW 9/GtwjU4LTjvjdONM+hQ/agIw6nbSTM+dcbitSYskxwosKpHH+cZ4HrDqHAFqsUT2KmZ ryEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=kJ+Uskki26RB5FZXZK52EG6QRoQ/zVko/kD1CARm4+I=; b=Ru8L7SFojS3gHAM/3gu4TZsclfxtsQhMWHU2rKTrIMigRFv8fUbvYLX/dxLTMziqEV Rk11zisiQYTE8edil0N5cEb8WrlzMoFiqoTBbnxrSpVFh/oWdm5eaEtWIsIQpDQ5Bm2M RYKBXTq0PKSlwIfy/GJBVKTBVhHa6kJwZr4KKtDPHz4tymJ9ca3ZQsG4JvU4m7ticx0g TpiwdrZqvPbmpkOJpnIDPwWP7NoW1iIx3kwr6WBljMVTztHpaeCDrZMcMKTDlMtSakvo TBqsxWnUT9HsWkcGy2pz8tlcPP09QWdJfDVgBd3qfqMPIkZZl6T8CKqN20lgEwaVGRvX m7Dg== X-Gm-Message-State: AOPr4FXnCqPtcD1dlP9OpokXbuieDg5VJo6uy9iDOULJqaK+TZCU9v+JeAGf76D4Gu95Ge9uWaB8cK2ewU2EKg== MIME-Version: 1.0 X-Received: by 10.202.198.67 with SMTP id w64mr10327960oif.30.1462204621006; Mon, 02 May 2016 08:57:01 -0700 (PDT) Received: by 10.157.11.77 with HTTP; Mon, 2 May 2016 08:57:00 -0700 (PDT) In-Reply-To: <9AEBC481-D541-451F-82E0-7BCD571B0F93@FreeBSD.org> References: <201605021507.u42F7hI3029685@repo.freebsd.org> <9AEBC481-D541-451F-82E0-7BCD571B0F93@FreeBSD.org> Date: Mon, 2 May 2016 10:57:00 -0500 Message-ID: Subject: Re: svn commit: r298924 - head/usr.bin/sdiff From: Benjamin Kaduk To: "Bjoern A. Zeeb" Cc: "cem@FreeBSD.org" , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 15:57:02 -0000 On Mon, May 2, 2016 at 10:54 AM, Bjoern A. Zeeb wrote: > > > On 02 May 2016, at 15:32 , Conrad Meyer wrote: > > > > Clang should really catch this too. Why didn=E2=80=99t it? > > It was only powerpc; sparc64 and mips were good as well. > > 'char' being signed vs. unsigned? -Ben