Commit 1e739bf7 by Arnaud Charlet Committed by Pierre-Marie de Rodat

[Ada] Print the Is_Activation_Record flag

2018-07-31  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* einfo.adb (Write_Entity_Flags): Also print
	Is_Activation_Record flag.

From-SVN: r263094
parent bb6a856b
2018-07-31 Arnaud Charlet <charlet@adacore.com>
* einfo.adb (Write_Entity_Flags): Also print
Is_Activation_Record flag.
2018-07-31 Piotr Trojanek <trojanek@adacore.com> 2018-07-31 Piotr Trojanek <trojanek@adacore.com>
* exp_aggr.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb, * exp_aggr.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb,
......
...@@ -9815,6 +9815,7 @@ package body Einfo is ...@@ -9815,6 +9815,7 @@ package body Einfo is
W ("Is_Abstract_Subprogram", Flag19 (Id)); W ("Is_Abstract_Subprogram", Flag19 (Id));
W ("Is_Abstract_Type", Flag146 (Id)); W ("Is_Abstract_Type", Flag146 (Id));
W ("Is_Access_Constant", Flag69 (Id)); W ("Is_Access_Constant", Flag69 (Id));
W ("Is_Activation_Record", Flag305 (Id));
W ("Is_Actual_Subtype", Flag293 (Id)); W ("Is_Actual_Subtype", Flag293 (Id));
W ("Is_Ada_2005_Only", Flag185 (Id)); W ("Is_Ada_2005_Only", Flag185 (Id));
W ("Is_Ada_2012_Only", Flag199 (Id)); W ("Is_Ada_2012_Only", Flag199 (Id));
......
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