From patchwork Thu Feb 28 21:50:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Polacek X-Patchwork-Id: 1049789 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-497183-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="GZk7a5/8"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 449R7t02Kfz9s0W for ; Fri, 1 Mar 2019 08:51:03 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Xp9TscjKGiWjJbdcVcsX09+/Zlg0ihBhS4liD3zo8dSV5a6smbt5A WrJm4vwBRhfgd5kss16AZ7OR53EKiSk+F5Az5mErIoeg3zl8pSM68EaShZoWmlPr PyAqlPMcjH+PEEnTiULlWhOYTd35/v/FLv42tCr1Qb2N1fH8w4qlao= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=a8aw1joxdK4YnTyZS649Y4HtYY8=; b=GZk7a5/8TYXzEn3yOlFF QGgVwSiisNAqE/jvup/slhSptYhMzmRPqMEPVGcDJFzAIWQOoyiJk4rvCtQtKRzE PX/PkdUI8h+uQuFFTF2v7FsPpyb5Q+b2VnYaUo8rkZCpUyc3t7mSn71wdeuK7DAl nS80RUeHGn6fWZb1prFKKIU= Received: (qmail 73172 invoked by alias); 28 Feb 2019 21:50:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 73164 invoked by uid 89); 28 Feb 2019 21:50:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:906 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Feb 2019 21:50:54 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8B83BA0773 for ; Thu, 28 Feb 2019 21:50:36 +0000 (UTC) Received: from redhat.com (unknown [10.20.4.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 424D21001DEE for ; Thu, 28 Feb 2019 21:50:36 +0000 (UTC) Date: Thu, 28 Feb 2019 16:50:34 -0500 From: Marek Polacek To: GCC Patches Subject: [wwwdocs] Update gcc-9/changes.html #2 Message-ID: <20190228215034.GM8512@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.11.3 (2019-02-01) One more. Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.48 diff -u -r1.48 changes.html --- changes.html 28 Feb 2019 20:51:28 -0000 1.48 +++ changes.html 28 Feb 2019 21:48:53 -0000 @@ -191,6 +191,8 @@ std::move.
  • -Wpessimizing-move, implied by -Wall, warns when a call to std::move prevents copy elision.
  • +
  • -Wclass-conversion, on by default, warns when a conversion function will never be + called due to the type it converts to.