From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 554DE3840C1D; Mon, 15 Jun 2020 16:33:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 554DE3840C1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592238807; bh=KLbTwfabg5bmnlklcRzDr+vMiHHtqs92gHppKru6Sv8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jM3blOypR4F2aQmp5+LJbiagGFTqPerpLad++BQmQ5+xZSyfBvjlV56A1/iaI9Xhn wUwh+o9/sDx7lsWeOPhOjA87l0robU6yQstD3yw38fz6Npz9zCFqqOi13p0pZ0oPT1 +YI9EMaioQA29sgkOrLy5EZCrOrmrpVzzyorh74c= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95684] internal compiler error: Segmentation fault Date: Mon, 15 Jun 2020 16:33:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 16:33:27 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95684 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org --- Comment #5 from Martin Sebor --- (In reply to Janez Zemva from comment #3) > Isn't a link to the source code sufficient? You can generate your own, if > you want. No, links to other sites for us to download code from aren't sufficient. W= hat we ask for is documented in https://gcc.gnu.org/bugs/#need, namely: Please include all of the following items, the first three of which can be obtained from the output of gcc -v: ... the preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to the complete compilation command, or, in the case of a bug report for the GNAT front end, a complete set of source files (see below). One reason for this is so that when the site becomes unavailable or the information on it changes the bug report can still be properly analyzed.=