From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53471 invoked by alias); 6 Nov 2015 17:03:39 -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 53378 invoked by uid 89); 6 Nov 2015 17:03:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 06 Nov 2015 17:03:34 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D314FC1A0BD8; Fri, 6 Nov 2015 17:03:31 +0000 (UTC) Received: from [10.10.56.55] (vpn-56-55.rdu2.redhat.com [10.10.56.55]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA6H3Uk7023655; Fri, 6 Nov 2015 12:03:30 -0500 Message-ID: <563CDD62.7090002@redhat.com> Date: Fri, 06 Nov 2015 17:03:00 -0000 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: David Edelsohn , Jakub Jelinek CC: GCC Patches Subject: Re: [PATCH] Merge from gomp-4_5-branch to trunk References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-11/txt/msg00685.txt.bz2 On 11/05/2015 09:08 PM, David Edelsohn wrote: > Sorry for the incorrect blame. I thought the failure was due to GOMP > changes, but it appears to be due to the placement new size changes. > I am re-testing after Martin's fix. > > By the way, Martin, the ChangeLog entry is wrong I've fixed the ChangeLog. With Jason's help, I've also figured out why I missed the libstdc++ boostrap breakage. I've been assuming that make bootstrap invoked after a change to the compiler rebuilds libstdc++ and any other libraries. That apparently isn't the case. I will need to adjust my workflow to avoid this problem in the future. If there is a page on the Wiki or somewhere with best practices or recommended steps that someone knows about, I'd be grateful for a pointer. Again, sorry for the breakage. Martin > > 2015-11-05 Martin Sebor > > PR c++/67942 > * invoke.texi (-Wplacement-new): Document new option. > * gcc/testsuite/g++.dg/warn/Wplacement-new-size.C: New test. > > The invoke.texi change should list doc/invoke.texi and the testsuite > change should go in testsuite/ChangeLog. > > Thanks, David >