From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88420 invoked by alias); 20 Jul 2015 20:23:11 -0000 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 Received: (qmail 88409 invoked by uid 89); 20 Jul 2015 20:23:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f178.google.com Received: from mail-ig0-f178.google.com (HELO mail-ig0-f178.google.com) (209.85.213.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 20 Jul 2015 20:23:10 +0000 Received: by igbpg9 with SMTP id pg9so90224967igb.0 for ; Mon, 20 Jul 2015 13:23:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.59.148 with SMTP id z20mr18255746igq.77.1437423788198; Mon, 20 Jul 2015 13:23:08 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Mon, 20 Jul 2015 13:23:08 -0700 (PDT) Date: Mon, 20 Jul 2015 20:40:00 -0000 Message-ID: Subject: Re: [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3) From: David Edelsohn To: Marek Polacek Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg01693.txt.bz2 This seems to have caused a number of new failures in the PPC testsuite for vmx/unpack. - David