X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F7D2385E027
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1586762641;
	bh=zOSK4I8CngyCEGXelglyRwkAOW1e28z940nhIc3QJMs=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=d70t/gggSqoYxeHZq9WxS+7KtXH3k24JAhXVPukOntD5wPgvHrGm79lgG3xQQodDK
	 8Oh92OCFosN8TRW/osSAir18vF7jPHgFqw/USl6sMXqz3U47yqPph0Vpee7Tis6cXc
	 hyMvOI34nDf51KZm3/0WdpXtpJJyu91WxRlMGr84=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C220C385E027
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=8j/yr0gnKyzwwAus5K+5fo4ne+x7DURZmfXXpeLg+PI=;
 b=mSeDObm/20/ND5OnTopO1cR0KAwSkTHXi2HfamEs+ZylEhR1P2NLja9xqPBs2qf1Fq
 mgVv7Yicoq+fdS2iGMjXJdjX+wj3B+VHo6P799X/MZEYv9uiobSx6blVrT0K2ATzppj5
 n2cos2FK4hfE1zrigIqIB+zmFVl/dKAY2l4W3qFocEYdVWH+pbpKz7Py/QyLHeWHVxP6
 vqBzbIDKM2NIz2lJQS0m/ZRpZDRRNDiAtdxu+gxlRmXxU/sT3uiUQecQA9m9cJs47qE8
 /hwS5G17BY5Sem/B1jE5xCiGtDqXnhT5NZeCVhdtM/UYDi8/SO6cp4nUx14oi/5bCFBf
 TauQ==
X-Gm-Message-State: AGi0PuYWh9i7QpezZDz79uqBLj0mf9I9TDVERxtNpr5cprD0cf5kR7jg
 KR5IeLabWZQ55PfR8+FFrJ4s12seY/qHmJahU4iokymV
X-Google-Smtp-Source: APiQypLYtjZGuAuxBIOGI/KUo/nHfJlqqqqhRax3Q30um83FPpq5P0xkbcfVt7hm02FU6FSrpLvJTv3g6b6DSg7Xl1A=
X-Received: by 2002:a1c:c2d6:: with SMTP id s205mr10594275wmf.90.1586762637838; 
 Mon, 13 Apr 2020 00:23:57 -0700 (PDT)
MIME-Version: 1.0
References: <d00dfff3-bcb1-3e1b-7bf1-c3372c5f42e0@gmail.com>
 <f5ff260d-a596-bc35-d30a-d642952d457a@gmail.com>
In-Reply-To: <f5ff260d-a596-bc35-d30a-d642952d457a@gmail.com>
Date: Mon, 13 Apr 2020 09:23:46 +0200
Message-ID: <CAEhDDbCT5d6aD6SqZoue+m_ci2c3NfPbUBL=8jxdAVN5LogRqg@mail.gmail.com>
Subject: Re: g++ 9.3.0 segfaults
To: JonY <10walls@gmail.com>
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
 KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Csaba Raduly via Cygwin <cygwin@cygwin.com>
Reply-To: Csaba Raduly <rcsaba@gmail.com>
Cc: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

On Sun, Apr 12, 2020 at 12:04 PM JonY via Cygwin  wrote:

>
> Please file a bug entry on https://gcc.gnu.org/bugzilla/, and attach the
> preprocessed source code.
>
> Do something like:
> g++ -DHAVE_CONFIG_H .... -MF .deps/cdo-cdo.Tpo -E -o cdo-cdo.ii
> ../../cdo-1.9.9rc2/src/cdo.cc
>

Alternatively, add -save-temps to the original commandline.
Csaba

-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant
way
to get the wrong information: this is what you want. - Scott Meyers
(C++TDaWYK)
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
