From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7A203858434; Thu, 11 May 2023 15:47:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7A203858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683820053; bh=PkkKIkUDVKvPjTr4vtZ5SrU4X71wRLLdoXbpUB+beuo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M66CqKTtoou7KOrhLJAkK4gUDKHlrTTEnuYt9T8yuAGMLHUyypEpgnSFe1kaZpZlF 0auxVG1t1r6CUFg9yW15U/lzQL5b+5SYi7DPWn9MZ9QGWTulhiH0mPkwMyn7WQiRqs jQr8S4f4ZRWt6w23kCMwanC0MoIS+6aO0fgnOdTU= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/108125] Suggestion for improving bug-box / reporting on ICE Date: Thu, 11 May 2023 15:47:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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 bug_status resolution 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108125 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.o= rg Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Eric Botcazou --- > The ice for Ada front end already provides this information. Even saying > what to attachments are required. Right, including the chain of instances for the source location. > What more improvements are needed to compared to what clang does? > Outputting internal state is hard to do really and confuse everyone. I agree, and neither a backtrace nor a snapshot of data structures are sufficient to diagnose the problem in most cases, the compiler is much too complex for this.=