From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by sourceware.org (Postfix) with ESMTPS id B66693858C66; Wed, 6 Sep 2023 23:51:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B66693858C66 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1694044304; x=1725580304; h=from:to:cc:in-reply-to:subject:mime-version: content-transfer-encoding:references:message-id:date; bh=PXGLFRN+/9MG71GFTPjW+s/rczW6KNVVgaf3LE1BPdo=; b=IwgcGnoHDxkdwMDR545tWfyBmnMm5HFf6e09elG/FAVw9KuCPSqXr0Nh YBuga59KpszWWv0jdJ3SUyHKp6+kQ/OjdLbqeycdNU639Tz4VWbpo5Xol KZTxz0tOloH6ZMv7jD8s4Mc3P6Piuuw7nD0OjJwdw8/Q9b0RzsSqXhimU PMeUFLE8bPDndFs7qqXdTefpXXkOq8PblsMvFpZ3pbcdM5lI9H+J6s0pG eiHFOAVET66kFmF/QgmMRggPwlJznbPOvVBnRLBP3q4YB9pj5c2V3CluZ C55Xt7DAqtAOQyB8l0TweoVUDZz7+9gkTBrDZmA3qacjN5r5OO7b1xSZJ w==; From: Hans-Peter Nilsson To: Jonathan Wakely CC: , , In-Reply-To: (message from Jonathan Wakely via Gcc-patches on Thu, 7 Sep 2023 00:11:04 +0100) Subject: Re: [RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <20230823160322.237140-1-jwakely@redhat.com> <20230904164617.F1DFA20427@pchp3.se.axis.com> <20230906230915.9A9EF2042A@pchp3.se.axis.com> Message-ID: <20230906235141.D385F20431@pchp3.se.axis.com> Date: Thu, 7 Sep 2023 01:51:41 +0200 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Thu, 7 Sep 2023 00:11:04 +0100 > From: Jonathan Wakely via Gcc-patches > On Thu, 7 Sept 2023 at 00:10, Jonathan Wakely wrote: > > I don't think there's a bug. $is_hosted is true for > > --enable-hosted-libstdcxx which is on by default. > > And IIRC __STDC_HOSTED__ is defined unless you compile with -ffreestanding. Also documented and thus fine by any (reasonable) definition :) no need for anyone (me) to guess. brgds, H-P