From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24310 invoked by alias); 11 Aug 2010 17:08:47 -0000 Received: (qmail 24297 invoked by uid 22791); 11 Aug 2010 17:08:46 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate7.uk.ibm.com (HELO mtagate7.uk.ibm.com) (194.196.100.167) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Aug 2010 17:08:40 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o7BH8bhi029724 for ; Wed, 11 Aug 2010 17:08:38 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7BH8b47901210 for ; Wed, 11 Aug 2010 18:08:37 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o7BH8b8i006796 for ; Wed, 11 Aug 2010 18:08:37 +0100 Received: from leonard.localnet (ICON-9-164-172-175.megacenter.de.ibm.com [9.164.172.175]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o7BH8Usp006673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Aug 2010 18:08:37 +0100 From: Ken Werner To: Tom Tromey Subject: Re: [patch] GNU vector binop support Date: Wed, 11 Aug 2010 17:08:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic-pae; KDE/4.4.2; i686; ; ) References: <201008101124.22450.ken@linux.vnet.ibm.com> <201008111340.18626.ken@linux.vnet.ibm.com> In-Reply-To: Cc: Jan Kratochvil , gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008111908.29268.ken@linux.vnet.ibm.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00148.txt.bz2 On Wednesday, August 11, 2010 06:05:36 pm Tom Tromey wrote: > >>>>> "Ken" == Ken Werner writes: > Ken> (evaluate_subexp_with_coercion): Add vector check to not convert > vectors to > > This line in the ChangeLog should wrap earlier. Oh, you are right. I configured vim to count the line chars instead of the virtual column number. I've adjusted the statusline of my .vimrc to prevent such issues in the future: -set statusline=%f\ %m\ \|\ %l\/%L\,%c\ %=%P +set statusline=%f\ %m\ \|\ %l\/%L\,%c\%V\ %=%P > This patch is ok with this change. Thanks, patch applied. Regards Ken