+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>
* exp_util.adb, par-ch6.adb, sem_res.adb, par-util.adb: Minor
* sem_ch13.adb (Analyze_Aspect_Specifications): Place error on
line of precondition/ postcondition/invariant.
+
2011-11-23 Pascal Obry <obry@adacore.com>
* g-exptty.ads, g-exptty.adb, g-tty.ads, g-tty.adb,
if Discard_Names (Rtyp) then
declare
- Tnn : constant Entity_Id :=
- Make_Defining_Identifier (Loc,
- Chars => New_Internal_Name ('T'));
-
+ Tnn : constant Entity_Id := Make_Temporary (Loc, 'T');
Cexpr : Node_Id;
P : Int;
M : Int;
("g-except", F), -- GNAT.Exceptions
("g-exctra", F), -- GNAT.Exception_Traces
("g-expect", F), -- GNAT.Expect
+ ("g-exptty", F), -- GNAT.Expect.TTY
("g-flocon", F), -- GNAT.Float_Control
("g-heasor", F), -- GNAT.Heap_Sort
("g-hesora", F), -- GNAT.Heap_Sort_A
("g-timsta", F), -- GNAT.Time_Stamp
("g-traceb", F), -- GNAT.Traceback
("g-trasym", F), -- GNAT.Traceback.Symbolic
+ ("g-tty ", F), -- GNAT.TTY
("g-utf_32", F), -- GNAT.UTF_32
("g-u3spch", F), -- GNAT.UTF_32_Spelling_Checker
("g-wispch", F), -- GNAT.Wide_Spelling_Checker