From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11311 invoked by alias); 8 Oct 2012 18:13:25 -0000 Received: (qmail 11290 invoked by uid 22791); 8 Oct 2012 18:13:22 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta01.emeryville.ca.mail.comcast.net (HELO qmta01.emeryville.ca.mail.comcast.net) (76.96.30.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Oct 2012 18:13:17 +0000 Received: from omta02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by qmta01.emeryville.ca.mail.comcast.net with comcast id 8cgr1k00B0QkzPwA1iDHcM; Mon, 08 Oct 2012 18:13:17 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta02.emeryville.ca.mail.comcast.net with comcast id 8iDG1k0050BKwT48NiDGEd; Mon, 08 Oct 2012 18:13:16 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Subject: Re: [C++] Mixed scalar-vector operations From: Mike Stump In-Reply-To: Date: Mon, 08 Oct 2012 18:13:00 -0000 Cc: Jason Merrill , gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <358CCE0A-2394-49DA-AD1E-94B8C05AB729@comcast.net> References: <506F5563.2070701@redhat.com> To: Marc Glisse X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg00791.txt.bz2 On Oct 8, 2012, at 8:53 AM, Marc Glisse wrote: > On Fri, 5 Oct 2012, Jason Merrill wrote: >=20 >>> + error_at (loc, "conversion of scalar to vector " >>> + "involves truncation"); >>=20 >> These errors should print the types involved. They also need to be supp= ressed when !(complain & tf_error). >=20 > Hello, >=20 > here is a new version of the patch. All I can say is thank you for pressing forward and not being discouraged. = In the end, it feels like we'll have better vector support in C++. :-)