sem_ch13.adb (New_Stream_Function, [...]): For a tagged limited type, the TSS is...
authorThomas Quinot <quinot@adacore.com>
Fri, 18 Mar 2005 11:51:13 +0000 (12:51 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 18 Mar 2005 11:51:13 +0000 (12:51 +0100)
commit5b846f5abbf88a936869bd31f8d154e88790529e
tree515455cb5573d3b3ff3b7f087b0e7cc209496853
parentbac0819a21796b902f9c975c6ed03bde4dc65ad3
sem_ch13.adb (New_Stream_Function, [...]): For a tagged limited type, the TSS is a newly built renaming declaration...

2005-03-17  Thomas Quinot  <quinot@adacore.com>

* sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
tagged limited type, the TSS is a newly built renaming declaration:
insert it using Set_TSS, not Copy_TSS.

From-SVN: r96673
gcc/ada/sem_ch13.adb