public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-2209] [Ada] Add source file name to gnat bug box
Date: Fri,  9 Jul 2021 12:39:19 +0000 (GMT)	[thread overview]
Message-ID: <20210709123919.17CAB398B0F9@sourceware.org> (raw)

https://gcc.gnu.org/g:fbc72d0b4ac841fdf7d3ea15851f3be39361a86c

commit r12-2209-gfbc72d0b4ac841fdf7d3ea15851f3be39361a86c
Author: Bob Duff <duff@adacore.com>
Date:   Mon Jun 14 09:37:24 2021 -0400

    [Ada] Add source file name to gnat bug box
    
    gcc/ada/
    
            * comperr.adb (Compiler_Abort): Print source file name.

Diff:
---
 gcc/ada/comperr.adb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb
index 300b523213a..064fae062b8 100644
--- a/gcc/ada/comperr.adb
+++ b/gcc/ada/comperr.adb
@@ -244,12 +244,17 @@ package body Comperr is
             end if;
 
             End_Line;
+
          else
             Write_Str ("| Error detected at ");
             Write_Location (Sloc (Current_Error_Node));
             End_Line;
          end if;
 
+         Write_Str ("| Compiling ");
+         Write_Str (Get_First_Main_File_Name);
+         End_Line;
+
          --  There are two cases now. If the file gnat_bug.box exists,
          --  we use the contents of this file at this point.


                 reply	other threads:[~2021-07-09 12:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210709123919.17CAB398B0F9@sourceware.org \
    --to=pmderodat@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).