Commit faad2f7e by Ed Schonberg Committed by Arnaud Charlet

exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity must be materialized when...

2006-02-17  Ed Schonberg  <schonberg@adacore.com>

	* exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
	must be materialized when the renamed expression is an explicit
	dereference.

From-SVN: r111186
parent f82944b7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 1996-2005, Free Software Foundation, Inc. -- -- Copyright (C) 1996-2006, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -431,6 +431,7 @@ package body Exp_Dbug is ...@@ -431,6 +431,7 @@ package body Exp_Dbug is
Ren := Prefix (Ren); Ren := Prefix (Ren);
when N_Explicit_Dereference => when N_Explicit_Dereference =>
Set_Materialize_Entity (Ent);
Prepend_String_To_Buffer ("XA"); Prepend_String_To_Buffer ("XA");
Ren := Prefix (Ren); Ren := Prefix (Ren);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment