From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 281E23950E4B for ; Tue, 10 Aug 2021 07:24:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 281E23950E4B Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-38-Cq4NC_KaPPy2_MKlBX4dHw-1; Tue, 10 Aug 2021 03:24:25 -0400 X-MC-Unique: Cq4NC_KaPPy2_MKlBX4dHw-1 Received: by mail-wm1-f71.google.com with SMTP id n32-20020a05600c3ba0b02902e674c68feeso793776wms.3 for ; Tue, 10 Aug 2021 00:24:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=bb0WctuKEA1N3IToQ07nFBEg5PiBZ/7jKNevhpFEEPg=; b=WS/rpYA8B1/ZB3iOnB99wfxBGIRXSoGAf2Eo6B/QciHResPuVss9LX5ecRAQqrtAuQ LouWwSknCTXhjKuYd39pPkcBlmAZ5PbDpLsPAZg+D/gfbqM5zomg1cBvkvYQEg9S2RJO 7Kw1eP2Fk8rOG8KsAOEIzzgJhdLI6rWtT77MmNohDFeeKP6ZkNl8kCvMVR3XGMDQVyyC SYjE+lCf7GXOIPbREZTkrjFupvshDSdY9gZZseBOGOqhvSelXVOc0JN/jutQtLLdomZ2 fX4/87EbEbxt7CYp91tvdWZo5lwlwSz0GJ+8xNxuPXzr5lH1QBs3SzV1x2YBLH8Bxg8a isvw== X-Gm-Message-State: AOAM532S4F9fY1RY+8Op/rgq9avOqv+fMiq+/GTptIRqRe3RY4TToCQ3 LuDfuua+dRQ8p/+6dpkSMWeiV2O44NZi3xoBBg19nVhoIedjG1qGTaDbcrdudDhUEn1hE4bkIoR ODRUPezfV9wVHjnPV5cXEbOek7T4D0qyOciKUuA6bThIn4IU1Gs4p5d7t29acGXSL2ushlw== X-Received: by 2002:a5d:5541:: with SMTP id g1mr30304206wrw.29.1628580263663; Tue, 10 Aug 2021 00:24:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx624aKUClhQTJJq1S/oiPUo0HfaCtv8SBNZ3whGmYC/asBewBrKPsbobmpfYo7f+YXmjej4g== X-Received: by 2002:a5d:5541:: with SMTP id g1mr30304171wrw.29.1628580263289; Tue, 10 Aug 2021 00:24:23 -0700 (PDT) Received: from [192.168.188.47] (dynamic-077-000-097-026.77.0.pool.telefonica.de. [77.0.97.26]) by smtp.gmail.com with ESMTPSA id r12sm23128534wrn.31.2021.08.10.00.24.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 10 Aug 2021 00:24:22 -0700 (PDT) Subject: Re: trunk -D_GLIBCXX_DEBUG #include fails To: Jonathan Wakely Cc: libstdc++ , gcc Patches References: <7f94ec40-6cec-59c1-2281-066e1a15c267@redhat.com> <5ecf624e-a191-0cd2-19bb-cae92a88cdbf@gmail.com> From: Stephan Bergmann Message-ID: Date: Tue, 10 Aug 2021 09:24:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 07:24:27 -0000 On 09/08/2021 16:42, Jonathan Wakely via Gcc-patches wrote: > This is what I'm testing. Thanks, that worked fine for my build of LibreOffice.