From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) by sourceware.org (Postfix) with ESMTPS id 457873811303 for ; Tue, 24 May 2022 18:57:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 457873811303 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mattwilson.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mattwilson.org Received: by mail-pj1-x102c.google.com with SMTP id o13-20020a17090a9f8d00b001df3fc52ea7so2916223pjp.3 for ; Tue, 24 May 2022 11:57:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mattwilson.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=OL9fbj8HLhgccPiXtQt7uIm4MMHScT374p89U+OpMHQ=; b=Hpp8X0MnGTz0yy26+nvUtp8mOmTCSyGNB+uEeVODS6gBecS+jk6QNxJyOmn/+E6el9 WlwFisOyfBGDXXedg6nFfOnt34KS0EFs7U38ZmbeY3XIw0Mz17oH1B8cy45GaYJ2E0cg bE6zuHjZexRQt/Ru2V9VO8tnNa27Zn9GMUlfo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=OL9fbj8HLhgccPiXtQt7uIm4MMHScT374p89U+OpMHQ=; b=zLrmxJegQD0eI2ntGdR1m6Du0ZPABSdSr6a6c8SI37/RV18fafxE573pdJC9pRusSd cb/U4s0KADhisLPby+gCeE+HIAMWP7KHCw7i83GPbNxogCIogooxXeV9mNOj2y3AsSFo SL2M8SA1bh26fJIzMG19R6HXYGrhYPBn0SeT+RnIbcX0zcKWERLbzmTuP0vKrHX6sxGj cgmdfj7OVpwsPoxNRY2b1ZLOkgmmWvNgGvzl2cchxNQuU4nYnZXNioz5s/UZ1NJ9EZld zUjQp+jD3s7ijOeb3BxPQduWLUSXrYl1dDCoyfAr1J/wPN7NH4A538p6D4LXd5Zu9D1y jEzQ== X-Gm-Message-State: AOAM531Az9jINmytV7Che5xx6IU0OiTWkDFXa+KWEZri6l8DxNgsOlO4 MktTJnDM83z6Mw+MqqLLp7Znd0DW/pMH8g== X-Google-Smtp-Source: ABdhPJyM9rN7GnVrs+0d1wt53dVzSxEb+Ic1XclEK0Fbm0m8N6d6uiqqDZ9NsnFEWiReqHTXrsItww== X-Received: by 2002:a17:902:f708:b0:153:839f:bf2c with SMTP id h8-20020a170902f70800b00153839fbf2cmr28697431plo.113.1653418648832; Tue, 24 May 2022 11:57:28 -0700 (PDT) Received: from mattwilson.org ([50.45.185.53]) by smtp.gmail.com with ESMTPSA id j14-20020a17090aeb0e00b001df239bab14sm44284pjz.46.2022.05.24.11.57.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 May 2022 11:57:28 -0700 (PDT) Date: Tue, 24 May 2022 11:57:26 -0700 From: "Matthew R. Wilson" To: gcc-help Subject: Re: Error in c++tools while building GCC 12.1.0 on HP-UX 11.23 Message-ID: <20220524185726.uhg4gor6a7by5zkj@mattwilson.org> References: <20220524014611.x7ae6pit33k33dfn@mattwilson.org> <20220524185451.7hiexks6iscdck3y@mattwilson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20220524185451.7hiexks6iscdck3y@mattwilson.org> X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_00, DKIM_INVALID, DKIM_SIGNED, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2022 18:57:32 -0000 On 05.24.2022 11:54, Matthew R. Wilson wrote: >Success! I commented out c++test/server.cc lines 756 and 757, and the >build completed successfully. err... c++tools/server.cc, not c++test/server.cc.