public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-842] [Ada] Fix -gnatw.f warnings not having the right insertion characters
@ 2022-05-30  8:31 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-05-30  8:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8337af4f9db8bee0e83995f4280f4123f8af9767

commit r13-842-g8337af4f9db8bee0e83995f4280f4123f8af9767
Author: Ghjuvan Lacambre <lacambre@adacore.com>
Date:   Tue Apr 26 09:21:01 2022 +0200

    [Ada] Fix -gnatw.f warnings not having the right insertion characters
    
    This caused these warnings not to be tagged with the switch causing
    them, which is an issue for tools ingesting GNAT's output.
    
    gcc/ada/
    
            * sem_elab.adb (Process_Conditional_ABE_Access_Taken): Add '.f'
            insertion characters.

Diff:
---
 gcc/ada/sem_elab.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb
index 068402aec13..0d5befc5257 100644
--- a/gcc/ada/sem_elab.adb
+++ b/gcc/ada/sem_elab.adb
@@ -4958,7 +4958,7 @@ package body Sem_Elab is
          then
             Error_Msg_Name_1 := Attribute_Name (Attr);
             Error_Msg_NE
-              ("??% attribute of & before body seen", Attr, Subp_Id);
+              ("?.f?% attribute of & before body seen", Attr, Subp_Id);
             Error_Msg_N ("\possible Program_Error on later references", Attr);
 
             Output_Active_Scenarios (Attr, New_In_State);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-30  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30  8:31 [gcc r13-842] [Ada] Fix -gnatw.f warnings not having the right insertion characters Pierre-Marie de Rodat

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).