Re: [Ada] Changes related to back-end inlining

2014-11-05 Thread Eric Botcazou
> 2014-10-31 Eric Botcazou > > * inline.adb (Has_Excluded_Declaration): With back-end inlining, > only return true for nested packages. > (Cannot_Inline): Issue errors/warnings whatever the optimization level > for back-end inlining and remove assertion. Here is a follo

[Ada] Changes related to back-end inlining

2014-10-31 Thread Arnaud Charlet
This change affects only back-end inlining and is two-fold: 1. It lifts in a 3rd place the limitation associated with nested subprograms as well as with a couple of other constructs. After it is applied, the only significant limitation left are the nested packages. 2. It makes sure the errors ass