diff options
Diffstat (limited to 'gcc/ada/exp_disp.adb')
-rw-r--r-- | gcc/ada/exp_disp.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/exp_disp.adb b/gcc/ada/exp_disp.adb index a14adf0b0a4..96dd8dae610 100644 --- a/gcc/ada/exp_disp.adb +++ b/gcc/ada/exp_disp.adb @@ -3479,6 +3479,7 @@ package body Exp_Disp is or else not Is_Limited_Type (Typ) or else not Has_Interfaces (Typ) or else not Build_Thunks + or else not RTE_Record_Component_Available (RE_OSD_Table) then -- No OSD table required |