|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 708 (0x2c4)
Types: TextFile
Names: »B«
└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2
└─⟦77aa8350c⟧ »DATA«
└─⟦f794ecd1d⟧
└─⟦4c85d69e2⟧
└─⟦this⟧
function Unchecked_Conversion (S : Source) return Target is
Bad_Lrm_Unchecked_Conversion : exception;
-- Normally the compiler caches the trees for Unchecked_Conversion and
-- Unchecked_Deallocation and uses these cached values to detect that
-- an instantiation is of one of these pre-defined generics. However,
-- if an instantiation is done in the same run of the compiler as the
-- coding of the generic, then the cached values are not valid and the
-- the compiler incorrectly generates out of line code. If this
-- situation happens, the above exception will be raised.
--
begin
raise Bad_Lrm_Unchecked_Conversion;
[statement]
end Unchecked_Conversion;