From patchwork Thu Feb 23 16:19:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 731574 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3vTfb45KcFz9s78 for ; Fri, 24 Feb 2017 03:20:00 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="G8oYjj+H"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; q=dns; s= default; b=NUFXh64vJaZcEKkjd8uw85jSjTqpD0JG1tjV/QC6xtuwjDqnNgNCT CQ9Jzw6BYEhQk0H0EAWdDMHEoQTMK9IIHKuRO1AF9VSx0kAPdnTs9snFhDsVFzmv 8yfDy/Tev7CkvN8ZpQLO5aLGoLTXSCvObiJizva10y3jgEvZU15gkg= 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 :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=default; bh=U4tfKhpq9DS7ePd3rbJcQQ4Pc3s=; b=G8oYjj+HbwSrnxavUoBZhYcAg3jb ELpntSmYH2jH7SNdRgSxiUWlTQi75W7b02MhTegUzCZhBJmf5v8Z1YrIiv1gJ33w rzpERS2muMDYjNX8W4Q0EZ3oer5DFuLhKs3xM6V7Wo8wm4EU0WooRVO9os7QvOaL fhQi7n5cq81F3pI= Received: (qmail 10901 invoked by alias); 23 Feb 2017 16:19:49 -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 10876 invoked by uid 89); 23 Feb 2017 16:19:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Feb 2017 16:19:46 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1cgw7N-000174-8z from Tom_deVries@mentor.com ; Thu, 23 Feb 2017 08:19:45 -0800 Received: from [127.0.0.1] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Thu, 23 Feb 2017 16:19:41 +0000 Subject: [gomp4] DEV-PHASE change To: References: <20161016201321.43491.qmail@sourceware.org> CC: GCC Patches From: Tom de Vries Message-ID: Date: Thu, 23 Feb 2017 17:19:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20161016201321.43491.qmail@sourceware.org> X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) [ was: r241221 [1/2] - in /branches/gomp-4_0-branch: .... ] On 16/10/16 22:13, tschwinge@gcc.gnu.org wrote: > Author: tschwinge > Date: Sun Oct 16 20:13:18 2016 > New Revision: 241221 > > URL: https://gcc.gnu.org/viewcvs?rev=241221&root=gcc&view=rev > Log: > svn merge -r 235033:240831 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch > > Modified: > branches/gomp-4_0-branch/gcc/DEV-PHASE Hi Thomas, In this merge, the DEV-PHASE file was cleared: ... $ svn diff -c 241221 DEV-PHASE ... Consequently, when bootstrapping the branch, -Werror is not enabled by default (as we can see here in configure): ... else if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then enable_werror=yes else enable_werror=no fi ... Was this change unintentionally merged from the 6 branch? Thanks, - Tom Index: DEV-PHASE =================================================================== --- DEV-PHASE (revision 241220) +++ DEV-PHASE (revision 241221) @@ -1 +0,0 @@ -experimental