2019-10-10 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* sem_ch3.adb (Analyze_Number_Declaration): Set
Debug_Info_Needed in the case where the expression is an integer
literal.
From-SVN: r276822
-2019-10-10 Yannick Moy <moy@adacore.com>
+2019-10-10 Eric Botcazou <ebotcazou@adacore.com>
- * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Add subprograms
- with deep parameter or result type as not candidates for
- inlining.
\ No newline at end of file
+ * sem_ch3.adb (Analyze_Number_Declaration): Set
+ Debug_Info_Needed in the case where the expression is an integer
+ literal.
\ No newline at end of file
Set_Etype (Id, Universal_Integer);
Set_Ekind (Id, E_Named_Integer);
Set_Is_Frozen (Id, True);
+
+ Set_Debug_Info_Needed (Id);
return;
end if;