Commit 3d0c15cf by Arnaud Charlet

[multiple changes]

2011-11-23  Pascal Obry  <obry@adacore.com>

	* impunit.adb: Add g-exptty and g-tty units.

2011-11-23  Robert Dewar  <dewar@adacore.com>

	* exp_imgv.adb: Minor code reorganization (use Make_Temporary).

From-SVN: r181656
parent 95160516
2011-11-23 Pascal Obry <obry@adacore.com>
* impunit.adb: Add g-exptty and g-tty units.
2011-11-23 Robert Dewar <dewar@adacore.com>
* exp_imgv.adb: Minor code reorganization (use Make_Temporary).
2011-11-23 Robert Dewar <dewar@adacore.com> 2011-11-23 Robert Dewar <dewar@adacore.com>
* exp_util.adb, par-ch6.adb, sem_res.adb, par-util.adb: Minor * exp_util.adb, par-ch6.adb, sem_res.adb, par-util.adb: Minor
...@@ -7,6 +15,7 @@ ...@@ -7,6 +15,7 @@
* sem_ch13.adb (Analyze_Aspect_Specifications): Place error on * sem_ch13.adb (Analyze_Aspect_Specifications): Place error on
line of precondition/ postcondition/invariant. line of precondition/ postcondition/invariant.
2011-11-23 Pascal Obry <obry@adacore.com> 2011-11-23 Pascal Obry <obry@adacore.com>
* g-exptty.ads, g-exptty.adb, g-tty.ads, g-tty.adb, * g-exptty.ads, g-exptty.adb, g-tty.ads, g-tty.adb,
......
...@@ -1191,10 +1191,7 @@ package body Exp_Imgv is ...@@ -1191,10 +1191,7 @@ package body Exp_Imgv is
if Discard_Names (Rtyp) then if Discard_Names (Rtyp) then
declare declare
Tnn : constant Entity_Id := Tnn : constant Entity_Id := Make_Temporary (Loc, 'T');
Make_Defining_Identifier (Loc,
Chars => New_Internal_Name ('T'));
Cexpr : Node_Id; Cexpr : Node_Id;
P : Int; P : Int;
M : Int; M : Int;
......
...@@ -270,6 +270,7 @@ package body Impunit is ...@@ -270,6 +270,7 @@ package body Impunit is
("g-except", F), -- GNAT.Exceptions ("g-except", F), -- GNAT.Exceptions
("g-exctra", F), -- GNAT.Exception_Traces ("g-exctra", F), -- GNAT.Exception_Traces
("g-expect", F), -- GNAT.Expect ("g-expect", F), -- GNAT.Expect
("g-exptty", F), -- GNAT.Expect.TTY
("g-flocon", F), -- GNAT.Float_Control ("g-flocon", F), -- GNAT.Float_Control
("g-heasor", F), -- GNAT.Heap_Sort ("g-heasor", F), -- GNAT.Heap_Sort
("g-hesora", F), -- GNAT.Heap_Sort_A ("g-hesora", F), -- GNAT.Heap_Sort_A
...@@ -318,6 +319,7 @@ package body Impunit is ...@@ -318,6 +319,7 @@ package body Impunit is
("g-timsta", F), -- GNAT.Time_Stamp ("g-timsta", F), -- GNAT.Time_Stamp
("g-traceb", F), -- GNAT.Traceback ("g-traceb", F), -- GNAT.Traceback
("g-trasym", F), -- GNAT.Traceback.Symbolic ("g-trasym", F), -- GNAT.Traceback.Symbolic
("g-tty ", F), -- GNAT.TTY
("g-utf_32", F), -- GNAT.UTF_32 ("g-utf_32", F), -- GNAT.UTF_32
("g-u3spch", F), -- GNAT.UTF_32_Spelling_Checker ("g-u3spch", F), -- GNAT.UTF_32_Spelling_Checker
("g-wispch", F), -- GNAT.Wide_Spelling_Checker ("g-wispch", F), -- GNAT.Wide_Spelling_Checker
......
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