public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2082] [Ada] Initialize Current_Error_Node
@ 2021-07-06 14:50 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-07-06 14:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5db3ea9d748f00e55ddcb72d0720526824eeb4a9

commit r12-2082-g5db3ea9d748f00e55ddcb72d0720526824eeb4a9
Author: Bob Duff <duff@adacore.com>
Date:   Mon May 17 06:28:18 2021 -0400

    [Ada] Initialize Current_Error_Node
    
    gcc/ada/
    
            * atree.ads (Current_Error_Node): Initialize to Empty.

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

diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads
index 0995b945aaf..42df9505438 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -130,7 +130,7 @@ package Atree is
    --  Current_Error_Node is also used for other purposes. See, for example,
    --  Rtsfind.
 
-   Current_Error_Node : Node_Id;
+   Current_Error_Node : Node_Id := Empty;
    --  Node to place compiler abort messages
 
    ------------------


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

only message in thread, other threads:[~2021-07-06 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 14:50 [gcc r12-2082] [Ada] Initialize Current_Error_Node 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).