sem_ch6.adb (Analyze_Expression_Function): Call Check_Dynamically_Tagged_Expression.
[gcc.git] / gcc / ada / ChangeLog
1 2017-09-12 Bob Duff <duff@adacore.com>
2
3 * sem_ch6.adb (Analyze_Expression_Function): Call
4 Check_Dynamically_Tagged_Expression.
5 * sem_util.adb (Check_Dynamically_Tagged_Expression): Remove
6 "and then Is_Tagged_Type (Typ)" because there is an earlier
7 "Assert (Is_Tagged_Type (Typ))".
8
9 2017-09-12 Eric Botcazou <ebotcazou@adacore.com>
10
11 * gcc-interface/Makefile.in (SPARC/Solaris): Remove obsolete stuff.
12
13 2017-09-11 Arnaud Charlet <charlet@adacore.com>
14
15 * doc/gnat_ugn/the_gnat_compilation_model.rst: Fix sphinx warning.
16 * doc/gnat_ugn/platform_specific_information.rst: Remove doc
17 for no longer supported platforms.
18 * doc/gnat_ugn/gnat_and_program_execution.rst: Added detailed
19 description of the semantics for dimensionality analysis.
20 * gnat_ugn.texi: Regenerated.
21
22 2017-09-11 Eric Botcazou <ebotcazou@adacore.com>
23
24 * freeze.adb (Has_Incomplete_Compoent): Delete.
25 (Freeze_Profile):
26 Do not inhibit the freezing of the profile of an expression
27 function here.
28 (Freeze_Subprogram): Do not re-create extra formals.
29 * sem_ch6.adb (Analyze_Expression_Function): Always
30 pre-analyze the expression if the function is not a completion.
31 (Analyze_Subprogram_Body_Helper): For the body generated
32 from an expression function that is not a completion, do
33 not freeze the profile and temporary mask the types declared
34 outside the expression that are not yet frozen.
35 * sem_res.adb (Rewrite_Renamed_Operator): Also bail out if invoked
36 during the pre-analysis of an expression function.
37
38 2017-09-11 Eric Botcazou <ebotcazou@adacore.com>
39
40 * gcc-interface/gigi.h (enum standard_datatypes): Minor tweak.
41 (gigi): Likewise.
42
43 2017-09-11 Yannick Moy <moy@adacore.com>
44
45 * lib-xref-spark_specific.adb: Minor rewrite.
46
47 2017-09-11 Jerome Lambourg <lambourg@adacore.com>
48
49 * libgnat: Rename ?-[a-z]*-* into ?-[a-z]*__*
50 * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Take this
51 renaming into account.
52
53 2017-09-11 Jerome Lambourg <lambourg@adacore.com>
54
55 * libgnarl: Rename ?-[a-z]*-* into ?-[a-z]*__*
56 * gcc-interface/Makefile.in: Take this renaming into account.
57
58 2017-09-11 Arnaud Charlet <charlet@adacore.com>
59
60 * s-auxdec-empty.ads, s-auxdec-empty.adb, 9drpc.adb: Removed, no
61 longer used.
62
63 2017-09-11 Yannick Moy <moy@adacore.com>
64
65 * sem_util.adb (Check_Result_And_Post_State):
66 Do not issue a warning about missing reference to an outcome if
67 the subprogram is ghost and has no outputs.
68 * lib-xref-spark_specific.adb, sem_aggr.adb, sem_aux.ads: Minor
69 reformatting.
70
71 2017-09-11 Yannick Moy <moy@adacore.com>
72
73 * gnat1drv.adb (Adjust_Global_Switches): Set
74 Check_Validity_Of_Parameters to False in GNATprove mode.
75 * opt.ads (Check_Validity_Of_Parameters): Document switch to
76 set option.
77
78 2017-09-09 Pierre-Marie de Rodat <derodat@adacore.com>
79
80 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
81 generate debug info for inner record types if -fgnat-encodings=minimal.
82 (gnat_to_gnu_entity) <E_Record_Subtype>: Use the ultimate base record
83 type as the debug type.
84
85 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
86
87 * gcc-interface/decl.c (components_to_record): Do not reorder in non-
88 packed record types if pragma Optimize_Alignment (Space) is enabled.
89
90 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
91
92 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Disregard inlining
93 limits for expression functions.
94 (gnat_to_gnu) <N_Object_Declaration>: Fix formatting.
95
96 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
97
98 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Copy the
99 layout of the record from the parent type only if both are or are not
100 unchecked unions.
101 (is_stored_discriminant): Return false for an unchecked union.
102
103 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
104
105 * gcc-interface/utils2.c (build_allocator): In type_annotate_only mode
106 return NULL_EXPR.
107
108 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
109
110 * gcc-interface/decl.c (promote_object_alignment): New function taken
111 from...
112 (gnat_to_gnu_entity) <E_Variable>: ...here. Invoke it.
113 (gnat_to_gnu_field): If the field is Atomic or VFA, invoke it and
114 create a padding type on success before doing the atomic check.
115
116 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
117
118 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Apply the
119 promotion to static memory earlier in the processing.
120
121 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
122
123 * gcc-interface/decl.c (gnat_to_gnu_entity): Only set the TYPE_ALIGN_OK
124 and TYPE_BY_REFERENCE_P flags on types after various promotions.
125 * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
126 Consider all kinds of entities.
127
128 2017-09-09 Eric Botcazou <ebotcazou@adacore.com>
129
130 * gcc-interface/utils.c (convert): When converting to a padding type,
131 reuse an existing CONSTRUCTOR if it has got the right size.
132
133 2017-09-08 Nicolas Roche <roche@adacore.com>
134
135 * gcc-interface/Make-lang.in, gcc-interface/Makefile.in: Find runtime
136 source in libgnat/
137 * a-lfztio.ads, g-timsta.ads, g-sercom-linux.adb, s-osprim-solaris.adb,
138 a-inteio.ads, s-stchop-rtems.adb, s-casuti.adb, s-pack39.adb,
139 i-vxwork-x86.ads, a-strbou.adb, a-stzmap.adb, s-assert.adb,
140 a-sfecin.ads, a-cohama.adb, s-casuti.ads, a-suenco.adb, s-pack39.ads,
141 a-stzmap.ads, a-strbou.ads, s-stalib.adb, s-trasym.adb, g-comver.adb,
142 s-assert.ads, s-vector.ads, g-cgi.adb, a-cohama.ads, s-wchcnv.adb,
143 a-titest.adb, s-pack48.adb, a-suenco.ads, a-strunb.adb, s-stalib.ads,
144 s-trasym.ads, a-nudira.adb, g-comver.ads, a-nuflra.adb, g-cgi.ads,
145 a-chacon.adb, s-wchcnv.ads, a-excach.adb, s-pack48.ads, a-titest.ads,
146 a-strunb.ads, s-dwalin.adb, a-nudira.ads, a-chtgbo.adb, s-resfil.adb,
147 a-scteio.ads, a-nuflra.ads, g-soliop-mingw.ads, s-pack57.adb,
148 a-chacon.ads, s-bytswa.ads, s-pooloc.adb, g-os_lib.adb, s-dwalin.ads,
149 a-szuzha.adb, s-resfil.ads, a-chtgbo.ads, s-spsufi.adb, s-pack57.ads,
150 s-pooloc.ads, g-os_lib.ads, a-stfiha.ads, a-lcteio.ads, a-wtcoau.adb,
151 a-szuzha.ads, s-mmosin-unix.adb, a-stmaco.ads, s-spsufi.ads,
152 s-stchop-limit.ads, a-wtcoau.ads, a-exctra.adb, s-mmosin-unix.ads,
153 s-sequio.adb, s-conca2.adb, g-table.adb, s-imglli.adb,
154 a-numaux-x86.adb, a-strsea.adb, s-wchstw.adb, a-clrefi.adb,
155 a-wwboio.adb, a-exctra.ads, s-sequio.ads, s-conca2.ads, a-wwunio.ads,
156 system-linux-hppa.ads, g-table.ads, s-dimkio.ads, s-imglli.ads,
157 a-cofove.adb, a-numaux-x86.ads, s-wchstw.ads, a-strsea.ads,
158 a-clrefi.ads, a-wwboio.ads, s-stratt-xdr.adb, s-crc32.adb,
159 s-excmac-arm.adb, g-busora.adb, a-cofove.ads, s-osprim-unix.adb,
160 g-io.adb, s-pack49.adb, s-crc32.ads, s-excmac-arm.ads, a-fzteio.ads,
161 g-busora.ads, s-stausa.adb, system-linux-mips.ads, sequenio.ads,
162 g-exctra.adb, g-rewdat.adb, a-cgaaso.adb, g-io.ads, s-pack49.ads,
163 a-wtflau.adb, a-undesu.adb, s-stausa.ads, a-ztenau.adb, g-enutst.ads,
164 calendar.ads, s-pack58.adb, g-rewdat.ads, g-exctra.ads, s-ststop.adb,
165 a-cgaaso.ads, a-strfix.adb, a-comlin.adb, a-strunb-shared.adb,
166 a-wtflau.ads, a-undesu.ads, a-cbhase.adb, a-ztenau.ads, s-os_lib.adb,
167 a-coorse.adb, a-chlat1.ads, s-pack58.ads, s-ststop.ads, a-strfix.ads,
168 a-comlin.ads, a-strunb-shared.ads, a-nscefu.ads, s-valboo.adb,
169 directio.ads, a-chtgke.adb, a-cbhase.ads, a-wtinau.adb,
170 system-linux-alpha.ads, s-os_lib.ads, a-coorse.ads,
171 system-linux-s390.ads, s-imgwiu.adb, a-chtgop.adb, s-valboo.ads,
172 a-chtgke.ads, a-tienio.adb, s-conca3.adb, a-wtinau.ads,
173 system-darwin-ppc.ads, i-c.adb, s-expllu.adb, g-expect.adb,
174 g-sha256.ads, s-vallld.adb, s-imgwiu.ads, a-chtgop.ads, a-strmap.adb,
175 a-tienio.ads, s-conca3.ads, s-imgint.adb, i-c.ads, s-expllu.ads,
176 s-osprim-darwin.adb, a-cogeso.adb, g-expect.ads, a-iwteio.ads,
177 s-vallld.ads, a-coinho-shared.adb, g-shsh64.adb, a-strmap.ads,
178 g-comlin.adb, a-excpol.adb, s-imgint.ads, a-ztdeau.adb, a-cogeso.ads,
179 a-coinho-shared.ads, g-shsh64.ads, g-comlin.ads, a-stzsup.adb,
180 a-rbtgbk.adb, a-wtmoau.adb, a-ztdeau.ads, s-exnlli.adb, g-tty.adb,
181 g-heasor.adb, g-socthi-dummy.adb, s-llflex.ads, a-zchara.ads,
182 a-stzsup.ads, a-ztcstr.adb, a-rbtgbk.ads, a-sfwtio.ads, a-wtmoau.ads,
183 a-sulcin.adb, s-exnlli.ads, system-freebsd.ads, a-stunha.adb,
184 a-charac.ads, g-tty.ads, g-heasor.ads, s-exctra.adb,
185 g-socthi-dummy.ads, a-coboho.adb, a-ztcstr.ads, a-tideio.adb,
186 a-sulcin.ads, a-wrstfi.adb, g-alleve.adb, s-pack59.adb, a-ngrear.adb,
187 a-stboha.adb, a-stunau-shared.adb, a-stunha.ads, a-lfwtio.ads,
188 s-fileio.adb, s-exctra.ads, a-coboho.ads, a-ioexce.ads, a-tideio.ads,
189 a-ngrear.ads, a-wrstfi.ads, s-pack59.ads, g-alleve.ads, a-stboha.ads,
190 s-poosiz.adb, g-traceb.adb, g-rannum.adb, machcode.ads, s-purexc.ads,
191 s-fileio.ads, a-cfinve.adb, a-crbtgk.adb, system-solaris-x86.ads,
192 s-poosiz.ads, g-rannum.ads, g-traceb.ads, a-except.adb, s-conca4.adb,
193 a-stream.adb, a-cfinve.ads, a-crbtgk.ads, s-wchwts.adb,
194 system-mingw.ads, a-except.ads, s-conca4.ads, a-chzla9.ads,
195 s-valenu.adb, s-soflin.adb, a-stream.ads, a-cgarso.adb, s-valllu.adb,
196 g-crc32.adb, s-wchwts.ads, s-fatflt.ads, s-imguns.adb, s-strcom.adb,
197 g-decstr.adb, s-valenu.ads, s-soflin.ads, a-cgarso.ads, a-cwila1.ads,
198 s-valllu.ads, g-crc32.ads, s-imguns.ads, g-spipat.adb, s-valwch.adb,
199 s-strcom.ads, g-decstr.ads, text_io.ads, g-debuti.adb, s-stchop.adb,
200 g-spipat.ads, s-valwch.ads, a-string.ads, s-exnint.adb, g-awk.adb,
201 g-tasloc.adb, s-wwdenu.adb, s-boustr.adb, a-zchuni.adb, s-stchop.ads,
202 g-debuti.ads, s-stopoo.adb, system-dragonfly-x86_64.ads,
203 system-linux-x86.ads, s-exnint.ads, g-awk.ads, a-stzhas.adb,
204 g-tasloc.ads, s-wwdenu.ads, g-debpoo.adb, g-except.ads,
205 g-sse.ads, s-boustr.ads, a-zchuni.ads, s-bitops.adb, s-wwdwch.adb,
206 s-stopoo.ads, a-catizo.adb, a-stzhas.ads, a-nlcefu.ads, g-debpoo.ads,
207 i-vxwoio.adb, s-bitops.ads, g-io-put-vxworks.adb, s-wwdwch.ads,
208 g-sehamd.adb, a-ssicst.adb, a-catizo.ads, s-mmap.adb, g-string.adb,
209 s-traceb.adb, a-swunau.adb, s-rannum.adb, a-ticoau.adb, i-vxwoio.ads,
210 g-sehamd.ads, a-stwiun.adb, a-ssicst.ads, s-conca5.adb, a-ssitio.ads,
211 s-mmap.ads, a-zttest.adb, g-string.ads, g-sercom.adb, a-cdlili.adb,
212 a-swunau.ads, s-traceb.ads, s-rannum.ads, a-ticoau.ads, system-aix.ads,
213 a-cforma.adb, a-stwiun.ads, s-conca5.ads, s-carsi8.adb, a-zttest.ads,
214 g-sercom.ads, a-cdlili.ads, a-cihama.adb, g-sptain.ads, a-cforma.ads,
215 s-maccod.ads, s-carsi8.ads, a-strsup.adb, g-sha1.adb, a-cihama.ads,
216 g-stseme.adb, s-traent.adb, s-valcha.adb, g-curexc.ads, a-strsup.ads,
217 g-sha1.ads, a-sflcin.ads, s-traent.ads, s-pack10.adb, s-valcha.ads,
218 a-coteio.ads, s-tasloc.adb, g-utf_32.adb, a-suteio.adb, s-except.adb,
219 a-direct.adb, g-stsifd-sockets.adb, a-numaux-vxworks.ads, s-winext.ads,
220 s-pack10.ads, a-ztexio.adb, a-tiflau.adb, system-vxworks-arm.ads,
221 s-tasloc.ads, a-suteio.ads, g-utf_32.ads, s-except.ads,
222 a-direct.ads, a-swbwha.adb, g-hesorg.adb, s-wwdcha.adb, a-wtedit.adb,
223 a-ztexio.ads, a-wtcoio.adb, a-tiflau.ads, a-ssizti.ads, s-casi32.adb,
224 a-swbwha.ads, s-veboop.adb, g-hesorg.ads, s-parame-rtems.adb,
225 s-wwdcha.ads, a-wtedit.ads, a-stuten.adb, a-coinve.adb, a-wtcoio.ads,
226 s-casi32.ads, s-string.adb, a-tiinau.adb, a-cusyqu.adb, s-conca6.adb,
227 s-veboop.ads, a-cgcaso.adb, a-numaux-darwin.adb, a-envvar.adb,
228 a-stuten.ads, s-secsta.adb, a-coinve.ads, s-string.ads, a-cusyqu.ads,
229 a-tiinau.ads, s-osprim-vxworks.adb, s-conca6.ads, g-spchge.adb,
230 s-parint.adb, a-cuprqu.adb, a-cgcaso.ads, a-numaux-darwin.ads,
231 a-envvar.ads, s-secsta.ads, g-spchge.ads, s-parint.ads, a-cuprqu.ads,
232 a-swuwti.adb, a-flteio.ads, a-sbhcin.adb, a-coprnu.adb, g-u3spch.adb,
233 s-atocou.adb, g-ctrl_c.adb, a-swuwti.ads, a-calend.adb, a-sbhcin.ads,
234 a-coprnu.ads, g-dirope.adb, g-sha512.ads, g-u3spch.ads, s-atocou.ads,
235 g-ctrl_c.ads, a-timoau.adb, a-witeio.adb, s-pack11.adb, a-strhas.adb,
236 a-wtflio.adb, g-spitbo.adb, a-calend.ads, a-ztenio.adb, g-dirope.ads,
237 a-slcain.adb, g-sechas.adb, a-timoau.ads, a-witeio.ads, s-pack11.ads,
238 s-shasto.adb, s-traceb-mastop.adb, a-ciorse.adb, s-utf_32.adb,
239 a-strhas.ads, a-wtflio.ads, g-spitbo.ads, a-ztenio.ads, a-slcain.ads,
240 g-sechas.ads, s-gearop.adb, a-siztio.ads, s-pack20.adb, s-shasto.ads,
241 a-ciorse.ads, s-utf_32.ads, s-crtl.ads, a-wtinio.adb, s-elaall.adb,
242 s-explli.adb, s-chepoo.ads, s-gearop.ads, a-einuoc.adb, s-pack20.ads,
243 system-linux-ia64.ads, a-swunau-shared.adb, a-wtinio.ads, g-alvety.ads,
244 a-liztio.ads, g-calend.adb, s-conca7.adb, s-elaall.ads, s-explli.ads,
245 a-einuoc.ads, s-widboo.adb, s-imgdec.adb, a-cbhama.adb, g-calend.ads,
246 s-conca7.ads, a-llitio.ads, i-cexten.ads, a-coorma.adb, s-widboo.ads,
247 s-diflio.adb, g-souinf.ads, s-imgdec.ads, g-strhas.ads, a-cbhama.ads,
248 g-shshco.adb, a-ztdeio.adb, s-gloloc.adb, a-coorma.ads, g-wispch.adb,
249 s-pack03.adb, g-eacodu.adb, s-casi16.adb, s-diflio.ads, a-colien.adb,
250 g-shshco.ads, a-wtmoio.adb, a-rbtgbo.adb, a-ztdeio.ads,
251 system-rtems.ads, s-gloloc.ads, a-csquin.ads, a-cofuse.adb,
252 g-wispch.ads, s-pack03.ads, s-casi16.ads, s-io.adb, a-colien.ads,
253 g-alveop.adb, gnat.ads, s-diinio.adb, a-cfdlli.adb, g-pehage.adb,
254 a-wtmoio.ads, a-stwiha.adb, a-locale.adb, a-tirsfi.adb, a-nscoty.ads,
255 a-rbtgbo.ads, s-pack12.adb, a-cofuse.ads, a-sfteio.ads, s-io.ads,
256 g-alveop.ads, a-cfdlli.ads, s-diinio.ads, a-stwiha.ads, g-pehage.ads,
257 a-locale.ads, a-tirsfi.ads, s-pack12.ads, s-valuti.adb, g-cppexc.adb,
258 system-vxworks-ppc.ads, g-memdum.adb, a-lfteio.ads, s-pack21.adb,
259 s-unstyp.ads, s-valuti.ads, g-cppexc.ads, system-hpux-ia64.ads,
260 g-memdum.ads, g-soccon.ads, g-altive.ads, a-crbtgo.adb, s-pack21.ads,
261 a-llizti.ads, a-numaux-libc-x86.ads, s-expint.adb, s-conca8.adb,
262 a-crbtgo.ads, s-pack30.adb, s-vallli.adb, s-geveop.adb, s-expint.ads,
263 a-direio.adb, s-conca8.ads, a-widcha.ads, s-pack30.ads, s-vallli.ads,
264 s-strhas.adb, s-geveop.ads, g-md5.adb, a-direio.ads, a-numaux.ads,
265 s-ransee.adb, a-szbzha.adb, i-cobol.adb, g-busorg.adb, s-strhas.ads,
266 g-md5.ads, s-widenu.adb, s-ransee.ads, s-widllu.adb, a-szbzha.ads,
267 a-ststio.adb, i-cobol.ads, g-busorg.ads, g-regpat.adb, s-widenu.ads,
268 a-secain.adb, s-widllu.ads, s-pack13.adb, g-encstr.adb, a-ztcoau.adb,
269 a-ststio.ads, s-widwch.adb, g-regpat.ads, s-atacco.adb, a-cborse.adb,
270 a-secain.ads, s-pack13.ads, g-encstr.ads, a-ztcoau.ads, s-widwch.ads,
271 g-io_aux.adb, s-atacco.ads, a-ncelfu.ads, interfac.ads, a-cborse.ads,
272 g-regexp.adb, s-pack22.adb, a-szuzti.adb, g-io_aux.ads, s-caun32.adb,
273 a-nselfu.ads, g-regexp.ads, s-pack22.ads, a-ticoio.adb, a-szuzti.ads,
274 g-diopit.adb, s-caun32.ads, s-conca9.adb, a-tags.adb, a-swmwco.ads,
275 a-sbecin.adb, s-pack31.adb, s-expuns.adb, a-ticoio.ads, s-valint.adb,
276 s-conca9.ads, g-diopit.ads, a-tags.ads, a-nllcef.ads, a-izteio.ads,
277 a-sbecin.ads, s-expuns.ads, s-pack31.ads, g-dyntab.adb, s-powtab.ads,
278 s-flocon-none.adb, s-valint.ads, a-ssiwti.ads, s-mmosin-mingw.adb,
279 s-pack40.adb, s-pack05.adb, a-ztflau.adb, g-dyntab.ads,
280 a-szuzti-shared.adb, g-alvevi.ads, a-stwise.adb, s-mmosin-mingw.ads,
281 s-pack40.ads, a-diocst.adb, a-ztflau.ads, s-pack05.ads, a-nlcoty.ads,
282 a-contai.ads, a-stwisu.adb, g-byorma.adb, a-siwtio.ads, a-stwise.ads,
283 s-regpat.adb, g-mbdira.adb, s-pack14.adb, a-diocst.ads, g-flocon.ads,
284 g-mbflra.adb, a-ztinau.adb, s-dim.ads, s-mantis.adb, a-stwisu.ads,
285 g-byorma.ads, s-atopri.adb, g-wistsp.ads, a-uncdea.ads, s-widcha.adb,
286 a-caldel.adb, s-regpat.ads, g-mbdira.ads, a-tiflio.adb, s-pack14.ads,
287 s-parame.adb, a-liwtio.ads, s-memory.adb, g-mbflra.ads, a-ztinau.ads,
288 a-wtgeau.adb, s-direio.adb, s-mantis.ads, s-atopri.ads, s-widcha.ads,
289 a-caldel.ads, s-pack23.adb, a-unccon.ads, a-tiflio.ads, s-parame.ads,
290 a-llftio.ads, s-memory.ads, s-regexp.adb, a-wtgeau.ads, a-exexda.adb,
291 s-direio.ads, s-pack23.ads, g-stheme.adb, a-tiinio.adb, g-sestin.ads,
292 s-regexp.ads, a-wtfiio.adb, a-comutr.adb, a-exexpr.adb, a-tiinio.ads,
293 a-ztmoau.adb, a-cohata.ads, a-wtfiio.ads, s-imgrea.adb, ada.ads,
294 a-szunau-shared.adb, a-comutr.ads, s-valuns.adb, a-ztmoau.ads,
295 system-linux-arm.ads, s-osprim-x32.adb, s-pack41.adb, s-pack06.adb,
296 s-imgrea.ads, s-valuns.ads, s-finroo.adb, s-caun16.adb, s-pooglo.adb,
297 a-zrstfi.adb, a-suenst.adb, s-pack41.ads, g-binenv.adb, s-pack06.ads,
298 a-calari.adb, a-nlcoar.ads, s-finroo.ads, a-timoio.adb, s-caun16.ads,
299 s-flocon.adb, a-suenst.ads, a-zrstfi.ads, s-pooglo.ads, s-wchcon.adb,
300 s-traceb-hpux.adb, s-pack50.adb, i-fortra.adb, s-pack15.adb,
301 a-ngcefu.adb, g-sptavs.ads, g-binenv.ads, s-wchjis.adb, a-calari.ads,
302 a-timoio.ads, a-decima.adb, s-flocon.ads, s-wchcon.ads, a-llfzti.ads,
303 i-fortra.ads, s-pack50.ads, s-pack15.ads, a-ngcefu.ads, a-cfhase.adb,
304 s-wchjis.ads, g-soliop.ads, a-decima.ads, a-chlat9.ads, s-pack24.adb,
305 a-nlelfu.ads, a-cfhase.ads, g-locfil.adb, s-atocou-builtin.adb,
306 s-memcop.ads, a-szunau.adb, s-pack24.ads, s-imgllb.adb, s-auxdec.adb,
307 g-locfil.ads, s-pack33.adb, a-szunau.ads, s-parame-vxworks.adb,
308 s-imgllb.ads, a-ciorma.adb, s-auxdec.ads, a-cobove.adb, s-dsaser.ads,
309 a-elchha.adb, s-pack33.ads, a-cofuve.adb, s-parame-vxworks.ads,
310 a-ciorma.ads, system-darwin-x86.ads, s-multip.adb, a-stwiun-shared.adb,
311 a-wichun.adb, a-cobove.ads, s-imgbiu.adb, s-tsmona-mingw.adb,
312 a-coormu.adb, a-siocst.adb, s-win32.ads, a-elchha.ads, s-pack42.adb,
313 s-pack07.adb, a-cofuve.ads, system-hpux.ads, a-teioed.adb,
314 a-convec.adb, g-speche.adb, s-multip.ads, a-stwiun-shared.ads,
315 a-wichun.ads, s-imgbiu.ads, a-numeri.ads, a-siocst.ads, a-coormu.ads,
316 a-lliwti.ads, s-pack42.ads, s-pack07.ads, a-teioed.ads, a-convec.ads,
317 g-speche.ads, g-socthi.adb, a-nucoty.ads, a-szmzco.ads, s-pack51.adb,
318 s-osprim-mingw.adb, s-casi64.adb, g-strspl.ads, g-socthi.ads,
319 g-socket-dummy.adb, s-pack51.ads, s-dimmks.ads, s-casi64.ads,
320 a-wtenau.adb, s-stchop-vxworks.adb, s-pack60.adb,
321 system-solaris-sparc.ads, s-pack25.adb, g-socket-dummy.ads,
322 a-exstat.adb, a-cofuma.adb, s-tsmona-linux.adb, a-wtenau.ads,
323 s-pack60.ads, s-pack25.ads, i-cstrea.adb, a-cofuma.ads, g-exptty.adb,
324 a-chzla1.ads, s-pack34.adb, i-cstrea.ads, s-excdeb.adb, a-iteint.ads,
325 g-exptty.ads, i-pacdec.adb, s-pack34.ads, s-rident.ads, s-sopco3.adb,
326 i-vxwork.ads, s-excdeb.ads, system-linux-ppc.ads, a-swuwti-shared.adb,
327 s-widlli.adb, s-pack43.adb, i-pacdec.ads, a-cwila9.ads, s-sopco3.ads,
328 a-fwteio.ads, s-widlli.ads, s-pack43.ads, a-suhcin.adb, a-wtdeau.adb,
329 g-allein.ads, a-suezst.adb, a-dirval-mingw.adb, g-zspche.adb,
330 s-bignum.adb, a-ztedit.adb, g-regist.adb, a-nllefu.ads, a-ztcoio.adb,
331 s-pack52.adb, a-llctio.ads, a-nucoar.ads, s-pack17.adb, a-suhcin.ads,
332 a-wtdeau.ads, a-suezst.ads, a-dirval.adb, g-zspche.ads, g-regist.ads,
333 a-ztedit.ads, s-bignum.ads, a-wtcstr.adb, system.ads, s-pack52.ads,
334 a-ztcoio.ads, s-pack17.ads, s-imgboo.adb, a-rbtgso.adb, a-dirval.ads,
335 a-cohase.adb, s-pack61.adb, a-wtcstr.ads, s-pack26.adb, s-osprim.ads,
336 a-tigeau.adb, s-imgboo.ads, a-nuelfu.ads, a-swfwha.ads, s-commun.adb,
337 g-socthi-vxworks.adb, a-rbtgso.ads, a-cohase.ads, g-zstspl.ads,
338 s-pack61.ads, s-pack26.ads, a-intnam-dragonfly.ads, s-imglld.adb,
339 a-tigeau.ads, s-commun.ads, g-socthi-vxworks.ads, a-cborma.adb,
340 a-stwifi.adb, g-moreex.adb, s-pack35.adb, s-imglld.ads, s-valdec.adb,
341 a-tifiio.adb, a-cborma.ads, g-moreex.ads, a-stwifi.ads, s-pack35.ads,
342 s-sopco4.adb, g-sha224.ads, g-socket.adb, a-intnam-rtems.ads,
343 s-finmas.adb, s-valdec.ads, s-addima.adb, a-finali.adb, a-tifiio.ads,
344 s-rpc.adb, a-ztflio.adb, s-pack44.adb, s-pack09.adb, a-sblcin.adb,
345 s-sopco4.ads, a-textio.adb, g-socket.ads, g-sptabo.ads, s-finmas.ads,
346 g-shsh32.adb, s-addima.ads, a-finali.ads, s-mmauni-long.ads, s-rpc.ads,
347 a-ztflio.ads, system-djgpp.ads, s-stache.adb, s-pack44.ads,
348 s-pack09.ads, a-sblcin.ads, a-textio.ads, a-cidlli.adb, g-shsh32.ads,
349 a-chtgbk.adb, a-tiocst.adb, s-pack53.adb, s-pack18.adb, s-stache.ads,
350 a-zchhan.adb, s-fatlfl.ads, a-ztinio.adb, s-strops.adb, a-siteio.ads,
351 a-cidlli.ads, a-chtgbk.ads, g-ssvety.ads, a-tiocst.ads, s-pack53.ads,
352 s-parame-hpux.ads, s-pack18.ads, a-zchhan.ads, s-strops.ads,
353 a-ztinio.ads, a-wichha.adb, a-stwima.adb, a-nlrear.ads, a-liteio.ads,
354 s-pack62.adb, s-pack27.adb, s-fore.adb, s-vercon.adb, a-wichha.ads,
355 a-stwima.ads, s-pack62.ads, system-linux-sparc.ads, s-pack27.ads,
356 g-dynhta.adb, s-fore.ads, s-vercon.ads, a-cofuba.adb, a-cimutr.adb,
357 i-cpoint.adb, s-imgenu.adb, a-stwibo.adb, s-pack36.adb, i-cstrin.adb,
358 s-imgllu.adb, a-suteio-shared.adb, g-excact.adb, s-stoele.adb,
359 s-addope.adb, g-dynhta.ads, a-cofuba.ads, a-ztmoio.adb, a-llfwti.ads,
360 a-cimutr.ads, i-cpoint.ads, s-imgenu.ads, a-stwibo.ads, a-wttest.adb,
361 s-pack36.ads, a-tgdico.ads, s-sopco5.adb, s-scaval.adb, i-cstrin.ads,
362 s-imgllu.ads, g-excact.ads, s-stoele.ads, g-deutst.ads, s-addope.ads,
363 s-imgwch.adb, g-sha384.ads, a-ztmoio.ads, s-pack45.adb, a-wttest.ads,
364 s-sopco5.ads, s-excmac-gcc.adb, s-scaval.ads, a-storio.adb,
365 a-coinho.adb, a-btgbso.adb, s-imgwch.ads, s-carun8.adb, memtrack.adb,
366 s-pack45.ads, a-sfhcin.ads, s-excmac-gcc.ads, a-storio.ads,
367 a-coinho.ads, a-btgbso.ads, s-stratt.adb, s-carun8.ads, a-shcain.adb,
368 s-pack54.adb, s-pack19.adb, a-colire.adb, a-tigeli.adb, s-caun64.adb,
369 s-stratt.ads, s-fatgen.adb, a-shcain.ads, a-stzunb-shared.adb,
370 s-pack54.ads, s-pack19.ads, a-colire.ads, a-calcon.adb, s-caun64.ads,
371 s-fatgen.ads, s-pack63.adb, g-arrspl.adb, a-stzunb-shared.ads,
372 s-pack28.adb, a-nllrar.ads, a-zzboio.adb, a-zzunio.ads, a-stunau.adb,
373 a-calcon.ads, g-cgideb.adb, s-objrea.adb, s-mastop.adb, a-tienau.adb,
374 g-altcon.adb, g-arrspl.ads, s-pack63.ads, s-restri.adb, s-pack28.ads,
375 a-zzboio.ads, a-stunau.ads, g-cgideb.ads, g-htable.adb, g-sothco.adb,
376 s-objrea.ads, g-soliop-solaris.ads, s-mastop.ads, a-tienau.ads,
377 system-linux-m68k.ads, g-altcon.ads, s-dmotpr.ads, s-memory-mingw.adb,
378 g-cgicoo.adb, s-pack37.adb, s-restri.ads, s-fatllf.ads, s-expmod.adb,
379 a-swuwha.adb, a-exextr.adb, a-cfhama.adb, s-gloloc-mingw.adb,
380 a-tiboio.adb, g-forstr.adb, g-sothco.ads, a-stzbou.adb, a-nllcty.ads,
381 a-suecin.adb, g-htable.ads, s-exctab.adb, a-tiunio.ads, g-cgicoo.ads,
382 s-osprim-posix.adb, s-pack37.ads, a-ciormu.adb, s-atocou-x86.adb,
383 a-swuwha.ads, s-expmod.ads, a-cfhama.ads, s-ficobl.ads, a-ngcoty.adb,
384 g-forstr.ads, a-tiboio.ads, a-calfor.adb, a-stzbou.ads, a-suecin.ads,
385 a-conhel.adb, a-crbltr.ads, s-exctab.ads, a-dhfina.ads, s-imgcha.adb,
386 s-pack46.adb, a-ciormu.ads, system-linux-sh4.ads, a-chahan.adb,
387 a-ngcoty.ads, a-stzunb.adb, a-szfzha.ads, a-calfor.ads, a-cbdlli.adb,
388 a-conhel.ads, s-imgcha.ads, s-pack46.ads, a-assert.adb, a-chahan.ads,
389 a-stzunb.ads, a-crdlli.adb, s-pack55.adb, a-cbdlli.ads, a-tideau.adb,
390 a-assert.ads, ioexcept.ads, s-boarop.ads, g-hesora.adb, a-crdlli.ads,
391 s-pack55.ads, a-tideau.ads, g-bubsor.adb, a-wtenio.adb, a-cbsyqu.adb,
392 g-hesora.ads, s-pack29.adb, a-nurear.ads, g-catiio.adb, s-stposu.adb,
393 g-bubsor.ads, a-wtenio.ads, a-cbsyqu.ads, a-suewst.adb,
394 system-vxworks-x86.ads, s-pack29.ads, a-cbmutr.adb, a-cbprqu.adb,
395 s-imenne.adb, g-sothco-dummy.adb, g-casuti.adb, g-catiio.ads,
396 s-stposu.ads, a-stzsea.adb, s-pack38.adb, a-suewst.ads, s-imgllw.adb,
397 a-cbprqu.ads, a-cbmutr.ads, s-imenne.ads, g-sothco-dummy.ads,
398 g-casuti.ads, s-htable.adb, s-fatsfl.ads, g-trasym.adb, unchconv.ads,
399 a-stzsea.ads, s-arit64.adb, s-pack38.ads, a-nllcar.ads, s-valrea.adb,
400 s-imgllw.ads, s-htable.ads, a-sequio.adb, g-trasym.ads, a-ngcoar.adb,
401 s-exnllf.adb, s-pack47.adb, s-arit64.ads, g-sercom-mingw.adb,
402 s-valrea.ads, g-socthi-mingw.adb, g-bytswa.adb, g-sehash.adb,
403 unchdeal.ads, a-sequio.ads, a-ngcoar.ads, s-exnllf.ads, a-wtdeio.adb,
404 s-pack47.ads, g-socthi-mingw.ads, a-excpol-abort.adb, a-ztgeau.adb,
405 g-bytswa.ads, g-sehash.ads, s-pack56.adb, a-wtdeio.ads, a-ngelfu.adb,
406 a-ztgeau.ads, a-cforse.adb, s-filatt.ads, a-stzfix.adb, a-cihase.adb,
407 s-pack56.ads, a-sfztio.ads, a-ngelfu.ads, s-trasym-dwarf.adb,
408 a-cforse.ads, a-ztfiio.adb, g-timsta.adb, a-stzfix.ads, a-cihase.ads,
409 a-ztfiio.ads, system-darwin-arm.ads: Move non-tasking runtime sources
410 to libgnat subdirectory.
411
412 2017-09-08 Yannick Moy <moy@adacore.com>
413
414 * sem_aux.adb, sem_aux.ads (Get_Called_Entity): New function to
415 return the entity associated with the call.
416 * sem_util.adb, sem_util.ads (Check_Function_Writable_Actuals):
417 Replace the internal Get_Function_Id with the new
418 Sem_Aux.Get_Called_Entity.
419 (Iterate_Call_Parameters): New
420 procedure to iterate on formals and actuals at the same time.
421 * sem_ch12.adb (Analyze_Subprogram_Instantiation):
422 Set SPARK_Mode from spec when set, for analysis
423 of instance. Restore after analysis of instance.
424 (Instantiate_Subprogram_Body): Set SPARK_Mode from body when
425 set, for analysis of body instance. Restored automatically at
426 the end of the subprogram.
427 * gnat1drv.adb (Adjust_Global_Switches): Set
428 Check_Validity_Of_Parameters to False in GNATprove mode.
429 * opt.ads (Check_Validity_Of_Parameters): Document switch to
430 set option.
431
432 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
433
434 * sem_util.adb (NCT_Tables_In_Use): Move to library level from...
435 (New_Copy_Tree): ...there. Reset the hash tables only if they
436 were used in the previous invocation.
437 * s-htable.adb: Fix typo.
438
439 2017-09-08 Bob Duff <duff@adacore.com>
440
441 * a-ssicst.adb (Open): Set File.Last_Op to the appropriate value.
442
443 2017-09-08 Arnaud Charlet <charlet@adacore.com>
444
445 * sem_aggr.adb: minor style fix.
446
447 2017-09-08 Bob Duff <duff@adacore.com>
448
449 * sprint.adb (Write_Corresponding_Source): Ignore if there is
450 no current source file.
451 (Write_Name_With_Col_Check, Write_Name_With_Col_Check_Sloc):
452 Print something helpful in case N is invalid.
453 * sprint.ads: Minor comment fix.
454
455 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
456
457 * exp_aggr.adb: (Aggr_Assignment_OK_For_Backend): Add early return for
458 access types.
459
460 2017-09-08 Bob Duff <duff@adacore.com>
461
462 * par-prag.adb, sem_prag.adb, snames.ads-tmpl: Implement pragma
463 Ada_2020, along the same lines as the other Ada version pragmas.
464
465 2017-09-08 Gary Dismukes <dismukes@adacore.com>
466
467 * sem_ch12.adb: Minor typo fixes and reformatting.
468
469 2017-09-08 Yannick Moy <moy@adacore.com>
470
471 * sem_aggr.adb (Resolve_Record_Aggregate):
472 Rewrite bounds of aggregate subexpressions which may depend on
473 discriminants of the enclosing aggregate.
474
475 2017-09-08 Yannick Moy <moy@adacore.com>
476
477 * sem_ch5.adb: Prevent assertion failure on illegal code.
478
479 2017-09-08 Yannick Moy <moy@adacore.com>
480
481 * lib-xref-spark_specific.adb (Add_SPARK_Xrefs.Is_SPARK_Scope): Avoid
482 calling Renamed_Entity on an entity which cannot be a renaming.
483
484 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
485
486 * exp_aggr.adb: Add with & use clause for Urealp.
487 (Aggr_Assignment_OK_For_Backend): Accept (almost all)
488 elementary types instead of just discrete types.
489 * sem_eval.adb (Expr_Value): Deal with N_Null for access types.
490 * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
491 Be prepared for the FP zero value in the memset case. Add small
492 guard.
493
494 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
495
496 * s-htable.adb (Static_HTable.Reset): Use aggregate instead
497 of loop.
498
499 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
500
501 * exp_aggr.adb (Expand_Array_Aggregate): Use New_Copy_Tree instead
502 of New_Copy because the latter leaves the syntactic structure of
503 the tree inconsistent (a child is accessible through two parents)
504 and prevents proper replication of itypes by subsequent calls
505 to New_Copy_Tree.
506 * exp_ch4.adb (Expand_Concatenate): Use New_Copy_Tree instead of
507 New_Copy because the latter leaves the syntactic structure of the
508 tree inconsistent (a child is accessible through two parents)
509 and prevents proper replication of itypes by subsequent calls
510 to New_Copy_Tree.
511 * sem_util.adb (In_Subtree): New routine.
512 (New_Copy_Tree): Reimplemented.
513 * sem_util.ads (In_Subtree): New routine.
514 (New_Copy_Tree): Reimplemented.
515
516 2017-09-08 Ed Schonberg <schonberg@adacore.com>
517
518 * sem_ch13.adb (Resolve_Aspect_Expressions): The expression
519 for aspect Default_Value is a static scalar value, but it does
520 not freeze the type. Yhis allows for subsequent representation
521 clauses for the type.
522
523 2017-09-08 Javier Miranda <miranda@adacore.com>
524
525 * sem_ch8.adb (Find_Direct_Name.Undefined): Do
526 not add entries into the undefined reference table when we are
527 compiling with errors ignored.
528
529 2017-09-08 Ed Schonberg <schonberg@adacore.com>
530
531 * sem_ch12.adb (Check_Formal_Packages): Do not apply conformance
532 check if the instance is within an enclosing instance body. The
533 formal package was legal in the enclosing generic, and is
534 legal in the enclosing instantiation. This optimisation may be
535 applicable elsewhere, and it also removes spurious errors that
536 may arise with on-the-fly processing of instantiations that
537 contain Inline_Always subprograms.
538
539 2017-09-08 Vincent Celier <celier@adacore.com>
540
541 * gnatcmd.adb: Disregard empty argument of GNAT driver.
542
543 2017-09-08 Justin Squirek <squirek@adacore.com>
544
545 * checks.adb (Insert_Valid_Check): Manually decorate
546 the generated temporary for range valdity checks.
547
548 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
549
550 * usage.adb (Usage): Document new -gnatw.q/-gnatw.Q switches.
551
552 2017-09-08 Justin Squirek <squirek@adacore.com>
553
554 * switch-c.adb (Scan_Front_End_Switches): Add new warning switch
555 case to handle underscore flags.
556 * warnsw.adb, warnsw.ads (Set_Underscore_Warning_Switch): Create
557 new procedure to handle underscores.
558
559 2017-09-08 Javier Miranda <miranda@adacore.com>
560
561 * exp_ch4.adb (Expand_N_Op_Divide): Reordering code that handles
562 divisions with fixed point results to avoid generating twice
563 the runtime check on divide by zero.
564 * checks.adb (Apply_Divide_Checks): Ensure that operands are
565 not evaluated twice (once for their runtime checks and once for
566 their regular computation).
567
568 2017-09-08 Yannick Moy <moy@adacore.com>
569
570 * sem_prag.adb (Analyze_Part_Of): Add missing
571 return statements after issuing errors. Add detection of
572 out-of-order item and single concurrent type.
573
574 2017-09-08 Nicolas Roche <roche@adacore.com>
575
576 * gcc-interface/Makefile.in, a-extiti.ads, s-taprop-linux.adb,
577 s-osinte-solaris.adb, a-intnam.ads, s-osinte-solaris.ads,
578 s-tpobop.adb, s-intman-android.adb, s-tasinf.adb, s-tpobop.ads,
579 s-tasinf.ads, i-vxinco.adb, a-exetim-posix.adb, i-vxinco.ads,
580 a-astaco.adb, a-astaco.ads, s-tporft.adb, s-tpoaal.adb, a-taside.adb,
581 a-taside.ads, s-tpopsp-posix.adb, s-tasdeb.adb, s-tasdeb.ads,
582 s-tpoben.adb, a-dinopr.ads, s-inmaop-vxworks.adb, s-tpoben.ads,
583 s-interr-vxworks.adb, s-interr-dummy.adb, s-tassta.adb,
584 a-intnam-mingw.ads, s-tassta.ads, s-taasde.adb, a-stcoed.ads,
585 s-taasde.ads, s-osinte-darwin.adb, s-proinf.adb, s-taprop-dummy.adb,
586 s-osinte-darwin.ads, s-proinf.ads, s-linux.ads, a-intnam-linux.ads,
587 s-tasren.adb, s-tasren.ads, s-mudido.adb, g-semaph.adb, s-mudido.ads,
588 s-taprop-posix.adb, g-semaph.ads, s-osinte-mingw.ads, s-vxwork-x86.ads,
589 s-tposen.adb, s-linux-sparc.ads, s-taprop-vxworks.adb, s-tasini.adb,
590 s-tposen.ads, s-tasini.ads, a-etgrbu.ads, s-interr-hwint.adb,
591 s-osinte-linux.ads, s-taprop.ads, s-tasque.adb, s-tasque.ads,
592 s-taenca.adb, s-taspri-vxworks.ads, s-taenca.ads, a-dynpri.adb,
593 s-tpopsp-solaris.adb, a-dynpri.ads, s-taprop-hpux-dce.adb,
594 a-interr.adb, a-intnam-freebsd.ads, s-tarest.adb, a-interr.ads,
595 s-intman-susv3.adb, a-synbar.adb, a-intnam-dummy.ads, s-tadeca.adb,
596 s-osinte-vxworks.adb, s-tarest.ads, s-taskin.adb, a-synbar.ads,
597 s-taspri-hpux-dce.ads, s-tadeca.ads, s-osinte-vxworks.ads,
598 s-taskin.ads, s-intman-solaris.adb, a-sytaco.adb, s-vxwext-kernel.adb,
599 s-mudido-affinity.adb, a-sytaco.ads, s-vxwext-kernel.ads, s-taprob.adb,
600 s-intman-mingw.adb, s-taprob.ads, s-osinte-kfreebsd-gnu.ads,
601 s-osinte-dummy.ads, s-osinte-gnu.adb, s-osinte-rtems.adb, s-interr.adb,
602 s-inmaop.ads, s-vxwext-rtp.adb, s-osinte-gnu.ads, s-osinte-rtems.ads,
603 a-synbar-posix.adb, s-interr.ads, s-taspri-posix-noaltstack.ads,
604 s-vxwext-rtp.ads, a-synbar-posix.ads, a-extiin.ads, s-osinte-posix.adb,
605 s-tpinop.adb, s-tasres.ads, s-tpinop.ads, a-disedf.ads, a-diroro.ads,
606 s-linux-alpha.ads, a-tasatt.adb, s-solita.adb, a-intnam-solaris.ads,
607 a-tasatt.ads, s-solita.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
608 s-vxwork-arm.ads, s-tpopsp-posix-foreign.adb, s-intman-dummy.adb,
609 s-intman.ads, s-stusta.adb, s-stusta.ads, s-intman-posix.adb,
610 s-tpopsp-vxworks.adb, s-inmaop-dummy.adb, s-taspri-mingw.ads,
611 a-intnam-darwin.ads, s-osinte-aix.adb, s-osinte-dragonfly.adb,
612 s-osinte-aix.ads, s-tasinf-mingw.adb, s-osinte-dragonfly.ads,
613 s-linux-hppa.ads, s-osinte-x32.adb, s-inmaop-posix.adb,
614 s-tasinf-mingw.ads, s-intman-vxworks.adb, s-linux-mips.ads,
615 s-intman-vxworks.ads, s-osinte-android.adb, s-tasinf-linux.adb,
616 s-osinte-android.ads, s-vxwork-ppc.ads, s-tasinf-linux.ads,
617 a-dispat.adb, a-dispat.ads, s-tadert.adb, g-thread.adb, s-tadert.ads,
618 g-thread.ads, a-intnam-hpux.ads, s-linux-android.ads, s-tataat.adb,
619 a-exetim.ads, s-tataat.ads, a-reatim.adb, a-reatim.ads, thread.c,
620 g-boubuf.adb, s-osinte-freebsd.adb, g-boubuf.ads, s-osinte-freebsd.ads,
621 s-tasuti.adb, s-taspri-dummy.ads, a-exetim-mingw.adb, s-linux-x32.ads,
622 s-tasuti.ads, g-signal.adb, a-exetim-mingw.ads, s-interr-sigaction.adb,
623 g-signal.ads, s-osinte-hpux.ads, a-intnam-vxworks.ads,
624 s-osinte-hpux-dce.adb, s-taspri-posix.ads, s-osinte-hpux-dce.ads,
625 s-tasinf-vxworks.ads, g-tastus.ads, s-tpopsp-tls.adb,
626 s-taprop-solaris.adb, a-retide.adb, a-exetim-darwin.adb, a-retide.ads,
627 s-vxwext.adb, s-vxwext.ads, a-rttiev.adb, a-rttiev.ads, g-boumai.ads,
628 a-exetim-default.ads, s-taprop-mingw.adb, s-taspri-solaris.ads,
629 a-intnam-aix.ads: Move libgnarl sources to libgnarl subdir.
630
631 2017-09-08 Arnaud Charlet <charlet@adacore.com>
632
633 * doc/share/conf.py, doc/share/latex_elements.py,
634 doc/share/ada_pygments.py, doc/Makefile: Improve support for Ada
635 highlighting.
636
637 2017-09-08 Arnaud Charlet <charlet@adacore.com>
638
639 * gnat_rm.texi, gnat_ugn.texi,
640 doc/gnat_ugn/the_gnat_compilation_model.rst,
641 doc/gnat_ugn/getting_started_with_gnat.rst,
642 doc/gnat_ugn/inline_assembler.rst,
643 doc/gnat_ugn/building_executable_programs_with_gnat.rst,
644 doc/gnat_ugn/elaboration_order_handling_in_gnat.rst,
645 doc/gnat_ugn/about_this_guide.rst,
646 doc/gnat_ugn/platform_specific_information.rst,
647 doc/gnat_ugn/example_of_binder_output.rst,
648 doc/gnat_ugn/gnat_and_program_execution.rst,
649 doc/gnat_ugn/gnat_utility_programs.rst,
650 doc/gnat_rm/implementation_of_specific_ada_features.rst,
651 doc/gnat_rm/interfacing_to_other_languages.rst,
652 doc/gnat_rm/implementation_defined_aspects.rst,
653 doc/gnat_rm/intrinsic_subprograms.rst,
654 doc/gnat_rm/implementation_defined_characteristics.rst,
655 doc/gnat_rm/implementation_advice.rst,
656 doc/gnat_rm/implementation_defined_attributes.rst,
657 doc/gnat_rm/compatibility_and_porting_guide.rst,
658 doc/gnat_rm/standard_library_routines.rst,
659 doc/gnat_rm/the_gnat_library.rst,
660 doc/gnat_rm/implementation_defined_pragmas.rst,
661 doc/gnat_rm/representation_clauses_and_pragmas.rst,
662 doc/gnat_rm/standard_and_implementation_defined_restrictions.rst,
663 doc/gnat_rm/obsolescent_features.rst,
664 doc/gnat_rm/about_this_guide.rst,
665 doc/gnat_rm/the_implementation_of_standard_i_o.rst,
666 doc/gnat_rm/implementation_of_ada_2012_features.rst,
667 doc/gnat_ugn.rst,
668 doc/gnat_rm.rst: Update documentation.
669
670 2017-09-08 Arnaud Charlet <charlet@adacore.com>
671
672 * s-dwalin.ads, s-dwalin.adb, s-trasym-dwarf.adb, s-objrea.ads,
673 s-objrea.adb, s-tsmona-linux.adb, s-tsmona-mingw.adb: New.
674 * gcc-interface/Makefile.in: Enable s-trasym-dwarf.adb on x86*linux.
675
676 2017-09-08 Bob Duff <duff@adacore.com>
677
678 * s-ststop.ads, s-ststop.adb, rtsfind.ads (String_Input_Tag):
679 New routine to read the Tag robustly.
680 * exp_attr.adb (Input): Change the expansion of 'Input,
681 in the class-wide case, to call String_Input_Tag instead of
682 String_Input_Blk_IO.
683
684 2017-09-08 Arnaud Charlet <charlet@adacore.com>
685
686 * s-rident.ads (Restriction_Id): reorder enum
687 literals, so that Pure_Barriers is no longer in range of the
688 Cunit_Boolean_Restrictions subtype.
689
690 2017-09-08 Nicolas Roche <roche@adacore.com>
691
692 * a-taster.ads, a-taster.adb: Move to libgnarl
693 * gcc-interface/Makefile.in: Remove obsolete targets. Code cleanups.
694 Add support for files in libgnarl.
695
696 2017-09-08 Ed Schonberg <schonberg@adacore.com>
697
698 * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply
699 accessibility check to an interface conversion, whose purpose
700 is to perform a pointer adjustment in a dispatching call.
701 * exp_ch6.adb (Expand_Call_JHelper): Add accessibility checks
702 when the actual is a construct that involves a dereference of an
703 expression that includes a formal of the enclosing subprogram,
704 In such cases, the accessibility level of the actual is that of
705 the corresponding formal, which is passed in as an additional
706 actual in the outer call.
707
708 2017-09-08 Bob Duff <duff@adacore.com>
709
710 * exp_intr.adb (Add_Source_Info): Do not decode
711 file names; they were not encoded in the first place.
712
713 2017-09-08 Bob Duff <duff@adacore.com>
714
715 * a-tags.adb (Internal_Tag): Unsuppress checks, so we get
716 exceptions instead of crashes. Check for absurdly long strings
717 and empty strings. Empty strings cause trouble because they can
718 have super-null ranges (e.g. 100..10), which causes Ext_Copy to
719 be empty, which causes an array index out of bounds.
720 * s-ststop.adb (Input): Unsuppress checks, so we get exceptions
721 instead of crashes.
722
723 2017-09-08 Arnaud Charlet <charlet@adacore.com>
724
725 * sem_util.adb (Is_CCT_Instance): allow use in
726 the context of protected types.
727
728 2017-09-08 Arnaud Charlet <charlet@adacore.com>
729
730 * a-tigeli.adb: minor remove extra whitespace.
731
732 2017-09-08 Gary Dismukes <dismukes@adacore.com>
733
734 * par-ch4.adb: Reformatting of an error message.
735
736 2017-09-08 Javier Miranda <miranda@adacore.com>
737
738 * sem_ch3.adb (Resolve_Name): Under ASIS mode analyze overloaded
739 identifiers to ensure their correct decoration of names on
740 aspect expressions.
741
742 2017-09-08 Yannick Moy <moy@adacore.com>
743
744 * exp_attr.adb (Expand_Loop_Entry_Attribute): Do
745 not skip a loop coming from source which is rewritten into a loop.
746
747 2017-09-08 Ed Schonberg <schonberg@adacore.com>
748
749 * freeze.adb (Wrap_Imported_Subprogram): Indicate that the
750 wrapper has convention Ada, to prevent spurious warnings on
751 unconstrained array parameters.
752
753 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
754
755 * sem_prag.adb (Check_Variant): Use First_Non_Pragma/Next_Non_Pragma.
756 (Analyze_Pragma) <Pragma_Unchecked_Union>: Likewise.
757
758 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
759
760 * sem_ch6.adb (Freeze_Expr_Types): Rename Spec_Id into Def_Id.
761
762 2017-09-08 Arnaud Charlet <charlet@adacore.com>
763
764 * exp_intr.adb (Append_Entity_Name): Move to ...
765 * sem_util.ads, sem_util.adb: ... here to share it.
766 (Subprogram_Name): New subprogram, to compute the name of the enclosing
767 subprogram/entity.
768 * errutil.adb (Error_Msg): Fill new field Node.
769 * erroutc.ads (Subprogram_Name_Ptr): New.
770 (Error_Msg_Object): New field Node.
771 * erroutc.adb (dmsg, Output_Msg_Text): Take new field Node into account.
772 * errout.adb (Error_Msg): New variant with node id parameter.
773 Fill new parameter Node when emitting messages. Revert previous
774 changes for Include_Subprogram_In_Messages.
775 * sem_ch5.adb (Check_Unreachable_Code): Supply Node parameter when
776 generating warning message.
777
778 2017-09-08 Ed Schonberg <schonberg@adacore.com>
779
780 * par-ch4.adb (P_Iterated_Component_Association): Place construct
781 under -gnat2020 flag, given that it is a future feature of
782 the language.
783 * sem_aggr.adb (Resolve_Iterated_Component_Association): Mark
784 defining identifier as referenced to prevent spurious warnings:
785 corresponding loop is expanded into one or more loops whose
786 variable has the same name, and the expression uses those names
787 and not the original one.
788
789 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
790
791 * sem_elab.adb (Check_A_Call): Do not consider
792 references to internal variables for SPARK semantics.
793
794 2017-09-08 Arnaud Charlet <charlet@adacore.com>
795
796 * inline.adb (In_Package_Spec): refine type of
797 the parameter from Node_Id to Entity_Id.
798
799 2017-09-08 Justin Squirek <squirek@adacore.com>
800
801 * exp_ch5.adb (Expand_Formal_Container_Loop):
802 Reset the scope of the loop parameter after it is reanalyzed.
803
804 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
805
806 * sem_util.ads (Set_Rep_Info): New inline procedure.
807 * sem_util.adb (Set_Rep_Info): Implement it.
808 * sem_ch3.adb (Process_Subtype): If the case of a constraint present,
809 always copy the representation aspects onto the subtype.
810
811 2017-09-08 Georges-Alex Jaloyan <jaloyan@adacore.com>
812
813 * g-dynhta.adb, g-dynhta.ads (Get_First_Key, Get_Next_key):
814 Correction of the return type from access type to option type.
815 (Simple_HTable): Moving the Instance_Data to ads file.
816
817 2017-09-08 Yannick Moy <moy@adacore.com>
818
819 * sem_prag.adb: Use System.Case_Util.To_Lower to simplify code.
820
821 2017-09-08 Arnaud Charlet <charlet@adacore.com>
822
823 * opt.ads (Include_Subprogram_In_Messages): New variable.
824 * errout.ads (Current_Subprogram_Ptr): New variable.
825 * errout.adb (Error_Msg): Prepend current subprogram info
826 in messages if Include_Subprogram_In_Messages is set.
827 * sem_util.adb (elab code): Initialize Current_Subprogram_Ptr to
828 Current_Subprogram.
829 * gnat1drv.adb (Adjust_Global_Switches): Set
830 Include_Subprogram_In_Messages when -gnatdJ is set.
831 * debug.adb: Document and reserve -gnatdJ.
832
833 2017-09-08 Georges-Axel Jaloyan <jaloyan@adacore.com>
834
835 * g-dynhta.adb, g-dynhta.ads (Get_First_Key, Get_Next_Key): New
836 functions to iterate over simple hastables.
837 (Load_Factor_HTable): Remove obsolete and inefficient implementation.
838
839 2017-09-08 Javier Miranda <miranda@adacore.com>
840
841 * exp_ch6.adb (Unqual_BIP_Function_Call): Adding
842 missing checks on the presence of Entity() before checking the
843 entity attributes.
844
845 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
846
847 * sem_ch6.adb (Analyze_Expression_Function): Reorder some
848 statements, use local variable and remove unnecessary processing.
849
850 2017-09-08 Javier Miranda <miranda@adacore.com>
851
852 * exp_ch6.ads (Make_Build_In_Place_Iface_Call_In_Allocator): New
853 subprogram.
854 (Make_Build_In_Place_Iface_Call_In_Anonymous_Context): New subprogram.
855 (Make_Build_In_Place_Iface_Call_In_Object_Declaration): New
856 subprogram.
857 (Unqual_BIP_Iface_Function_Call): New subprogram.
858 * exp_ch6.adb (Replace_Renaming_Declaration_Id): New
859 subprogram containing code that was previously inside
860 Make_Build_In_Place_Call_In_Object_Declaration since it is also
861 required for one of the new subprograms.
862 (Expand_Actuals):
863 Invoke Make_Build_In_Place_Iface_Call_In_Anonymous_Context
864 (Expand_N_Extended_Return_Statement): Extend the
865 cases covered by an assertion on expected BIP object
866 declarations.
867 (Make_Build_In_Place_Call_In_Assignment):
868 Removing unused code; found working on this ticket.
869 (Make_Build_In_Place_Call_In_Object_Declaration): Move the code
870 that replaces the internal name of the renaming declaration
871 into the new subprogram Replace_Renaming_Declaration_Id.
872 (Make_Build_In_Place_Iface_Call_In_Allocator): New subprogram.
873 (Make_Build_In_Place_Iface_Call_In_Anonymous_Context):
874 New subprogram.
875 (Make_Build_In_Place_Iface_Call_In_Object_Declaration): New
876 subprogram.
877 (Unqual_BIP_Iface_Function_Call): New subprogram.
878 * exp_ch3.adb (Expand_N_Object_Declaration): Invoke the new
879 subprogram Make_Build_In_Place_Iface_Call_In_Object_Declaration.
880 * exp_attr.adb (Expand_N_Attribute_Reference): Invoke the new
881 subprogram Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
882 * exp_ch4.adb (Expand_Allocator_Expression): Invoke the new
883 subprogram Make_Build_In_Place_Iface_Call_In_Allocator.
884 (Expand_N_Indexed_Component): Invoke the new subprogram
885 Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
886 (Expand_N_Selected_Component): Invoke the new subprogram
887 Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
888 (Expand_N_Slice): Invoke the new subprogram
889 Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
890 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration):
891 Invoke the new subprogram
892 Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
893
894 2017-09-08 Javier Miranda <miranda@adacore.com>
895
896 * exp_disp.adb (Expand_Interface_Conversion): Fix handling of
897 access to interface types. Remove also the accessibility check.
898
899 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
900
901 * sem_ch6.adb (Freeze_Expr_Types): Really freeze
902 all the types that are referenced by the expression.
903 (Analyze_Expression_Function): Call Freeze_Expr_Types for
904 a completion instead of manually freezing the type of the
905 expression.
906 (Analyze_Subprogram_Body_Helper): Do not call Freeze_Expr_Types here.
907
908 2017-09-08 Ed Schonberg <schonberg@adacore.com>
909
910 * exp_prag.adb (Replace_Discriminals_Of_Protected_Op):
911 New procedure, auxiliary to Expand_Pragma_Check, to handle
912 references to the discriminants of a protected type within a
913 precondition of a protected operation. This is needed because
914 the original precondition has been analyzed in the context of
915 the protected declaration, but in the body of the operation
916 references to the discriminants have been replaved by references
917 to the discriminants of the target object, and these references
918 are only created when expanding the protected body.
919
920 2017-09-08 Yannick Moy <moy@adacore.com>
921
922 * sem_prag.adb (Analyze_Pragma): Issue more precise error messages on
923 Loop_Variant.
924
925 2017-09-08 Ed Schonberg <schonberg@adacore.com>
926
927 * exp_attr.adb (Build_Record_VS_Func): If the record is an
928 unchecked union, do not emit checks for its (non-existent)
929 discriminants, or for variant parts that depend on them.
930
931 2017-09-08 Justin Squirek <squirek@adacore.com>
932
933 * sem_ch4.adb (Find_Equality_Types.Try_One_Interp,
934 Find_Comparison_Type.Try_One_Interp): Add check for generic
935 instances.
936
937 2017-09-08 Arnaud Charlet <charlet@adacore.com>
938
939 * sem_ch3.adb, layout.adb, layout.ads, exp_attr.adb, debug.adb,
940 exp_pakd.adb, sem_prag.adb, gnat1drv.adb, targparm.adb, targparm.ads,
941 repinfo.adb, exp_ch6.adb, exp_aggr.adb, sem_eval.adb, sem_ch13.adb,
942 exp_ch3.adb: Remove references to Frontend_Layout_On_Target and
943 remaining references to AAMP_On_Target.
944
945 2017-09-08 Ed Schonberg <schonberg@adacore.com>
946
947 * style.adb: Fix typo.
948
949 2017-09-08 Javier Miranda <miranda@adacore.com>
950
951 * einfo.adb (Underlying_Type): Add missing support for class-wide
952 types that come from the limited view.
953 * exp_attr.adb (Attribute_Address): Check class-wide type
954 interfaces using the underlying type to handle limited-withed
955 types.
956 (Attribute_Tag): Check class-wide type interfaces using
957 the underlying type to handle limited-withed types.
958
959 2017-09-08 Ed Schonberg <schonberg@adacore.com>
960
961 * exp_ch5.adb (Expand_Predicated_Loop): Handle properly a loop
962 over a subtype of a type with a static predicate, taking into
963 account the predicate function of the parent type and the bounds
964 given in the loop specification.
965 * sem_ch3.adb (Inherit_Predicate_Flags): For qn Itype created for
966 a loop specification that is a subtype indication whose type mark
967 is a type with a static predicate, inherit predicate function,
968 used to build case statement for rewritten loop.
969
970 2017-09-08 Justin Squirek <squirek@adacore.com>
971
972 * lib-load.adb: Modify printing of error message to exclude file
973 line number.
974
975 2017-09-08 Arnaud Charlet <charlet@adacore.com>
976
977 * inline.adb (Can_Be_Inlined_In_GNATprove_Mode):
978 don't inline subprograms declared in both visible and private
979 parts of a package.
980 (In_Package_Spec): previously In_Package_Visible_Spec; now
981 detects subprograms declared both in visible and private parts
982 of a package spec.
983
984 2017-09-08 Ed Schonberg <schonberg@adacore.com>
985
986 * exp_util.adb (Build_Invariant_Procedure_Declaration): If
987 the type is an anonymous array in an object declaration, whose
988 component type has an invariant, use the object declaration
989 as the insertion point for the invariant procedure, given that
990 there is no explicit type declaration for an anonymous array type.
991
992 2017-09-08 Bob Duff <duff@adacore.com>
993
994 * a-cbprqu.ads, a-cbdlli.adb: Suppress warnings.
995
996 2017-09-08 Bob Duff <duff@adacore.com>
997
998 * a-strfix.adb (Trim): Compute Low and High only if needed.
999
1000 2017-09-08 Justin Squirek <squirek@adacore.com>
1001
1002 * lib-load.adb (Load_Main_Source): Add error output in the case a
1003 source file is missing.
1004
1005 2017-09-08 Bob Duff <duff@adacore.com>
1006
1007 PR ada/80888
1008 * a-textio.adb, a-witeio.adb, a-ztexio.adb (Set_WCEM): Use
1009 Default_WCEM by default (i.e. if the encoding is not specified
1010 by the Form string).
1011
1012 2017-09-08 Bob Duff <duff@adacore.com>
1013
1014 * s-trasym.ads (Hexa_Traceback): If
1015 Suppress_Hex is True, print "..." instead of a hexadecimal
1016 address.
1017 * s-trasym.adb: Ignore No_Hex in this version.
1018 Misc cleanup.
1019
1020 2017-09-08 Bob Duff <duff@adacore.com>
1021
1022 * debug.adb: Minor reformatting.
1023
1024 2017-09-08 Bob Duff <duff@adacore.com>
1025
1026 * a-cbdlli.adb, a-cohama.adb, a-cohase.adb (Copy): Rewrite the
1027 code so it doesn't trigger an "uninit var" warning.
1028
1029 2017-09-08 Nicolas Roche <roche@adacore.com>
1030
1031 * s-hibaen.ads: Remove obsolete file.
1032
1033 2017-09-08 Arnaud Charlet <charlet@adacore.com>
1034
1035 * a-locale.ads: Add comment explaining the state of this package.
1036
1037 2017-09-08 Arnaud Charlet <charlet@adacore.com>
1038
1039 * sem_util.adb (Is_CCT_Instance): Allow calls in the context
1040 of packages.
1041 * sem_prag.ads, sem_prag.adb (Find_Related_Declaration_Or_Body):
1042 allow calls in the context of package spec (for pragma
1043 Initializes) and bodies (for pragma Refined_State).
1044
1045 2017-09-08 Bob Duff <duff@adacore.com>
1046
1047 * checks.adb (Insert_Valid_Check): Copy the Do_Range_Check flag to the
1048 new Exp.
1049
1050 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
1051
1052 * debug.adb (dA): Adjust comment.
1053 * gnat1drv.adb (Gnat1drv): Likewise.
1054 * opt.ads (List_Representation_Info_Extended): New variable.
1055 * repinfo.adb (List_Record_Info): Split implementation into...
1056 (Compute_Max_Length): ...this. Recurse on records if requested.
1057 (List_Record_Layout): Likewise.
1058 * switch-c.adb (Scan_Front_End_Switches) <'R'>: Use case
1059 statement, accept '0' and set List_Representation_Info_Extended
1060 on 'e'.
1061 * usage.adb (Usage): Document new -gnatRe variant.
1062
1063 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1064
1065 * sem_prag.adb (Analyze_Pragma, case Default_Storage_Pool):
1066 Do not save the given entity in the global variable Default_Pool
1067 if the pragma appears within a generic unit.
1068
1069 2017-09-08 Bob Duff <duff@adacore.com>
1070
1071 * errout.adb (Delete_Warning): Do not
1072 decrement Warnings_Treated_As_Errors. This is called before
1073 Warnings_Treated_As_Errors has been incremented to account for
1074 this warning. Decrementing it here can lead to negative values
1075 of Warnings_Treated_As_Errors, raising Constraint_Error in
1076 checks-on builds, and causing the compiler to return an error
1077 code in checks-off builds.
1078
1079 2017-09-08 Arnaud Charlet <charlet@adacore.com>
1080
1081 * sem_util.ads, sem_util.adb (Is_CCT_Instance): Only expect
1082 entities of named concurrent types as Ref_Id and not of anonymous
1083 concurrent objects (because callers already know when a conversion
1084 is necessary and can easily do it); also, do not expect protected
1085 types or protected objects as Context_Id (because no flow-related
1086 SPARK pragmas are attached there); reflect these changes in a
1087 more precise comment.
1088
1089 2017-09-08 Olivier Hainque <hainque@adacore.com>
1090
1091 * g-altive.ads: Add documentation.
1092
1093 2017-09-08 Bob Duff <duff@adacore.com>
1094
1095 * sem_util.ads, debug.adb: Minor comment fix.
1096 * erroutc.ads: Comment fix.
1097
1098 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1099
1100 * sem_ch12.adb (Validate_Array_Type_Instance): Suppress check
1101 for compatibility of component types of formal and actual in an
1102 instantiation of a child unit, when the component type of the
1103 formal is itself a formal of an enclosing generic.
1104
1105 2017-09-08 Arnaud Charlet <charlet@adacore.com>
1106
1107 * sem_util.ads, sem_util.adb (Is_CCT_Instance): moved from
1108 sem_prag.adb to make it available for GNATprove; for concurrent
1109 types replace custom scope climbing with Scope_Same_Or_Within; for
1110 single concurrent objects add scope climbing (with Scope_Within),
1111 which was not there (that's the primary semantic change of this
1112 commit); also, when comparing a single concurrent object with
1113 its corresponding concurrent type rely on equality of types,
1114 not of objects (because that's simpler to code).
1115 * sem_prag.adb (Is_CCT_Instance): lifted to sem_util.ads.
1116 (Analyze_Global_Item): adjust special-casing of references to the
1117 current instance of a concurrent unit in the Global contracts
1118 of task types and single tasks objects; similar for references
1119 in the protected operations and entries of protected types and
1120 single protected objects (in all these cases the current instance
1121 behaves as an implicit parameter and must not be mentioned in
1122 the Global contract).
1123
1124 2017-09-08 Arnaud Charlet <charlet@adacore.com>
1125
1126 * exp_ch6.adb (Expand_Call_Helper): Introduce temporary for
1127 function calls returning a record within a subprogram call,
1128 for C generation.
1129
1130 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1131
1132 * sem_ch8.adb (Find_Expanded_Name): Handle properly an expanded
1133 name that designates the current instance of a child unit in its
1134 own body and appears as the prefix of a reference to an entity
1135 local to the child unit.
1136 * exp_ch6.adb, freeze.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
1137 Minor reformatting.
1138
1139 2017-09-08 Yannick Moy <moy@adacore.com>
1140
1141 * sem_res.adb (Resolve_Equality_Op): Do not warn on comparisons that
1142 may be intentional.
1143
1144 2017-09-08 Tristan Gingold <gingold@adacore.com>
1145
1146 * sem_warn.adb (Check_Unused_Withs): Remove test that disabled
1147 warnings on internal units in configurable run time mode.
1148
1149 2017-09-08 Bob Duff <duff@adacore.com>
1150
1151 * sem_ch3.adb (Build_Derived_Private_Type): Inherit
1152 representation items from interfaces that the derived type
1153 implements, not just from the parent type.
1154 * sem_util.ads, sem_util.adb (Abstract_Interface_List): Change
1155 this to return an empty list when there are no interfaces.
1156 * einfo.ads, sem_ch13.adb: Minor comment fixes.
1157 * sem_attr.adb: Minor comment fix.
1158
1159 2017-09-08 Doug Rupp <rupp@adacore.com>
1160
1161 * sigtramp-vxworks.c [i386]: Adjust the kernel context for
1162 x86-vx7.
1163
1164 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
1165
1166 * exp_ch4.adb (Expand_N_Allocator): Generate a
1167 call to Allocate_Any_Controlled when the allocation does not
1168 require any initialization.
1169
1170 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
1171
1172 * sem_util.adb (Copy_Node_With_Replacement):
1173 Update the Renamed_Object field of a replicated object renaming
1174 declaration.
1175
1176 2017-09-08 Patrick Bernardi <bernardi@adacore.com>
1177
1178 * exp_ch9.adb (Is_Pure_Barrier): Allow type
1179 conversions and components of objects. Simplified the detection
1180 of the Count attribute by identifying the corresponding run-time
1181 calls.
1182
1183 2017-09-08 Yannick Moy <moy@adacore.com>
1184
1185 * exp_ch9.adb, exp_disp.adb, repinfo.adb, sem_ch12.adb, sem_dim.adb,
1186 sem_type.adb, sinfo.ads: Minor reformatting.
1187
1188 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1189
1190 * freeze.adb (Has_Incomplete_Compoent): New predicate, subsidiary
1191 of Freeze_Profile, used to inhibit the freezing of the profile
1192 of an expression function declared within a nested package, when
1193 some type in the profile depends on a private type declared in
1194 an enclosing package.
1195
1196 2017-09-08 Bob Duff <duff@adacore.com>
1197
1198 * gnat1drv.adb (Gnat1drv): Do not set the Force_ALI_Tree_File flag in
1199 the subunit case. It's still OK to set it in the "missing subunits"
1200 case, because that won't cause the obsolete .ali files that cause
1201 confusion.
1202
1203 2017-09-08 Bob Duff <duff@adacore.com>
1204
1205 * sinput-l.adb: Remove unused "with Unchecked_Conversion;". It's
1206 unclear why this didn't cause a warning.
1207 * a-uncdea.ads, a-unccon.ads: Add "Ada." to names in the
1208 pragmas. It's unclear why this didn't cause an error.
1209
1210 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
1211
1212 * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration):
1213 Reimplemented.
1214 (Expand_SPARK_Potential_Renaming): Code clean up.
1215 * sem_prag.adb (Analyze_Initialization_Item): Add a guard in case
1216 the item does not have a proper entity.
1217 (Analyze_Input_Item): Add a guard in case the item does not have a
1218 proper entity.
1219 (Collect_States_And_Objects): Include object renamings in the
1220 items being collected.
1221 (Resolve_State): Update the documentation of this routine.
1222 * sem_util.adb (Entity_Of): Add circuitry to handle
1223 renamings of function results.
1224 (Remove_Entity): New routine.
1225 (Remove_Overloaded_Entity): Take advantage of factorization.
1226 * sem_util.ads (Entity_Of): Update the documentation
1227 of this routine.
1228 (Remove_Entity): New routine.
1229 (Remove_Overloaded_Entity): Update the documentation of this
1230 routine.
1231
1232 2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
1233
1234 * repinfo.adb (List_Record_Info): During first loop,
1235 do not override the normalized position and first bit
1236 if they have already been set. Move fallback code
1237 for the packed case to the case where it belongs.
1238 * sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
1239 Also adjust the normalized position of components.
1240 (Adjust_Record_For_Reverse_Bit_Order_Ada_95): Likewise.
1241
1242 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1243
1244 * exp_disp.adb (Make_DT, Set_All_DT_Position): Handle properly
1245 the placement of a primitive operation O that renames an operation
1246 R declared in an inner package, and which is thus not a primitive
1247 of the dispatching type of O. In this case O is a new primitive
1248 and does not inherit its dispatch table position from R (which
1249 has none).
1250
1251 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1252
1253 * sem_dim.adb (Analyze_Dimension_If_Expression,
1254 Analyze_Dimension_Case_Expression): new subprograms to verify
1255 the dimensional correctness of Ada2012 conditional expressions,
1256 and set properly the dimensions of the construct.
1257 * sem_res.adb (Resolve_If_Expression, Resolve_Case_Expression)):
1258 call Analyze_Dimension.
1259
1260 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1261
1262 * sem_type.adb (Expand_Interface_Conversion): Prevent an infinite
1263 loop on an interface declared as a private extension of another
1264 synchronized interface.
1265
1266 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1267
1268 * sem_ch12.adb (Check_Generic_Parent): New procedure within
1269 Analyze_Associations, to handle actual packages that depend on
1270 previous instances. If a package IAP that is an instantiation is
1271 used as an actual in a subsequent instantiation SI in the same
1272 scope, and IAP has a body, IAP must be frozen before SI. If
1273 the generic parent of IAP is itself declared in a previous
1274 instantiation in the same scope, that instantiation must also
1275 be frozen before SI.
1276 (Install_Body): Prevent double insertion of freeze node for
1277 instance.
1278
1279 2017-09-08 Hristian Kirtchev <kirtchev@adacore.com>
1280
1281 * sem_prag.adb (Resolve_State): Update the
1282 comment on documentation. Generate a reference to the state once
1283 resolution takes place.
1284
1285 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1286
1287 * sem_ch13.adb (Analyze_Aspect_Specifications, case
1288 Linker_Section): If the aspect applies to an object declaration
1289 with explicit initialization, do not delay the freezing of the
1290 object, to prevent access-before-elaboration in the generated
1291 initialization code.
1292
1293 2017-09-08 Ed Schonberg <schonberg@adacore.com>
1294
1295 * a-wtdeio.adb (Put, all versions): Use Long_Long_Integer
1296 (Integer_Value (Item)) when the size of the fixed decimal type
1297 is larger than Integer.
1298
1299 2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
1300
1301 PR ada/82127
1302 * gcc-interface/decl.c (copy_and_substitute_in_layout): Put the fields
1303 in order of increasing position in more cases.
1304
1305 2017-09-07 Yannick Moy <moy@adacore.com>
1306
1307 * a-exetim-mingw.ads: Add contract Global=>null
1308 on all operations that are modeled as having no read or write
1309 of global variables in SPARK.
1310
1311 2017-09-07 Raphael Amiard <amiard@adacore.com>
1312
1313 * a-chtgop.adb, a-chtgop.ads (Generic_Iteration_With_Position): Added
1314 to Hmaps.Generic_Ops.
1315 * a-cohama.adb (Ada.Containers.Hmaps.Iterate): Pass proper position in
1316 cursors.
1317 * a-cihama.adb (Ada.Containers.Indefinite_Hmaps.Iterate): Pass pos in
1318 cursors.
1319 * a-cohase.adb (Ada.Containers.Hashed_Sets.Iterate): Pass proper
1320 position in cursors.
1321
1322 2017-09-07 Javier Miranda <miranda@adacore.com>
1323
1324 * sem_elab.adb (Check_Task_Activation): Adding switch -gnatd.y to
1325 allow disabling the generation of implicit pragma Elaborate_All
1326 on task bodies.
1327
1328 2017-09-07 Javier Miranda <miranda@adacore.com>
1329
1330 * exp_disp.adb (Make_Tags): Avoid suffix counter
1331 in the external name of the elaboration flag. Required to fix
1332 the regressions introduced by the initial version of this patch.
1333
1334 2017-09-07 Bob Duff <duff@adacore.com>
1335
1336 * sem_ch6.adb (Analyze_Function_Return): Do not
1337 insert an explicit conversion to force the displacement of the
1338 "this" pointer to reference the secondary dispatch table in the
1339 case where the return statement is returning a raise expression,
1340 as in "return raise ...".
1341
1342 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1343
1344 * sem_disp.adb (Is_User_Defined_Equality): Removed procedure.
1345 * sem_util.ads, sem_util.adb (Is_User_Defined_Equality): Copied
1346 procedure from sem_disp.adb.
1347 * sem_ch12.ads (Get_Unit_Instantiation_Node): rename Package
1348 with Unit.
1349 * sem_ch12.adb (Get_Unit_Instantiation_Node): function extended to
1350 return the instantiation node for subprograms. Update references
1351 to Get_Unit_Instantiation_Node.
1352 * sem_ch7.adb (Install_Parent_Private_Declarations): update
1353 reference to Get_Unit_Instantiation_Node.
1354 * exp_dist.adb (Build_Package_Stubs): update reference to
1355 Get_Unit_Instantiation_Node.
1356 * sem_ch9.adb: minor typo in comment.
1357 * lib-xref-spark_specific.adb
1358 (Traverse_Declaration_Or_Statement): traverse into task type
1359 definition.
1360
1361 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1362
1363 * sem_dim.adb (Analyze_Dimension_Type_Conversion): New procedure
1364 to handle properly various cases of type conversions where the
1365 target type and/or the expression carry dimension information.
1366 (Dimension_System_Root); If a subtype carries dimension
1367 information, obtain the source parent type that carries the
1368 Dimension aspect.
1369
1370 2017-09-07 Dmitriy Anisimkov <anisimko@adacore.com>
1371
1372 * g-socket.adb, g-socket.ads (GNAT.Sockets.To_Ada): New routine.
1373
1374 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1375
1376 * exp_attr.adb (Expand_N_Attribute_Reference, case 'Constrained):
1377 If the prefix is a reference to an object, rewrite it as an
1378 explicit dereference, as required by 3.7.2 (2) and as is done
1379 with most other attributes whose prefix is an access value.
1380
1381 2017-09-07 Bob Duff <duff@adacore.com>
1382
1383 * par-ch13.adb: Set the Inside_Depends flag if we are inside a
1384 Refined_Depends aspect.
1385 * par-ch2.adb: Set the Inside_Depends flag if we are inside a
1386 Refined_Depends pragma.
1387 * scans.ads: Fix documentation of Inside_Depends flag.
1388 * styleg.adb, styleg.ads: Minor reformatting and comment fixes.
1389
1390 2017-09-07 Hristian Kirtchev <kirtchev@adacore.com>
1391
1392 * exp_ch7.adb (Insert_Actions_In_Scope_Around):
1393 Account for the case where the are no lists to insert, but the
1394 secondary stack still requires management.
1395 * a-chtgop.adb, a-cihama.adb, a-cohama.adb, a-cohase.adb, a-tags.adb,
1396 comperr.adb, einfo.adb, exp_aggr.adb, exp_ch3.adb, exp_disp.adb,
1397 lib-xref.adb, lib-xref-spark_specific.adb, sem_ch12.adb, sem_ch13.adb,
1398 sem_ch6.adb, sem_dim.adb, sem_dim.ads, sem_elab.adb, sem_prag.adb:
1399 Minor reformatting.
1400
1401 2017-09-07 Vincent Celier <celier@adacore.com>
1402
1403 * clean.adb: Do not get the target parameters before calling
1404 gprclean.
1405
1406 2017-09-07 Nicolas Roche <roche@adacore.com>
1407
1408 * s-osinte-solaris-posix.ads: Removed.
1409
1410 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1411
1412 * sem_prag.adb (Collect_States_And_Objects): Detect also instances of
1413 single concurrent objects.
1414
1415 2017-09-07 Javier Miranda <miranda@adacore.com>
1416
1417 * s-regexp.ads: Fix documentation of the globbing grammar.
1418
1419 2017-09-07 Gary Dismukes <dismukes@adacore.com>
1420
1421 * a-tags.ads, einfo.ads, exp_disp.ads: Minor reformatting.
1422
1423 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1424
1425 * gnat1drv.adb (Gnat1drv): Enable pragma Ignore_Pragma (Global)
1426 in CodePeer mode, to support more legacy code automatically.
1427
1428 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1429
1430 * exp_disp.adb (Replace_Formals): If thr formal is classwide,
1431 and thus not a controlling argument, preserve its type after
1432 rewriting because it may appear in an nested call with a classwide
1433 parameter.
1434
1435 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1436
1437 * comperr.adb (Delete_SCIL_Files): Handle case of
1438 N_Package_Instantiation.
1439
1440 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1441
1442 * sem_ch10.adb (Remove_Private_With_Clause): If a private with
1443 clause for a unit U appears in a context that includes a regular
1444 with_clause on U, rewrite the redundant private clause into a null
1445 statement, rather than removing it altogether from the context,
1446 so that ASIS tools can reconstruct the original source.
1447
1448 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1449
1450 * sem_ch13.adb (Check_Aspect_At_Freeze_Point): The expression
1451 for aspect Small can be of any real type (not only a universal
1452 real literal) as long as it is a static constant.
1453
1454 2017-09-07 Thomas Quinot <quinot@adacore.com>
1455
1456 * par_sco.adb: Minor reformatting.
1457
1458 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1459
1460 * s-parame-ae653.ads: Removed.
1461
1462 2017-09-07 Nicolas Roche <roche@adacore.com>
1463
1464 * s-traces-default.adb, s-trafor-default.adb, s-trafor-default.ads,
1465 s-traces.adb, s-traces.ads, s-tratas-default.adb, s-tfsetr-default.adb,
1466 s-tfsetr-vxworks.adb, s-tratas.adb, s-tratas.ads, s-tasuti.adb,
1467 s-parame-hpux.ads, s-tassta.adb, s-taasde.adb, s-tasren.adb,
1468 s-taprob.adb, a-caldel.adb, s-parame.ads, Makefile.rtl, s-tpobop.adb,
1469 s-taenca.adb, s-parame-vxworks.ads: Remove support for System.Traces.
1470
1471 2017-09-07 Yannick Moy <moy@adacore.com>
1472
1473 * a-ngelfu.ads Add preconditions to all functions
1474 listed in Ada RM A.5.1(19-33) as having constraints on inputs.
1475
1476 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1477
1478 * lib-xref.adb (Generate_Reference): ignore
1479 references to entities which are Part_Of single concurrent
1480 objects.
1481
1482 2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
1483
1484 * sem_ch7.adb (Hide_Public_Entities): Add paragraph to main
1485 comment.
1486
1487 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1488
1489 * a-taside.adb (Activation_Is_Complete): Raise Program_Error if
1490 Null_Task_Id is passed.
1491
1492 2017-09-07 Javier Miranda <miranda@adacore.com>
1493
1494 * einfo.ads, einfo.adb (Access_Disp_Table_Elab_Flag): New
1495 attribute. Defined for record types and subtypes.
1496 * exp_ch3.ads (Init_Secondary_Tags): Adding new formal
1497 (Init_Tags_List) to facilitate generating separate code in the
1498 IP routine to initialize the object components and for completing
1499 the elaboration of dispatch tables.
1500 * exp_ch3.adb (Build_Init_Procedure): Improve the code
1501 generated in the IP routines by means of keeping separate
1502 the initialization of the object components from the
1503 initialization of its dispatch tables. (Init_Secondary_Tags):
1504 Adding new formal (Init_Tags_List) and adjusting calls to
1505 Ada.Tags.Set_Dynamic_Offset_To_Top since it has a new formal;
1506 adjusting also calls to Ada.Tags.Register_Interface_Offset
1507 because the type of one of its formals has been changed.
1508 * a-tags.ads, a-tags.adb (Register_Interface_Offset): Profile
1509 modified. Instead of receiving a pointer to an object this
1510 routine receives now a primary tag.
1511 (Set_Dyanic_Offset_To_Top): Profile modified. This routine receives an
1512 additional formal: the tag of the primary dispatch table.
1513 * exp_disp.ads (Elab_Flag_Needed): New subprogram.
1514 * exp_disp.adb (Elab_Flag_Needed): New subprogram.
1515 (Make_Tags): Adding the declaration of the elaboration flag (if needed).
1516 * exp_aggr.adb (Build_Record_Aggr_Code): Adding actual of new
1517 formal in calls to Init_Secondary_Tags.
1518
1519 2017-09-07 Javier Miranda <miranda@adacore.com>
1520
1521 * ghost.adb (Mark_And_Set_Ghost_Instantiation.Check_Ghost_Actuals): New
1522 subprogram.
1523 * sem_prag.adb (Pragma_Ghost): Add missing support for ghost
1524 applied to generic subprograms.
1525
1526 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1527
1528 * sem_util.adb (Check_Part_Of_Reference): rename Conc_Typ to Conc_Obj
1529 (because it refers to the anonymous concurrent object, not its type);
1530 fix condition for emitting error message about task/protected type,
1531
1532 2017-09-07 Bob Duff <duff@adacore.com>
1533
1534 * binde.adb (Debug_Flag_Old): If both -do and -dp
1535 are specified, behave as if just -do was specified, rather than
1536 using a mixture.
1537
1538 2017-09-07 Nicolas Roche <roche@adacore.com>
1539
1540 * system-vxworks-sparcv9.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
1541 system-vxworks-m68k.ads, system-vxworks-mips.ads: Removed.
1542
1543 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1544
1545 * sem_prag.adb (Find_Role): The Global_Seen flag
1546 is now consulted not only for abstract states and variables,
1547 but for all kinds of items.
1548 (Collect_Subprogram_Inputs_Outputs): Do not process formal
1549 generic parameters, because unlike ordinary formal parameters,
1550 generic formals only act as input/ outputs if they are explicitly
1551 mentioned in a Global contract.
1552
1553 2017-09-07 Yannick Moy <moy@adacore.com>
1554
1555 * ghost.adb (Check_Ghost_Context): Do not err on ghost code inside
1556 predicate procedure. Check predicate pragma/aspect with Ghost entity.
1557 * exp_ch6.adb, par-ch6.adb, sem_ch13.adb, sem_prag.adb; Minor
1558 reformatting.
1559
1560 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1561
1562 * sem_aggr.adb: Move New_Copy_Tree_And_Dimensions to sem_dim
1563 (code cleanup);
1564 * sem_ch3.adb (Build_Derived_Record_Type):i Call
1565 Copy_Dimensions_Of_Components after creating the copy of the
1566 record declaration.
1567 * sem_dim.ads, sem_dim.adb (Copy_Dimensions_Of_Components): For a
1568 derived recor type, copy the dikensions if any of each component
1569 of the parent record to the corresponding component declarations
1570 of the derived record. These expressions are used among other
1571 things as default values in aggregates with box associations.
1572 * a-dirval-mingw.adb, g-cgi.adb, gnatcmd.adb, lib-xref.adb,
1573 repinfo.adb, sem_attr.adb, sem_ch10.adb, sem_ch6.adb, sem_prag.adb:
1574 Minor reformatting.
1575
1576 2017-09-07 Arnaud Charlet <charlet@adacore.com>
1577
1578 * sem_util.adb: Remove extra space after THEN.
1579
1580 2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
1581
1582 * sem_ch7.adb (Has_Referencer): For a subprogram renaming,
1583 also mark the renamed subprogram as referenced.
1584
1585 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1586
1587 * par-ch6.adb (P_Subprogram): Improve error message on null
1588 procedure with misplaced aspect specification, which the parser
1589 first attempts to interpret as a malformed expression function.
1590
1591 2017-09-07 Gary Dismukes <dismukes@adacore.com>
1592
1593 * sem_attr.adb (Analyze_Attribute_Old_Result):
1594 Allow attributes Result and Old in the case of an expression
1595 function.
1596
1597 2017-09-07 Justin Squirek <squirek@adacore.com>
1598
1599 * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Propagate
1600 Volatile to subcomponents.
1601
1602 2017-09-07 Bob Duff <duff@adacore.com>
1603
1604 * exp_ch7.adb (Find_Last_Init): Check for the
1605 case where a build-in-place function call has been replaced by a
1606 'Reference attribute reference.
1607
1608 2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
1609
1610 * sem_ch7.adb (Has_Referencer): Recurse on Actions of freeze
1611 nodes.
1612
1613 2017-09-07 Bob Duff <duff@adacore.com>
1614
1615 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration,
1616 Make_Build_In_Place_Call_In_Anonymous_Context): Do not use the
1617 secondary stack for all functions that return limited tagged
1618 types -- just do it for dispatching calls. Misc cleanup.
1619 * sem_util.ads, sem_util.adb (Unqual_Conv): New function to
1620 remove qualifications and type conversions. Fix various bugs
1621 where only a single level of qualification or conversion was
1622 removed, so e.g. "T1'(T2'(X))" would incorrectly return "T2'(X)"
1623 instead of "X".
1624 * checks.adb, exp_util.ads, exp_util.adb, sem_res.adb: Misc related
1625 cleanup.
1626
1627 2017-09-07 Ed Schonberg <schonberg@adacore.com>
1628
1629 * sem_ch6.adb (setr_Actual_Subtypes): Within a predicate function
1630 do not create actual subtypes that may generate further predicate
1631 functions.
1632 * sem_ch13.adb (Build_Predicate_Functions): Indicate that entity
1633 of body is a predicate function as well.
1634 (Resolve_Aspect_Expressions, Resolve_Name): For a component
1635 association, only the expression needs resolution, not the name.
1636 (Resolve_Aspect_Expressions, case Predicates): Construct and
1637 analyze the predicate function declaration in the scope of the
1638 type, before making the type and its discriminants visible.
1639
1640 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1641
1642 * gcc-interface/decl.c (warn_on_field_placement): Issue the warning
1643 only if the record type itself comes from source.
1644
1645 2017-09-06 Gary Dismukes <dismukes@adacore.com>
1646
1647 * sem_ch5.adb: Minor reformatting and a typo fix
1648
1649 2017-09-06 Arnaud Charlet <charlet@adacore.com>
1650
1651 * sinput-l.ads: minor remove extra period at the end of comment
1652
1653 2017-09-06 Arnaud Charlet <charlet@adacore.com>
1654
1655 * sem_prag.adb (Add_Item_To_Name_Buffer): remove support for
1656 E_Discriminant.
1657 (Find_Role): remove support for E_Discriminant.
1658
1659 2017-09-06 Javier Miranda <miranda@adacore.com>
1660
1661 * exp_ch6.adb (Expand_Simple_Function_Return):
1662 Add missing implicit type conversion to force displacement of the
1663 "this" pointer.
1664
1665 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
1666
1667 * sem_ch3.adb, sem_aux.adb, sem_res.adb: Minor reformatting.
1668
1669 2017-09-06 Yannick Moy <moy@adacore.com>
1670
1671 * sem_ch12.adb (Analyze_Instance_And_Renamings): Refactor to set
1672 global variable Ignore_SPARK_Mode_Pragmas_In_Instance only once.
1673
1674 2017-09-06 Bob Duff <duff@adacore.com>
1675
1676 * sem_ch8.adb: Change Assert to be consistent with
1677 other similar ones.
1678
1679 2017-09-06 Bob Duff <duff@adacore.com>
1680
1681 * binde.adb (Find_Elab_Order): Do not run Elab_Old unless
1682 requested. Previously, the -do switch meant "run Elab_New and
1683 Elab_Old and use the order chosen by Elab_Old, possibly with
1684 debugging printouts comparing the two orders." Now it means
1685 "do not run Elab_New." This is of use if there are bugs that
1686 cause Elab_New to crash.
1687 (Elab_Position, Num_Chosen): Change type to Nat, to avoid various
1688 type conversions.
1689 * ali.ads (Elab_Position): Change type to Nat, to avoid various
1690 type conversions.
1691
1692 2017-09-06 Arnaud Charlet <charlet@adacore.com>
1693
1694 * sem_prag.adb (Check_Mode_Restriction_In_Enclosing_Context): Fix
1695 reference to SPARK RM.
1696
1697 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1698
1699 * layout.adb: Use SSU short hand consistently throughout the file.
1700
1701 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1702
1703 * freeze.adb (Freeze_Record_Type)
1704 <Sized_Component_Total_Round_RM_Size>: New local variable to
1705 accumulate the rounded RM_Size of components. Update it for
1706 every component whose RM_Size is statically known. Add missing
1707 guard to check that bit packing is really required before issuing
1708 the error about packing. Swap condition for clarity's sake.
1709 * sem_prag.adb (Usage_Error): Fix reference to SPARK RM in comment.
1710
1711 2017-09-06 Fedor Rybin <frybin@adacore.com>
1712
1713 * makeutl.adb, makeutl.ads, mlib.adb, mlib.ads, mlib-fil.adb,
1714 mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb, mlib-tgt.ads,
1715 mlib-tgt-specific.adb, mlib-tgt-specific.ads,
1716 mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
1717 mlib-tgt-specific-hpux.adb, mlib-tgt-specific-linux.adb,
1718 mlib-tgt-specific-mingw.adb, mlib-tgt-specific-solaris.adb,
1719 mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb, mlib-utl.adb,
1720 mlib-utl.ads, prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
1721 prj-attr-pm.adb, prj-attr-pm.ads, prj-com.ads, prj-conf.adb,
1722 prj-conf.ads, prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
1723 prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads, prj-makr.adb,
1724 prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
1725 prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads, prj-proc.adb,
1726 prj-proc.ads, prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
1727 prj-util.adb, prj-util.ads, sinput-p.adb, sinput-p.ads: Remove obsolete
1728 project manager sources.
1729
1730 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1731
1732 * sem_ch5.adb (Analyze_Assigment): If the left-hand side is an
1733 entity of a mutable type and the right-hand side is a conditional
1734 expression, resolve the alternatives of the conditional using
1735 the base type of the target entity, because the alternatives
1736 may have distinct subtypes. This is particularly relevant if
1737 the alternatives are aggregates.
1738
1739 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1740
1741 * checks.adb (Apply_Predicate_Check): If the expression is an
1742 aggregate that is the RHS of an assignment, apply the check to
1743 the LHS after the assignment, rather than to the aggregate. This
1744 is more efficient than creating a temporary for the aggregate,
1745 and prevents back-end crashes when the aggregate includes a
1746 dynamic "others' association.
1747
1748 2017-09-06 Yannick Moy <moy@adacore.com>
1749
1750 * sem_ch12.adb (Analyze_Instance_And_Renamings):
1751 Set variable to ignore SPARK_Mode in instance before the analysis
1752 of the generated package declaration.
1753
1754 2017-09-06 Yannick Moy <moy@adacore.com>
1755
1756 * sem_res.adb (Resolve_Call): Do not issue a
1757 message for calls inside expression function, unless body was
1758 seen and is candidate for inlining.
1759
1760 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1761
1762 * sem_aux.adb (Is_Generic_Formal): Handle properly formal packages.
1763 * sem_ch3.adb (Analyze_Declarations): In a generic subprogram
1764 body. do not freeze the formals of the generic unit.
1765
1766 2017-09-06 Gary Dismukes <dismukes@adacore.com>
1767
1768 * errout.adb (Error_Msg): Separate the
1769 treatment for warning vs. style messages in inlinings and
1770 instantiations. Prevents blowups on calls to Warn_Insertion for
1771 style messages, which should not be called in that case because
1772 Warning_Msg_Char is not set.
1773
1774 2017-09-06 Justin Squirek <squirek@adacore.com>
1775
1776 * sem_prag.adb (Check_VFA_Conflicts): Created
1777 to group all Volatile_Full_Access checks relating to other
1778 representation pragmas (Mark_Component_Or_Object): Created
1779 to centeralize the flagging of attributes for the record type
1780 component case, a pragma applied individually to a component, and
1781 the object case.
1782 (Process_Atomic_Independent_Shared_Volatile):
1783 Add propagation of certain pragmas to record components and move
1784 evaluation of VFA checks
1785
1786 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1787
1788 * sem_prag.adb (Check_Postcondition_Use_In_Inlined_Subprogram):
1789 Do not warn on conditions that are not obeyed for Inline_Always
1790 subprograms, when assertions are not enabled.
1791
1792 2017-09-06 Arnaud Charlet <charlet@adacore.com>
1793
1794 * sem_util.adb (Unique_Entity): For abstract states return their
1795 non-limited view.
1796
1797 2017-09-06 Bob Duff <duff@adacore.com>
1798
1799 * sem_ch12.adb (Copy_Generic_Node): When we copy a node
1800 that is a proper body corresponding to a stub, we defer the
1801 adjustment of the sloc until after the correct adjustment has
1802 been computed. Otherwise, Adjust_Instantiation_Sloc will ignore
1803 the adjustment, because it will be outside the range in (the old,
1804 incorrect) S_Adjustment.
1805 * inline.adb: Use named notation for readability and uniformity.
1806 * sinput-l.adb: Minor improvements to debugging output printed
1807 for Debug_Flag_L.
1808 * sinput-l.ads (Create_Instantiation_Source): Minor comment
1809 correction.
1810
1811 2017-09-06 Vincent Celier <celier@adacore.com>
1812
1813 * make.adb: Do not invoke gprbuild for -bargs -P.
1814
1815 2017-09-06 Sylvain Dailler <dailler@adacore.com>
1816
1817 * sem_eval.adb (Compile_Time_Known_Value_Or_Aggr): Adding a
1818 case when Op is of kind N_Qualified_Expression. In this case,
1819 the function is called recursively on the subexpression like in
1820 other cases.
1821 * make.adb: Minor reformatting
1822
1823 2017-09-06 Justin Squirek <squirek@adacore.com>
1824
1825 * einfo.adb (Set_Linker_Section_Pragma): Modify
1826 Set_Linker_Section_Pragma to be consistant with the "getter"
1827 Linker_Section_Pragma.
1828 * exp_ch5.adb (Expand_Formal_Container_Loop): Add proper error
1829 checking for container loops so that the index cursor is not
1830 directly changable by the user with the use of E_Loop_Parameter.
1831 * sem_ch5.adb (Analyze_Block_Statement): Revert previous change.
1832 * sem_warn.adb (Check_References): Revert previous change.
1833
1834 2017-09-06 Bob Duff <duff@adacore.com>
1835
1836 * exp_util.adb (Is_Displace_Call): Make sure it works for indirect
1837 calls and the like.
1838
1839 2017-09-06 Yannick Moy <moy@adacore.com>
1840
1841 * sem_prag.adb (Analyze_Depends_Global): Reinforce test on object
1842 declarations to only consider valid uses of Global/Depends those on
1843 single concurrent objects.
1844
1845 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1846
1847 * sem_ch13.adb (Check_Record_Representation_Clause): Give an
1848 error as soon as one of the specified components overlaps the
1849 parent field.
1850
1851 2017-09-06 Arnaud Charlet <charlet@adacore.com>
1852
1853 * sem_prag.ads: minor fix typo in comment.
1854
1855 2017-09-06 Justin Squirek <squirek@adacore.com>
1856
1857 * sem_ch5.adb (Analyze_Block_Statement): Verify a block comes
1858 from source before checking source references.
1859 * sem_warn.adb (Check_References): Add check for internal block
1860 before recursing.
1861
1862 2017-09-06 Vincent Celier <celier@adacore.com>
1863
1864 * make.adb, makeusg.adb, switch-m.adb, switch-m.ads, make_util.adb,
1865 make_util.ads, sinput.adb, sinput.ads, clean.adb, gnatls.adb,
1866 gnatname.adb: Remove the Project Manager from the GNAT tools.
1867 * gcc-interface/Makefile.in: ditto.
1868
1869 2017-09-06 Bob Duff <duff@adacore.com>
1870
1871 * sem_util.ads: Minor comment fix.
1872
1873 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1874
1875 * sem_ch12.adb (Analyze_Associations, case of Formal_Package):
1876 Generate a freeze node for the actual of a formal package, if
1877 the actual is declared in the same unit and has a corresponding
1878 body, to prevent the current instance from being frozen before
1879 the actual is.
1880
1881 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1882
1883 * sem_ch7.adb (Entity_Table_Size): Change to nearest prime number.
1884
1885 2017-09-06 Yannick Moy <moy@adacore.com>
1886
1887 * sem_warn.adb: Minor refactoring.
1888
1889 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1890
1891 * einfo.ads, einfo.adb (Get_Classwwide_Pragma): New utility,
1892 to retrieve the inherited classwide precondition/postcondition
1893 of a subprogram.
1894 * freeze.adb (Freeze_Entity): Use Get_Classwide_Pragma when
1895 freezing a subprogram, to complete the generation of the
1896 corresponding checking code.
1897
1898 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
1899
1900 * exp_util.adb (Is_Controlled_Indexing): New routine.
1901 (Is_Displace_Call): Use routine Strip to remove indirections.
1902 (Is_Displacement_Of_Object_Or_Function_Result): Code clean up. Add a
1903 missing case of controlled generalized indexing.
1904 (Is_Source_Object): Use routine Strip to remove indirections.
1905 (Strip): New routine.
1906
1907 2017-09-06 Bob Duff <duff@adacore.com>
1908
1909 * sysdep.c (__gnat_has_cap_sys_nice): If HAVE_CAPABILITY is defined,
1910 we include the proper header. Otherwise, we just declare the necessary
1911 things from the capabilities library. This is so we can build on
1912 machines without that library, while still enabling that library.
1913 At run time, we're using weak symbols, so __gnat_has_cap_sys_nice will
1914 simply return 0 if the library is not present, or not included
1915 in the link.
1916
1917 2017-09-06 Pierre-Marie de Rodat <derodat@adacore.com>
1918
1919 * exp_dbug.adb (Debug_Renaming_Declaration): Do not create an encoding
1920 for renamings that involve function calls in prefix form.
1921
1922 2017-09-06 Bob Duff <duff@adacore.com>
1923
1924 * sem_ch3.adb (Analyze_Subtype_Declaration):
1925 Set Has_Delayed_Freeze on a subtype of an incomplete type.
1926
1927 2017-09-06 Pierre-Marie de Rodat <derodat@adacore.com>
1928
1929 * par_sco.adb (Extend_Statement_Sequence): When the accept statement
1930 has no parameter specification and no entry index, use the entry name
1931 as the end of the generated SCO statement.
1932
1933 2017-09-06 Steve Baird <baird@adacore.com>
1934
1935 * exp_util.adb (Side_Effect_Free): For CodePeer (only) treat
1936 uses of 'Image and related attributes as having side effects in
1937 order to avoid replicating such uses.
1938 * pprint.ads (Expression_Image) Add new generic formal flag
1939 Hide_Temp_Derefs. The flag defaults to False; CodePeer will
1940 (eventually) override the default.
1941 * pprint.adb (Expression_Image) If the new flag is set, then
1942 suppress the ".all" suffix when displaying a dereference whose
1943 prefix is a use of a value-capturing compiler temp of the sort
1944 generated by Expr_Util.Remove_Side_Effects .
1945 * exp_attr.adb, g-catiio.adb, inline.adb, sem_attr.adb, sem_ch13.adb,
1946 sem_ch7.adb, sem_dim.adb, sem_util.adb, sem_util.ads, sem_warn.adb:
1947 Minor reformatting.
1948 * inline.adb: Minor wording change.
1949
1950 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
1951
1952 * sem_ch7.adb: Update comment.
1953
1954 2017-09-06 Yannick Moy <moy@adacore.com>
1955
1956 * einfo.adb, einfo.ads (Is_Subprogram_Or_Entry): New predicate.
1957 * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Use new function.
1958 * sem_util.adb, sem_util.ads (Within_Protected_Type): Renaming
1959 with slight modification from Is_Subp_Or_Entry_Inside_Protected,
1960 so that applies to any entity.
1961
1962 2017-09-06 Yannick Moy <moy@adacore.com>
1963
1964 * sem_ch3.adb (Derived_Type_Declaration): Use
1965 Incomplete_Or_Partial_View rather than local Find_Partial_View.
1966
1967 2017-09-06 Javier Miranda <miranda@adacore.com>
1968
1969 * g-catiio.ads, g-catiio.adb (Value): Extended to parse an UTC time
1970 following ISO-8861.
1971
1972 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1973
1974 * sem_dim.adb (Analyze_Dimension): In an instance, a type
1975 conversion takes its dimensions from the expression, not from
1976 the context type.
1977 (Dimensions_Of_Operand): Ditto.
1978
1979 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1980
1981 * exp_ch6.adb (Expand_Call_Helper): Do not optimize calls to
1982 null procedures when GNAT coverage is used, so that their (empty)
1983 bodies are properly covered.
1984
1985 2017-09-06 Bob Duff <duff@adacore.com>
1986
1987 * sem_ch13.adb (Resolve_Aspect_Expressions): If
1988 the entity is a type with discriminants, make the discriminants
1989 directly visible in aspect clauses.
1990
1991 2017-09-06 Ed Schonberg <schonberg@adacore.com>
1992
1993 * sem_res.adb (Resolve_Arithmentic_Op): If both operands are
1994 Universal_Real and the context is a floating-point type, resolve
1995 both operands to the target type.
1996
1997 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
1998
1999 * a-comlin.adb, exp_aggr.adb, exp_ch6.adb, frontend.adb, gnatbind.adb,
2000 sem_ch3.adb, sem_util.adb: Minor reformatting.
2001
2002 2017-09-06 Yannick Moy <moy@adacore.com>
2003
2004 * freeze.adb (Check_Inherited_Conditions): Rewriting
2005 of inherited preconditions and postconditions should only occur
2006 in GNATprove mode, that is, when GNATprove_Mode is True, not to
2007 be confused with SPARK_Mode being On.
2008
2009 2017-09-06 Yannick Moy <moy@adacore.com>
2010
2011 * sem_warn.adb (Check_References): Take into
2012 account possibility of attribute reference as original node.
2013
2014 2017-09-06 Yannick Moy <moy@adacore.com>
2015
2016 * exp_attr.adb (Expand_N_Attribute_Reference): Protect against invalid
2017 use of attribute.
2018
2019 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
2020
2021 * inline.adb (Split_Unconstrained_Function): Also set Is_Inlined
2022 on the procedure created to encapsulate the body.
2023 * sem_ch7.adb: Add with clause for GNAT.HTable.
2024 (Entity_Table_Size): New constant.
2025 (Entity_Hash): New function.
2026 (Subprogram_Table): New instantiation of GNAT.Htable.Simple_HTable.
2027 (Is_Subprogram_Ref): Rename into...
2028 (Scan_Subprogram_Ref): ...this. Record references to subprograms in
2029 the table instead of bailing out on them. Scan the value of constants
2030 if it is not known at compile time.
2031 (Contains_Subprograms_Refs): Rename into...
2032 (Scan_Subprogram_Refs): ...this.
2033 (Has_Referencer): Scan the body of all inlined subprograms. Reset the
2034 Is_Public flag on subprograms if they are not actually referenced.
2035 (Hide_Public_Entities): Beef up comment on the algorithm.
2036 Reset the table of subprograms on entry.
2037
2038 2017-09-06 Yannick Moy <moy@adacore.com>
2039
2040 * inline.adb: Add comments to Can_Be_Inlined_In_GNATprove_Mode.
2041
2042 2017-09-06 Javier Miranda <miranda@adacore.com>
2043
2044 * exp_aggr.adb (Component_Not_OK_For_Backend): The C backend
2045 cannot handle a type conversion of an array as an aggregate
2046 component.
2047
2048 2017-09-06 Bob Duff <duff@adacore.com>
2049
2050 * g-comlin.adb (Try_Help): Remove ".exe" so we
2051 get the same results on windows and unix.
2052
2053 2017-09-06 Justin Squirek <squirek@adacore.com>
2054
2055 * exp_imgv.adb (Expand_Image_Attribute),
2056 (Expand_Wide_Image_Attribute), (Expand_Wide_Wide_Image_Attribute):
2057 Added case to handle new-style 'Image expansion
2058 (Rewrite_Object_Image): Moved from exp_attr.adb
2059 * exp_attr.adb (Expand_N_Attribute_Reference): Modified Image
2060 attribute cases so that the relevant subprograms in exp_imgv.adb
2061 handle all expansion.
2062 (Rewrite_Object_Reference_Image): Moved to exp_imgv.adb
2063 * sem_attr.adb (Analyze_Attribute): Modified Image attribute
2064 cases to call common function Analyze_Image_Attribute.
2065 (Analyze_Image_Attribute): Created as a common path for all
2066 image attributes (Check_Object_Reference_Image): Removed
2067 * sem_util.ads, sem_util.adb (Is_Image_Applied_To_Object):
2068 Removed and refactored into Is_Object_Image (Is_Object_Image):
2069 Created as a replacement for Is_Image_Applied_To_Object
2070
2071 2017-09-06 Yannick Moy <moy@adacore.com>
2072
2073 * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add continuation
2074 message for missing input.
2075
2076 2017-09-06 Yannick Moy <moy@adacore.com>
2077
2078 * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Prevent inlining
2079 of protected subprograms and entries.
2080 * sem_util.adb, sem_util.ads (Is_Subp_Or_Entry_Inside_Protected):
2081 New function to detect when a subprogram of entry is defined
2082 inside a protected object.
2083
2084 2017-09-06 Bob Duff <duff@adacore.com>
2085
2086 * sysdep.c (__gnat_has_cap_sys_nice): New function to determine
2087 whether the current process has the CAP_SYS_NICE capability.
2088 * s-taprop-linux.adb (Get_Ceiling_Support): Update this to allow
2089 ceiling priorities if the current process has the CAP_SYS_NICE
2090 capability.
2091
2092 2017-09-06 Bob Duff <duff@adacore.com>
2093
2094 * a-comlin.ads, a-comlin.adb (Argument): Move the constraint
2095 check back to the body, because SPARK is not yet ready for
2096 "or else raise Constraint_Error".
2097
2098 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2099
2100 * exp_ch6.adb (Expand_Call_Helper): Replace call to null
2101 procedure by a single null statement, after evaluating the
2102 actuals that require it.
2103
2104 2017-09-06 Javier Miranda <miranda@adacore.com>
2105
2106 * exp_aggr.adb (Backend_Processing_Possible.Component_Check):
2107 Generating C code improve the code that checks the use of nested
2108 aggregates to initialize object declarations.
2109
2110 2017-09-06 Yannick Moy <moy@adacore.com>
2111
2112 * sem_ch3.adb (Derived_Type_Declaration): Detect
2113 violations of new rule SPARK RM 3.4(1). Also refactor existing
2114 check to use the new function Find_Partial_View.
2115
2116 2017-09-06 Vincent Celier <celier@adacore.com>
2117
2118 * gnatcmd.adb: gnat ls -V -P... invokes gprls -V -P... The code
2119 from the Prj hierarchy has been removed from the GNAT driver.
2120
2121 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2122
2123 * sem_type.adb (Interface_Present_In_Ancestor): Within an
2124 expression function, or within a spec expression (default value,
2125 etc) a reference to an incomplete type is legal: legality of
2126 the operation will be checked when some related entity (type,
2127 object or subprogram) is frozen.
2128
2129 2017-09-06 Gary Dismukes <dismukes@adacore.com>
2130
2131 * exp_ch5.adb, s-diinio.ads, sem_ch4.adb, s-diflio.ads: Minor spelling
2132 adjustments and a typo fix.
2133
2134 2017-09-06 Yannick Moy <moy@adacore.com>
2135
2136 * sem_res.adb (Resolve_Call): Do not issue info
2137 message about inlining of calls to functions in assertions,
2138 for functions whose body has not been seen yet.
2139
2140 2017-09-06 Bob Duff <duff@adacore.com>
2141
2142 * a-comlin.ads, a-comlin.adb (Argument): Simplify the code, now that
2143 we can use modern Ada in this package.
2144 * s-resfil.ads, s-resfil.adb, a-clrefi.ads, a-clrefi.adb:
2145 Move Ada.Command_Line.Response_File to System.Response_File,
2146 and make Ada.Command_Line.Response_File into a rename of
2147 System.Response_File. This is to avoid having gnatbind depend
2148 Ada.Command_Line, which would damage the bootstrap process now
2149 that Ada.Command_Line contains modern Ada (the raise expression).
2150 * gnatbind.adb: Avoid dependence on
2151 Ada.Command_Line. Depend on System.Response_File instead
2152 of Ada.Command_Line.Response_File. Change one call to
2153 Ada.Command_Line.Command_Name to use Fill_Arg. Change one call
2154 to Ada.Command_Line.Argument_Count to use Arg_Count.
2155 * gcc-interface/Make-lang.in, Makefile.rtl: Take note of the new files.
2156
2157 2017-09-06 Bob Duff <duff@adacore.com>
2158
2159 * frontend.adb (Frontend): Skip -gnatec=gnat.adc
2160 switch, because we've already read gnat.adc by default.
2161
2162 2017-09-06 Bob Duff <duff@adacore.com>
2163
2164 * exp_ch5.adb (Get_Default_Iterator): Replace
2165 "Assert(False)" with "return Iter", because if an iterable
2166 type is derived from a noniterable one, then we won't find an
2167 overriding or inherited default iterator.
2168
2169 2017-09-06 Yannick Moy <moy@adacore.com>
2170
2171 * sem_warn.adb (Warn_On_Suspicious_Index): Improve warning when the
2172 literal index used to access a string is null or negative.
2173
2174 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2175
2176 * einfo.adb (Status_Flag_Or_Transient_Decl): The attribute is now
2177 allowed on loop parameters.
2178 (Set_Status_Flag_Or_Transient_Decl): The attribute is now allowed
2179 on loop parameters.
2180 (Write_Field15_Name): Update the output for
2181 Status_Flag_Or_Transient_Decl.
2182 * einfo.ads: Attribute Status_Flag_Or_Transient_Decl now applies
2183 to loop parameters. Update the documentation of the attribute
2184 and the E_Loop_Parameter entity.
2185 * exp_ch7.adb (Process_Declarations): Remove the bogus guard
2186 which assumes that cursors can never be controlled.
2187 * exp_util.adb (Requires_Cleanup_Actions): Remove the bogus
2188 guard which assumes that cursors can never be controlled.
2189
2190 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2191
2192 * exp_attr.adb, sem_util.adb, sem_attr.adb, sem_ch6.adb, sem_ch8.adb,
2193 sem_warn.adb: Minor reformatting.
2194
2195 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2196
2197 * sem_warn.adb (Warn_On_Overlapping_Actuals): Refine previous
2198 fix and preserve older GNAT warning on overlapping actuals that
2199 are not elementary types.
2200
2201 2017-09-06 Justin Squirek <squirek@adacore.com>
2202
2203 * sem_attr.adb: Comment correction.
2204
2205 2017-09-06 Gary Dismukes <dismukes@adacore.com>
2206
2207 * sem_util.adb: Minor reformatting.
2208
2209 2017-09-06 Yannick Moy <moy@adacore.com>
2210
2211 * a-comlin.ads (Argument): Add precondition for analysis.
2212
2213 2017-09-06 Yannick Moy <moy@adacore.com>
2214
2215 * sem_res.adb (Resolve): Update message for function call as statement.
2216
2217 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2218
2219 * sem_ch6.adb (Check_Returns): Clean up warnings coming from
2220 generated bodies for renamings that are completions, when renamed
2221 procedure is No_Return.
2222 * sem_ch8.adb (Analyze_Subprogram_Renaming): Implement legality
2223 rule in 6.5.1 (7/2): if a renaming is a completion of a subprogram
2224 with No_Return, the renamed entity must be No_Return as well.
2225
2226 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2227
2228 * exp_ch5.adb, freeze.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb:
2229 Minor reformatting.
2230
2231 2017-09-06 Justin Squirek <squirek@adacore.com>
2232
2233 * exp_attr.adb (Expand_N_Attribute_Reference): Modified Image
2234 attribute cases (Rewrite_Object_Reference_Image): Created to
2235 aid the rewriting of new-style 'Image attributes.
2236 * sem_attr.adb (Analyze_Attribute): Modified Image attribute cases
2237 (Check_Object_Reference_Image): Created to handle verification of
2238 'Image with object-references as prefixes.
2239 * sem_util.ads, sem_util.adb (Is_Image_Applied_To_Object):
2240 Create predicate to identify cases where an 'Image attribute's
2241 prefix applies to an object reference.
2242
2243 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2244
2245 * freeze.adb (Freeze_Entity): Do not generate a freeze
2246 node for a generic unit, even if it includes delayed aspect
2247 specifications. Freeze nodes for generic entities must never
2248 appear in the tree that reaches the back-end of the compiler.
2249
2250 2017-09-06 Yannick Moy <moy@adacore.com>
2251
2252 * treepr.adb (Print_Entity_Info): Do not print empty Elist.
2253
2254 2017-09-06 Yannick Moy <moy@adacore.com>
2255
2256 * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Do not consider calls
2257 to subprograms in other units as possibly inlined.
2258
2259 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2260
2261 * freeze.adb (Freeze_Entity): For a derived type that has no
2262 explicit delayed aspects but may inherit delayed aspects from its
2263 parent type, analyze aspect at freeze point for proper capture
2264 of an inherited aspect.
2265
2266 2017-09-06 Arnaud Charlet <charlet@adacore.com>
2267
2268 * lib-xref.adb (Get_Through_Renamings): Get through subprogram
2269 renamings; also, avoid repeated calls to Renamed_Object when getting
2270 through object renamings.
2271
2272 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2273
2274 * sem_ch3.adb (Array_Type_Declaration): Handle properly an
2275 array type declaration in a private part, when an index is a
2276 subtype indication of a discrete type with a private partial view.
2277
2278 2017-09-06 Javier Miranda <miranda@adacore.com>
2279
2280 * exp_ch4.adb (Expand_Modular_Op): Force generating
2281 temporary to improve the generated code.
2282
2283 2017-09-06 Tristan Gingold <gingold@adacore.com>
2284
2285 * s-fatgen.adb: Minor typo fix in comment.
2286
2287 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2288
2289 * exp_ch5.adb (Make_Field_Assign): If the type
2290 of the right-hand side has stored constraint, use its values
2291 (except for those that are renamings of parent discriminants)
2292 to produce additional assignments for the discriminants of the
2293 left-hand side, which are invisible in the righ-hand side and
2294 not retrievable as selected components.
2295
2296 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2297
2298 * sem_util.adb (Needs_One_Formal): The first formal of such a
2299 function must be a controlling formal, so that Obj.F (X, Y)
2300 can have the interpretation F(Obj)(X, Y).
2301 * sem_util.ads: Clarify documentation.
2302
2303 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
2304
2305 * table.ads, table.adb: Restore original implementation.
2306 * namet.h (Names_Ptr): Adjust back.
2307 (Name_Chars_Ptr): Likewise.
2308 * uintp.h (Uints_Ptr): Likewise.
2309 (Udigits_Ptr): Likewise.
2310 * g-table.ads: Remove pragma Compiler_Unit_Warning.
2311 * par_sco.adb: Do not with GNAT.Table and use Table consistently.
2312 * scos.ads: Replace GNAT.Table with Table and adjust instantiations.
2313 * spark_xrefs.ads: Likewise.
2314 * scos.h: Undo latest changes.
2315
2316 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2317
2318 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Propagate
2319 No_Return flag to instance if pragma applies to generic unit. This
2320 must be done explicitly because the pragma does not appear
2321 directly in the generic declaration (unlike the corresponding
2322 aspect specification).
2323
2324 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
2325
2326 * sem_ch7.adb (Has_Referencer): Move up and expand comment
2327 explaining the test used to detect inlining. Use same test
2328 in second occurrence.
2329 (Analyze_Package_Body_Helper): Minor formatting fixes.
2330
2331 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2332
2333 * exp_ch4.adb (Handle_Changed_Representation): For an untagged
2334 derived type with a mixture of renamed and constrained parent
2335 discriminants, the constraint for the target must obtain the
2336 discriminant values from both the operand and from the stored
2337 constraint for it, given that the constrained discriminants are
2338 not visible in the object.
2339 * exp_ch5.adb (Make_Field_Assign): The type of the right-hand
2340 side may be derived from that of the left-hand side (as in the
2341 case of an assignment with a change of representation) so the
2342 discriminant to be used in the retrieval of the value of the
2343 component must be the entity in the type of the right-hand side.
2344
2345 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2346
2347 * sem_ch3.adb, sem_ch7.adb, sem_util.adb, g-debpoo.adb, sem_ch4.adb,
2348 sem_ch6.adb, sem_ch8.adb: Minor reformatting.
2349 * exp_util.adb (Is_Source_Object): Account for
2350 the cases where the source object may appear as a dereference
2351 or within a type conversion.
2352 * exp_ch6.adb: Fix missing space in error message.
2353
2354 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2355
2356 * sem_prag.adb: Update description of Eliminate.
2357
2358 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2359
2360 * sem_attr.adb (Analyze_Attribute, case 'Loop_Entry): Handle
2361 properly an attribute reference 'Loop_Entry that appears in the
2362 list of indices of an indexed expression, to prevent an infinite
2363 loop in the compiler.
2364
2365 2017-09-06 Bob Duff <duff@adacore.com>
2366
2367 * s-fileio.adb (Name): Do not raise Use_Error for temp files.
2368
2369 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2370
2371 * sem_ch4.adb (Analyze_Set_Membership): If an alternative
2372 in a set membership is an overloaded enumeration literal, and
2373 the type of the alternative is resolved from a previous one,
2374 replace the entity of the alternative as well as the type,
2375 to prevent inconsistencies between the entity and the type.
2376
2377 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
2378
2379 * ali.ads (ALIs_Record): Add No_Component_Reordering component.
2380 (No_Component_Reordering_Specified): New switch.
2381 * ali.adb (Initialize_ALI): Set No_Component_Reordering_Specified.
2382 (Scan_ALI): Set No_Component_Reordering and deal with NC marker.
2383 * bcheck.adb (Check_Consistent_No_Component_Reordering):
2384 New check.
2385 (Check_Configuration_Consistency): Invoke it.
2386 * debug.adb (d.r): Toggle the effect of the switch.
2387 (d.v): Change to no-op.
2388 * einfo.ads (Has_Complex_Representation):
2389 Restrict to record types.
2390 (No_Reordering): New alias for Flag239.
2391 (OK_To_Reorder_Components): Delete.
2392 (No_Reordering): Declare.
2393 (Set_No_Reordering): Likewise.
2394 (OK_To_Reorder_Components): Delete.
2395 (Set_OK_To_Reorder_Components): Likewise.
2396 * einfo.adb (Has_Complex_Representation): Expect record types.
2397 (No_Reordering): New function.
2398 (OK_To_Reorder_Components): Delete.
2399 (Set_Has_Complex_Representation): Expect base record types.
2400 (Set_No_Reordering): New procedure.
2401 (Set_OK_To_Reorder_Components): Delete.
2402 (Write_Entity_Flags): Adjust to above change.
2403 * fe.h (Debug_Flag_Dot_R): New macro and declaration.
2404 * freeze.adb (Freeze_Record_Type): Remove conditional code setting
2405 OK_To_Reorder_Components on record types with convention Ada.
2406 * lib-writ.adb (Write_ALI): Deal with NC marker.
2407 * opt.ads (No_Component_Reordering): New flag.
2408 (No_Component_Reordering_Config): Likewise.
2409 (Config_Switches_Type): Add No_Component_Reordering component.
2410 * opt.adb (Register_Opt_Config_Switches): Copy
2411 No_Component_Reordering onto No_Component_Reordering_Config.
2412 (Restore_Opt_Config_Switches): Restore No_Component_Reordering.
2413 (Save_Opt_Config_Switches): Save No_Component_Reordering.
2414 (Set_Opt_Config_Switches): Set No_Component_Reordering.
2415 * par-prag.adb (Prag): Deal with Pragma_No_Component_Reordering.
2416 * sem_ch3.adb (Analyze_Private_Extension_Declaration): Also set the
2417 No_Reordering flag from the default.
2418 (Build_Derived_Private_Type): Likewise.
2419 (Build_Derived_Record_Type): Likewise. Then inherit it
2420 for untagged types and clean up handling of similar flags.
2421 (Record_Type_Declaration): Likewise.
2422 * sem_ch13.adb (Same_Representation): Deal with No_Reordering and
2423 remove redundant test on Is_Tagged_Type.
2424 * sem_prag.adb (Analyze_Pragma): Handle No_Component_Reordering.
2425 (Sig_Flags): Likewise.
2426 * snames.ads-tmpl (Name_No_Component_Reordering): New name.
2427 (Pragma_Id): Add Pragma_No_Component_Reordering value.
2428 * warnsw.adb (Set_GNAT_Mode_Warnings): Enable -gnatw.q as well.
2429 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>:
2430 Copy the layout of the parent type only if the No_Reordering
2431 settings match.
2432 (components_to_record): Reorder record types with
2433 convention Ada by default unless No_Reordering is set or -gnatd.r
2434 is specified and do not warn if No_Reordering is set in GNAT mode.
2435
2436 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2437
2438 * sem_util.ads, sem_util.adb (Check_Previous_Null_Procedure):
2439 new predicate to reject declarations that can be completions,
2440 when there is a visible prior homograph that is a null procedure.
2441 * sem_ch6.adb (Analyze_Null_Procedure): use it.
2442 * sem_ch8.adb (Analyze_Subprogram_Renaming): ditto.
2443
2444 2017-09-06 Thomas Quinot <quinot@adacore.com>
2445
2446 * s-regpat.adb (Compile.Parse_Literal): Fix handling of literal
2447 run of 253 characters or more.
2448
2449 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2450
2451 * einfo.adb (Designated_Type): Use Is_Incomplete_Type to handle
2452 properly incomplete subtypes that may be created by explicit or
2453 implicit declarations.
2454 (Is_Base_Type): Take E_Incomplete_Subtype into account.
2455 (Subtype_Kind): Ditto.
2456 * sem_ch3.adb (Build_Discriminated_Subtype): Set properly the
2457 Ekind of a subtype of a discriminated incomplete type.
2458 (Fixup_Bad_Constraint): Use Subtype_Kind in all cases, including
2459 incomplete types, to preserve error reporting.
2460 (Process_Incomplete_Dependents): Do not create a subtype
2461 declaration for an incomplete subtype that is created internally.
2462 * sem_ch7.adb (Analyze_Package_Specification): Handle properly
2463 incomplete subtypes that do not require a completion, either
2464 because they are limited views, of they are generic actuals.
2465
2466 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2467
2468 * checks.adb (Insert_Valid_Check): Remove the
2469 suspicious manipulation of the Do_Range_Check flag as ths is
2470 no linger needed. Suppress validity check when analysing the
2471 validation variable.
2472
2473 2017-09-06 Philippe Gil <gil@adacore.com>
2474
2475 * g-debpoo.adb: adapt GNAT.Debug_Pools to allow safe thread
2476 GNATCOLL.Memory
2477
2478 2017-09-06 Bob Duff <duff@adacore.com>
2479
2480 * sem_elim.adb: Minor comment fix.
2481
2482 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2483
2484 * sem_util.adb (Is_Object_Reference): A function call is an
2485 object reference, and thus attribute references for attributes
2486 that are functions (such as Pred and Succ) as well as predefined
2487 operators are legal in contexts that require an object, such as
2488 the prefix of attribute Img and the Ada2020 version of 'Image.
2489
2490 2017-09-06 Hristian Kirtchev <kirtchev@adacore.com>
2491
2492 * exp_util.adb, einfo.adb, sem_attr.adb, exp_ch4.adb, gnatls.adb,
2493 exp_ch3.adb, xoscons.adb: Minor reformatting.
2494
2495 2017-09-06 Raphael Amiard <amiard@adacore.com>
2496
2497 * a-chtgop.ads, a-chtgop.adb: Add versions of First and Next with
2498 Position parameter. If supplied, use it to provide efficient iteration.
2499 * a-cohase.ads, a-cohase.adb, a-cihama.ads, a-cihama.adb,
2500 a-cohama.ads, a-cohama.adb: Add/Use Position to provide efficient
2501 iteration.
2502
2503 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2504
2505 * exp_util.adb (Build_Allocate_Deallocate_Proc): If the
2506 designated type is class-wide and the expression is an unchecked
2507 conversion, preserve the conversion when checking the tag of the
2508 designated object, to prevent spurious semantic errors when the
2509 expression in the conversion has an untagged type (for example
2510 an address attribute).
2511
2512 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2513
2514 * sem_res.adb (Resolve_Entry_Call): Check whether a protected
2515 operation is subject to a pragma Eliminate.
2516
2517 2017-09-06 Ed Schonberg <schonberg@adacore.com>
2518
2519 * sem_elim.ads, exp_ch4.adb: Minor reformatting.
2520
2521 2017-09-06 Eric Botcazou <ebotcazou@adacore.com>
2522
2523 * fe.h (Eliminate_Error_Msg): Remove.
2524
2525 2017-09-05 Richard Sandiford <richard.sandiford@linaro.org>
2526
2527 * gcc-interface/utils.c (make_packable_type): Update call to
2528 mode_for_size_tree.
2529
2530 2017-09-05 Richard Sandiford <richard.sandiford@linaro.org>
2531
2532 * gcc-interface/utils2.c (build_load_modify_store):
2533 Use int_mode_for_size.
2534
2535 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2536
2537 PR ada/62235
2538 * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular processing
2539 for Itypes that are E_Record_Subtype with a cloned subtype.
2540 <E_Record_Subtype>: Use the DECL of the cloned type directly, if any.
2541
2542 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2543
2544 * gcc-interface/trans.c (convert_with_check): Use a custom base type
2545 if the base type of the expression has a different machine mode.
2546 Rename a couple of parameters and local variable.
2547
2548 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2549
2550 * gcc-interface/trans.c (Attribute_to_gnu) <Attr_Address>: Do not strip
2551 conversions around prefixes that are not references.
2552
2553 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2554
2555 * gcc-interface/utils.c (unchecked_convert): When the result type is a
2556 non-biased integral type with size 0, set the result to 0 directly.
2557
2558 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2559
2560 * gcc-interface/gigi.h (renaming_from_generic_instantiation_p): Turn to
2561 (renaming_from_instantiation_p): ...this.
2562 * gcc-interface/decl.c (gnat_to_gnu_entity): Use inline predicate
2563 instead of explicit tests on kind of entities. Adjust for renaming.
2564 (gnat_to_gnu_profile_type): Likewise.
2565 (gnat_to_gnu_subprog_type): Likewise.
2566 * gcc-interface/trans.c (Identifier_to_gnu): Likewise.
2567 (Case_Statement_to_gnu): Likewise.
2568 (gnat_to_gnu): Likewise.
2569 (process_freeze_entity): Likewise.
2570 (process_type): Likewise.
2571 (add_stmt_with_node): Adjust for renaming.
2572 * gcc-interface/utils.c (gnat_pushdecl): Adjust for renaming.
2573 (renaming_from_generic_instantiation_p): Rename to...
2574 (renaming_from_instantiation_p): ...this. Use inline predicate.
2575 (pad_type_hasher::keep_cache_entry): Fold.
2576
2577 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2578
2579 * gcc-interface/trans.c (adjust_for_implicit_deref): New function.
2580 (gnat_to_gnu) <N_Explicit_Dereference>: Translate result type first.
2581 (N_Indexed_Component): Invoke adjust_for_implicit_deref on the prefix.
2582 (N_Slice): Likewise.
2583 (N_Selected_Component): Likewise. Do not try again to translate it.
2584 (N_Free_Statement): Invoke adjust_for_implicit_deref on the expression.
2585
2586 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2587
2588 * repinfo.ads: Document new treatment of dynamic values.
2589 (TCode): Bump upper bound to 29.
2590 (Dynamic_Val): New constant set to 29.
2591 * repinfo.adb (Print_Expr) <Dynamic_Val>: New case.
2592 (Rep_Value) <Dynamic_Val>: Likewise.
2593 * repinfo.h (Dynamic_Val): New macro.
2594 * gcc-interface/decl.c (annotate_value): Tidy up and cache result for
2595 DECL_P nodes too.
2596 <INTEGER_CST>: Set TCODE instead of recursing.
2597 <COMPONENT_REF>: Set TCODE instead of calling Create_Node manually.
2598 <VAR_DECL>: New case.
2599 <MULT_EXPR, PLUS_EXPR>: Fold conversions into inner operations.
2600 <BIT_AND_EXPR>: Adjust.
2601 <CALL_EXPR>: Do not fall through.
2602
2603 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2604
2605 * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
2606 there is no target, do not create a temporary for the return value for
2607 an allocator either.
2608
2609 2017-09-05 Eric Botcazou <ebotcazou@adacore.com>
2610
2611 * gcc-interface/trans.c (pos_to_constructor): Skip conversions to an
2612 unconstrained array type.
2613
2614 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2615 Alan Hayward <alan.hayward@arm.com>
2616 David Sherwood <david.sherwood@arm.com>
2617
2618 * gcc-interface/decl.c (validate_size): Use NARROWEST_INT_MODE
2619 instead of GET_CLASS_NARROWEST_MODE (MODE_INT).
2620
2621 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2622 Alan Hayward <alan.hayward@arm.com>
2623 David Sherwood <david.sherwood@arm.com>
2624
2625 * gcc-interface/decl.c (check_ok_for_atomic_type): Use
2626 is_a <scalar_int_mode>.
2627 * gcc-interface/trans.c (Pragma_to_gnu): Likewise.
2628 * gcc-interface/utils.c (gnat_type_for_mode): Likewise.
2629
2630 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2631 Alan Hayward <alan.hayward@arm.com>
2632 David Sherwood <david.sherwood@arm.com>
2633
2634 * gcc-interface/decl.c (gnat_to_gnu_entity): Use int_mode_for_size
2635 instead of mode_for_size.
2636 (gnat_to_gnu_subprog_type): Likewise.
2637 * gcc-interface/utils.c (make_type_from_size): Likewise.
2638
2639 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2640 Alan Hayward <alan.hayward@arm.com>
2641 David Sherwood <david.sherwood@arm.com>
2642
2643 * gcc-interface/misc.c (fp_prec_to_size): Use opt_scalar_float_mode.
2644 (fp_size_to_prec): Likewise.
2645
2646 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2647 Alan Hayward <alan.hayward@arm.com>
2648 David Sherwood <david.sherwood@arm.com>
2649
2650 * gcc-interface/utils.c (gnat_type_for_mode): Use is_a
2651 <scalar_float_mode> instead of SCALAR_FLOAT_MODE_P.
2652
2653 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2654 Alan Hayward <alan.hayward@arm.com>
2655 David Sherwood <david.sherwood@arm.com>
2656
2657 * gcc-interface/decl.c (validate_size): Update use of
2658 GET_MODE_WIDER_MODE, forcing a wider mode to exist.
2659
2660 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
2661 Alan Hayward <alan.hayward@arm.com>
2662 David Sherwood <david.sherwood@arm.com>
2663
2664 * gcc-interface/misc.c (fp_prec_to_size): Use new mode iterators.
2665 (fp_size_to_prec): Likewise.
2666
2667 2017-08-29 Martin Liska <mliska@suse.cz>
2668
2669 PR other/39851
2670 * gcc-interface/trans.c (Pragma_to_gnu): Set argument to NULL.
2671
2672 2017-08-08 Martin Liska <mliska@suse.cz>
2673
2674 * gcc-interface/trans.c: Include header files.
2675
2676 2017-07-29 Jakub Jelinek <jakub@redhat.com>
2677
2678 * gcc-interface/utils.c (gnat_write_global_declarations): Pass false
2679 as new argument to the imported_module_or_decl debug hook.
2680
2681 2017-07-25 Javier Miranda <miranda@adacore.com>
2682
2683 * checks.adb (Apply_Divide_Checks): Ensure that operands are not
2684 evaluated twice.
2685
2686 2017-07-19 Jakub Jelinek <jakub@redhat.com>
2687
2688 * gcc-interface/ada-tree.h (TYPE_OBJECT_RECORD_TYPE,
2689 TYPE_GCC_MIN_VALUE): Use TYPE_MIN_VALUE_RAW instead of TYPE_MINVAL.
2690 (TYPE_GCC_MAX_VALUE): Use TYPE_MAX_VALUE_RAW instead of TYPE_MAXVAL.
2691
2692 2017-07-18 Mike Frysinger <vapier@chromium.org>
2693
2694 * gcc-interface/Makefile.in (../../gnatmake$(exeext)): Delete $(P).
2695 (../../gnatlink$(exeext)): Likewise.
2696
2697 2017-07-15 John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
2698
2699 PR ada/81446
2700 * system-linux-m68k.ads: Add pragma No_Elaboration_Code_All.
2701 (Backend_Overflow_Checks): Set to True.
2702
2703 2017-06-23 Jakub Jelinek <jakub@redhat.com>
2704
2705 * gcc-interface/trans.c (gnat_to_gnu): Initialize sync to false.
2706
2707 2017-06-21 Pierre-Marie de Rodat <derodat@adacore.com>
2708
2709 * gcc-interface/ada-tree.h (DECL_FUNCTION_IS_DEF): Update copyright
2710 notice. New macro.
2711 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Tag the subprogram
2712 as a definition.
2713 (Compilation_Unit_to_gnu): Tag the elaboration procedure as a
2714 definition.
2715 * gcc-interface/decl.c (gnat_to_gnu_entity): Tag declarations of
2716 imported subprograms for the current compilation unit as
2717 definitions. Disable debug info for references to variables.
2718 * gcc-interface/gigi.h (create_subprog_decl): Update declaration.
2719 * gcc-interface/utils.c (gnat_pushdecl): Add external DECLs that are
2720 not built-in functions to their binding scope.
2721 (create_subprog_decl): Add a DEFINITION parameter. If it is true, tag
2722 the function as a definition. Update all callers.
2723 (gnat_write_global_declarations): Emit debug info for imported
2724 functions. Filter out external variables for which debug info
2725 is disabled.
2726
2727 2017-06-15 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
2728
2729 PR ada/81105
2730 * gcc-interface/Makefile.in (x86 kfreebsd): Adjust system.ads setting.
2731 (i[3456]86-pc-gnu): Likewise.
2732 (x86_64 kfreebsd): Likewise.
2733
2734 2017-06-12 Eric Botcazou <ebotcazou@adacore.com>
2735
2736 PR bootstrap/80897
2737 * exp_ch3.adb (Make_Predefined_Primitive_Specs): Use Positive index.
2738
2739 2017-06-12 Eric Botcazou <ebotcazou@adacore.com>
2740
2741 PR ada/81070
2742 * s-interr-hwint.adb: Reinstate.
2743 * gcc-interface/Makefile.in (RTEMS): Use it again.
2744
2745 2017-06-08 Olivier Hainque <hainque@adacore.com>
2746
2747 * vx_crtbegin_auto.c: Update year in copyright notice.
2748 * vx_crtbegin.c: Likewise.
2749 * vx_crtbegin.inc: Likewise.
2750 * vx_crtend.c: Likewise.
2751
2752 2017-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
2753
2754 * Makefile.in (rtems): Use TLS implementation for s-tpopsp.adb.
2755 * s-tpopsp-rtems.adb: Delete.
2756
2757 2017-06-02 Olivier Hainque <hainque@adacore.com>
2758
2759 * vx_crtbegin_auto.c: New file.
2760 * vx_crtbegin.c: New file.
2761 * vx_crtbegin.inc: New file.
2762 * vx_crtend.c: New file.
2763
2764 2017-05-25 Jonathan Wakely <jwakely@redhat.com>
2765
2766 * gcc-interface/utils2.c (compare_elmt_bitpos): Remove redundant
2767 const qualifiers that cause -Wignored-qualifiers warnings.
2768
2769 2017-05-22 Eric Botcazou <ebotcazou@adacore.com>
2770
2771 * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular processing
2772 for Itypes that are E_Access_Subtype.
2773 <E_Access_Subtype>: Use the DECL of the base type directly.
2774
2775 2017-05-22 Ed Schonberg <schonberg@adacore.com>
2776 Eric Botcazou <ebotcazou@adacore.com>
2777
2778 * sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete type from a
2779 limited view may appear in the profile of a function, and a call to
2780 that function in another unit in which the full view is available must
2781 use this full view to spurious type errors at the point of call.
2782 * inline.adb (Analyze_Inlined_Bodies): Remove restriction on loading
2783 of parent body with a with clause for the main unit.
2784 * gcc-interface/decl.c (defer_limited_with_list): Document new usage.
2785 (gnat_to_gnu_entity) <E_Access_Type>: Handle completed Taft Amendment
2786 types declared in external units like types from limited with clauses.
2787 Adjust final processing of defer_limited_with_list accordingly.
2788 * gcc-interface/trans.c (gnat_to_gnu) < N_Selected_Component>: Try
2789 again to translate the prefix after the field if it is incomplete.
2790
2791 2017-05-22 Eric Botcazou <ebotcazou@adacore.com>
2792
2793 * gcc-interface/decl.c (gnat_to_gnu_field): Do not enforce strict
2794 alignment for simple volatile fields and remove associated errors.
2795
2796 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2797
2798 * gcc-interface/gigi.h (get_elaboration_procedure): Delete.
2799 * gcc-interface/trans.c (get_elaboration_procedure): Make static.
2800
2801 2017-05-15 Pierre-Marie de Rodat <derodat@adacore.com>
2802
2803 * gcc-interface/utils.c (can_materialize_object_renaming_p):
2804 Synchronize with GNAT's Exp_Dbug.Debug_Renaming_Declaration:
2805 process Original_Node instead of expanded names.
2806
2807 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2808
2809 * gcc-interface/trans.c (return_value_ok_for_nrv_p): Only apply the
2810 addressability check in the constrained case.
2811
2812 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2813
2814 * gcc-interface/trans.c (Identifier_to_gnu): Also accept incomplete
2815 types not coming from a limited context.
2816
2817 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2818
2819 * gcc-interface/trans.c (Compilation_Unit_to_gnu): Skip subprograms on
2820 the inlined list that are not public.
2821 * gcc-interface/utils.c (create_subprog_decl): Clear TREE_PUBLIC if
2822 there is a pragma Inline_Always on the subprogram.
2823
2824 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2825
2826 * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Fix formatting.
2827 <N_Allocator>: Use properly typed constants.
2828 (extract_values): Move around.
2829 (pos_to_constructor): Minor tweaks.
2830 (Sloc_to_locus): Fix formatting.
2831 * gcc-interface/utils.c (process_deferred_decl_context): Minor tweaks.
2832 * gcc-interface/gigi.h (MARK_VISITED): Remove blank line.
2833 (Gigi_Equivalent_Type): Adjust head comment.
2834 * gcc-interface/decl.c (Gigi_Equivalent_Type): Likewise.
2835
2836 2017-05-15 Eric Botcazou <ebotcazou@adacore.com>
2837
2838 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: When there
2839 is a representation clause on an extension, propagate the alignment of
2840 the parent type only if the platform requires strict alignment.
2841
2842 2017-05-12 Eric Botcazou <ebotcazou@adacore.com>
2843
2844 * system-linux-arm.ads (Memory_Size): Use Long_Integer'Size
2845 instead of Word_Size.
2846
2847 Revert
2848 2017-03-28 Andreas Schwab <schwab@suse.de>
2849
2850 PR ada/80117
2851 * system-linux-aarch64-ilp32.ads: New file.
2852 * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Rename
2853 from LIBGNAT_TARGET_PAIRS.
2854 (LIBGNAT_TARGET_PAIRS_32, LIBGNAT_TARGET_PAIRS_64): Define.
2855 (LIBGNAT_TARGET_PAIRS): Use LIBGNAT_TARGET_PAIRS_COMMON, and
2856 LIBGNAT_TARGET_PAIRS_64 or LIBGNAT_TARGET_PAIRS_32 for -mabi=lp64
2857 or -mabi=ilp32, resp.
2858
2859 2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
2860
2861 PR ada/80626
2862 * system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
2863 instead of Word_Size.
2864
2865 2017-05-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
2866
2867 * raise-gcc.c (exception_class_eq): Make ec parameter const.
2868
2869 2017-05-02 Richard Biener <rguenther@suse.de>
2870
2871 * gcc-interface/misc.c (gnat_post_options): Do not set
2872 -fstrict-overflow.
2873
2874 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
2875
2876 * gcc-interface/trans.c (assoc_to_constructor): Make sure
2877 Corresponding_Discriminant is only called on discriminants.
2878 Skip the saving of the result only for them.
2879 (gnat_to_gnu) <N_Selected_Component>: Likewise.
2880 <N_Unchecked_Type_Conversion>: Translate the result type first.
2881 (gigi): Set TREE_NOTHROW on Begin_Handler.
2882 (stmt_list_cannot_raise_p): New predicate.
2883 (Exception_Handler_to_gnu_gcc): Emit a simple final call instead of
2884 a cleanup if the statements of the handler cannot raise.
2885 (process_freeze_entity): Use Is_Record_Type.
2886 (process_type): Likewise.
2887
2888 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
2889
2890 * einfo.ads (Corresponding_Record_Component): New alias
2891 for Node21 used for E_Component and E_Discriminant.
2892 * einfo.adb (Corresponding_Record_Component): New function.
2893 (Set_Corresponding_Record_Component): New procedure.
2894 (Write_Field21_Name): Handle Corresponding_Record_Component.
2895 * sem_ch3.adb (Inherit_Component): Set
2896 Corresponding_Record_Component for every component in
2897 the untagged case. Clear it afterwards for non-girder
2898 discriminants.
2899 * gcc-interface/decl.c (gnat_to_gnu_entity)
2900 <E_Record_Type>: For a derived untagged type with discriminants
2901 and constraints, apply the constraints to the layout of the
2902 parent type to deduce the layout.
2903 (field_is_aliased): Delete.
2904 (components_to_record): Test DECL_ALIASED_P directly.
2905 (annotate_rep): Check that fields are present except for
2906 an extension.
2907 (create_field_decl_from): Add DEBUG_INFO_P
2908 parameter and pass it in recursive and other calls. Add guard
2909 for the manual CSE on the size.
2910 (is_stored_discriminant): New predicate.
2911 (copy_and_substitute_in_layout): Consider only
2912 stored discriminants and check that original fields are present
2913 in the old type. Deal with derived types. Adjust call to
2914 create_variant_part_from.
2915
2916 2017-05-02 Ed Schonberg <schonberg@adacore.com>
2917
2918 * exp_ch6.adb (Expand_Call_Helper): When locating the
2919 accessibility entity created for an access parameter, handle
2920 properly a reference to a formal of an enclosing subprogram. if
2921 the reference appears in an inherited class-wide condition, it
2922 is the rewriting of the reference in the ancestor expression,
2923 but the accessibility entity must be that of the current formal.
2924
2925 2017-05-02 Javier Miranda <miranda@adacore.com>
2926
2927 * exp_ch4.adb (Expand_Non_Binary_Modular_Op): New subprogram.
2928 (Expand_N_Op_Add, Expand_N_Op_Divide, Expand_N_Op_Minus,
2929 Expand_N_Op_Multiply, Expand_N_Op_Or, Expand_N_Op_Subtract):
2930 Call Expand_Non_Binary_Modular_Op.
2931
2932 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
2933
2934 * sem_ch3.adb (Build_Derived_Private_Type): If the parent type
2935 has discriminants, do not override the Stored_Constraint list of
2936 the full view of the derived type with that of the derived type.
2937
2938 2017-05-02 Bob Duff <duff@adacore.com>
2939
2940 * sem_attr.adb (Attribute_Enum_Rep): Disallow T'Enum_Rep.
2941
2942 2017-05-02 Vasiliy Fofanov <fofanov@adacore.com>
2943
2944 * s-os_lib.ads: Minor typo fix.
2945
2946 2017-05-02 Vasiliy Fofanov <fofanov@adacore.com>
2947
2948 * gnatls.adb: Merge and refactor code from Prj.Env and remove
2949 this deprecated dependency.
2950
2951 2017-05-02 Ed Schonberg <schonberg@adacore.com>
2952
2953 * exp_util.ads: minor comment addition.
2954
2955 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
2956
2957 * sem_ch3.adb (Build_Derived_Record_Type): Fix a few typos and
2958 pastos in part #3 of the head comment.
2959
2960 2017-05-02 Ed Schonberg <schonberg@adacore.com>
2961
2962 * exp_ch3.adb (Freeze_Type): Do not generate an invariant
2963 procedure body for a local (sub)type declaration within a
2964 predicate function. Invariant checks do not apply to these, and
2965 the expansion of the procedure will happen in the wrong scope,
2966 leading to misplaced freeze nodes.
2967
2968 2017-05-02 Ed Schonberg <schonberg@adacore.com>
2969
2970 * exp_util.adb (Insert_Library_Level_Action): Use proper scope
2971 to analyze generated actions. If the main unit is a body,
2972 the required scope is that of the corresponding unit declaration.
2973
2974 2017-05-02 Arnaud Charlet <charlet@adacore.com>
2975
2976 * einfo.adb (Declaration_Node): flip branches of
2977 an IF statement to avoid repeated negations in its condition;
2978 no change in semantics, only to improve readability.
2979
2980 2017-05-02 Arnaud Charlet <charlet@adacore.com>
2981
2982 * sem_case.adb: Remove extra spaces in parameter declarations.
2983
2984 2017-05-02 Justin Squirek <squirek@adacore.com>
2985
2986 * usage.adb: Replace space with hyphen ("run time" -> "run-time")
2987 in usage line for new -gnatwE switch.
2988
2989 2017-05-02 Claire Dross <dross@adacore.com>
2990
2991 * a-cofuve.ads (Remove): Remove unnecessary
2992 conditions in precondition.
2993
2994 2017-05-02 Vasiliy Fofanov <fofanov@adacore.com>
2995
2996 * a-stream.ads, exp_imgv.adb, sem_ch10.adb,
2997 sem_attr.adb, s-finmas.ads, osint.adb: Minor typo fix.
2998
2999 2017-05-02 Justin Squirek <squirek@adacore.com>
3000
3001 * sem_ch4.adb (Analyze_Case_Expression): Add check for valid
3002 alternative expression.
3003 * sem_res.adb (Resolve_Case_Expression): Ditto.
3004
3005 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3006
3007 * exp_disp.adb (Set_All_DT_Position, In_Predef_Prim_DT):
3008 Refine predicate for the case where the primitive operation
3009 is a renaming of equality. An overriding operation that is
3010 a user-defined renaming of predefined equality inherits its
3011 slot from the overridden operation. Otherwise it is treated
3012 as a predefined op and occupies the same predefined slot as
3013 equality. A call to it is transformed into a call to its alias,
3014 which is the predefined equality. A dispatching call thus uses
3015 the proper slot if operation is further inherited and called
3016 with class-wide arguments.
3017
3018 2017-05-02 Justin Squirek <squirek@adacore.com>
3019
3020 * errout.adb (Set_Msg_Text): Add a case to switch the message
3021 type when the character '[' is detected signifying a warning
3022 about a run-time exception.
3023 * opt.ads Add a new Warning_Mode value for new switch
3024 * switch-b.adb (Scan_Binder_Switches): Add case for the binder
3025 to handle new warning mode
3026 * usage.adb (Usage): Add usage entry for -gnatwE
3027 * warnsw.adb (Set_Warning_Switch): Add case for the new switch
3028
3029 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3030
3031 * sem_prag.adb (Process_Conversion): Reject an intrinsic operator
3032 declaration that operates on some fixed point type.
3033
3034 2017-05-02 Justin Squirek <squirek@adacore.com>
3035
3036 * a-crbtgo.adb, s-taasde.adb: Remove unused use-type clauses.
3037
3038 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3039
3040 * sem_ch6.adb (Analyze_Null_Procedure): Revert previous change.
3041
3042 2017-05-02 Justin Squirek <squirek@adacore.com>
3043
3044 * sem_ch4.adb (Analyze_Case_Expression): Add check for valid
3045 expression (Analyze_If_Expression): Add check for valid condition
3046 * sem_eval.adb (Eval_Case_Expression): Add check for error posted
3047 on case-expression
3048 * sem_res.adb (Resolve_If_Expression): Add check for valid
3049 condition and then-expression.
3050
3051 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3052
3053 * exp_ch3.adb (Build_Initialization_Call): Generate a null
3054 statement if the initialization call is a null procedure, as
3055 can happen with a controlled type with no explicit Initialize
3056 procedure, or an array of such.
3057 * exp_ch7.adb (Process_Object_Declaration): For a type with
3058 controlled components that has a trivial Initialize procedure,
3059 insert declaration for finalization counter after object
3060 declaration itself.
3061 (Make_Deep_Array_Body, Build_Initialize_statements): Do not create
3062 finalization block and attendant declarations if component has
3063 a trivial Initialize procedure.
3064 (Make_Init_Call): Do not generate a call if controlled type has
3065 a trivial Initialize procedure.
3066
3067 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
3068
3069 * g-forstr.ads (Data): Move Format component last.
3070 * g-forstr.adb ("+"): Adjust for above change.
3071 * g-rewdat.ads (Buffer): Move Buffer, Current, Pattern and Value last.
3072 * g-sechas.ads (Context): Move Key last.
3073 * g-socket.ads (Service_Entry_Type): Move Aliases last.
3074 * s-fileio.adb (Temp_File_Record): Move Name last.
3075 * s-regexp.adb (Regexp_Value): Move Case_Sensitive last.
3076 * xr_tabls.ads (Project_File): Move Src_Dir and Obj_Dir last.
3077
3078 2017-05-02 Jerome Lambourg <lambourg@adacore.com>
3079
3080 * bindusg.adb, bindgen.adb, gnatbind.adb, opt.ads: Remove the -nognarl
3081 switch introduced recently. finally not needed.
3082
3083 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3084
3085 * sem_ch6.adb (Analyze_Null_Procedure): Set the
3086 Corresponding_Body link for a null procedure declaration.
3087
3088 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
3089
3090 * atree.h (Flag290): Add missing terminating parenthesis.
3091 * einfo.adb (Is_Class_Wide_Clone): Use Flag290.
3092 (Set_Is_Class_Wide_Clone): Likewise.
3093 * einfo.ads (Is_Class_Wide_Clone): Likewise.
3094
3095 2017-05-02 Gary Dismukes <dismukes@adacore.com>
3096
3097 * checks.ads (Null_Exclusion_Static_Checks): Add Boolean
3098 parameter Array_Comp to indicate the case of an array object
3099 with null-excluding components.
3100 * checks.adb (Null_Exclusion_Static_Checks):
3101 Call Compile_Time_Constraint_Error instead of
3102 Apply_Compile_Time_Constraint_Error in the component case. Also
3103 call that when Array_Comp is True, with an appropriate warning for
3104 the array component case. Only create an explicit initialization
3105 by null in the case of an object of a null-excluding access type
3106 (and no longer do that in the component case).
3107 * sem_ch3.adb (Check_Component): Add a Boolean parameter
3108 Array_Comp defaulted to False. Pass Empty for the Comp
3109 actual when calling Null_Exclusion_Static_Checks in the case
3110 where Comp_Decl matches Object_Decl, because we don't have a
3111 component in that case. In the case of an object or component
3112 of an array type, pass True for Array_Comp on the recursive call
3113 to Check_Component.
3114
3115 2017-05-02 Bob Duff <duff@adacore.com>
3116
3117 * s-taprop-linux.adb (Prio_To_Linux_Prio): New function to correctly
3118 compute the linux priority from the Ada priority. Call this everywhere
3119 required. In particular, the previous version was not doing this
3120 computation when setting the ceiling priority in various places. It
3121 was just converting to C.int, which results in a ceiling that is off
3122 by 1.
3123
3124 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3125
3126 * sem_ch3.adb: Comment predicate inheritance.
3127
3128 2017-05-02 Tristan Gingold <gingold@adacore.com>
3129
3130 * s-trasym.ads: Add comment.
3131
3132 2017-05-02 Bob Duff <duff@adacore.com>
3133
3134 * sem_elab.adb, sem_elab.ads: Minor comment fixes.
3135 * sem_ch4.adb: Minor reformatting.
3136 * s-taprop-linux.adb, s-taspri-posix.ads: Code refactoring.
3137 * s-taspri-posix-noaltstack.ads: Minor refactoring.
3138 * sinput.ads: Minor typo fix.
3139
3140 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3141
3142 * exp_ch9.adb (Discriminated_Size): Moved to sem_util.
3143 * sem_util.ads, sem_util.adb (Discriminated_Size): Predicate moved
3144 here from exp_ch9, to recognize objects whose creation requires
3145 dynamic allocation, so that the proper warning can be emitted
3146 when restriction No_Implicit_Heap_Allocation is in effect.
3147 * sem_ch3.adb (Analyze_Object_Declaration): Use Discriminated_Size
3148 to emit proper warning when an object that requires dynamic
3149 allocation is declared.
3150
3151 2017-05-02 Tristan Gingold <gingold@adacore.com>
3152
3153 * s-trasym.ads, s-trasym.adb (Enable_Cache): New.
3154
3155 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3156
3157 * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): The same relaxed
3158 visibility rules for equality operators that apply within an
3159 instantiation apply within an inlined body.
3160 * sem_type.adb (Add_One_Interp): ditto.
3161
3162 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3163
3164 * sem_prag.adb (Analyze_Pragma): Forbid pragma Contract_Cases on null
3165 procedures.
3166
3167 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
3168
3169 * snames.ads-tmpl
3170 (Name_Assume, Name_Attribute_Definition, Name_Loop_Optimize,
3171 Name_No_Tagged_Streams): Move to regular pragmas. Add
3172 placeholders for Default_Scalar_Storage_Order, Dispatching_Domain,
3173 and Secondary_Stack_Size.
3174 (Pragma_Id): Move Pragma_Assume,
3175 Pragma_Attribute_Definition, Pragma_Loop_Optimize and
3176 Pragma_No_Tagged_Streams to second part.
3177
3178 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3179
3180 * exp_attr.adb: Minor reformatting.
3181
3182 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3183
3184 * sem_ch4.adb (Analyze_Selected_Component): Improve error
3185 detection for illegal references to private components or
3186 operations of a protected type in the body of the type.
3187
3188 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
3189
3190 * opt.ads: Add missing GNAT markers in comments.
3191 * opt.adb (Set_Opt_Config_Switches): Do not override earlier
3192 settings of Optimize_Alignment at the end.
3193
3194 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3195
3196 * checks.adb (Apply_Constraint_Check): Do not apply
3197 a discriminant check when the associated type is a constrained
3198 subtype created for an unconstrained nominal type.
3199 * exp_attr.adb: Minor reformatting.
3200
3201 2017-05-02 Bob Duff <duff@adacore.com>
3202
3203 * sem_ch3.adb (OK_For_Limited_Init_In_05): Handle correctly
3204 the N_Raise_Expression case.
3205 * sem_ch6.adb (Check_Limited_Return): Minor: clarify comment,
3206 and add assertions.
3207
3208 2017-05-02 Yannick Moy <moy@adacore.com>
3209
3210 * exp_ch4.adb (Expand_N_Op_Ne): Do not bump parenthese level and
3211 optimize length comparison in GNATprove mode.
3212 * exp_spark.adb (Expand_SPARK_Op_Ne): New function to rewrite
3213 operator /= into negation of operator = when needed.
3214 (Expand_SPARK): Call new
3215 function to expand operator /=.
3216
3217 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3218
3219 * exp_fixd.adb (Expand_Divide_Fixed_By_Fixed_Giving_Fixed):
3220 Simplify the expression for a fixed-fixed division to remove
3221 divisions by constants whenever possible, as an optimization
3222 for restricted targets.
3223
3224 2017-05-02 Hristian Kirtchev <kirtchev@adacore.com>
3225
3226 * checks.adb, sem_ch3.adb, sem_ch6.adb: Minor reformatting.
3227
3228 2017-05-02 Bob Duff <duff@adacore.com>
3229
3230 * exp_attr.adb (Callable, Identity, Terminated): Use Find_Prim_Op
3231 to find primitive ops, instead of using an Identifier that will
3232 later be looked up. This is necessary because these ops are not
3233 necessarily visible at all places where we need to call them.
3234 * exp_util.ads: Minor comment fix.
3235
3236 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3237
3238 * sem_ch6.adb (Fully_Conformant_Expressions): Two entity
3239 references are fully conformant if they are both expansions
3240 of the discriminant of a protected type, within one of the
3241 protected operations. One occurrence may be expanded into a
3242 constant declaration while the other is an input parameter to
3243 the corresponding generated subprogram.
3244
3245 2017-05-02 Justin Squirek <squirek@adacore.com>
3246
3247 * sem_ch3.adb (Check_For_Null_Excluding_Components): Created for
3248 recursivly searching composite-types for null-excluding access
3249 types and verifying them.
3250 (Analyze_Object_Declaration): Add a
3251 call to Check_Null_Excluding_Components for static verification
3252 of non-initialized objects.
3253 * checks.adb, checks.ads (Null_Exclusion_Static_Checks): Added
3254 a parameter for a composite-type's component and an extra case
3255 for printing component information.
3256
3257 2017-05-02 Yannick Moy <moy@adacore.com>
3258
3259 * sem_ch10.adb (Analyze_Subunit): Take
3260 configuration pragma into account when restoring appropriate
3261 pragma for analysis of subunit.
3262
3263 2017-05-02 Justin Squirek <squirek@adacore.com>
3264
3265 * s-tasren.adb, s-tasini.adb, s-taprop-linux.adb,
3266 s-mudido-affinity.adb,, a-exetim-posix.adb, a-direio.adb,
3267 g-socket.adb, s-taenca.adb, s-fileio.adb: Remove unused use-type
3268 clauses from the runtime.
3269
3270 2017-05-02 Eric Botcazou <ebotcazou@adacore.com>
3271
3272 * freeze.adb (Check_Component_Storage_Order): Do not treat bit-packed
3273 array components specially.
3274
3275 2017-05-02 Ed Schonberg <schonberg@adacore.com>
3276
3277 * sem_ch8.adb (Premature_Usage): If the premature usage of
3278 an entity is as the expression in its own object decaration,
3279 rewrite the reference as Any_Id to prevent cascaded errors or
3280 compiler loops when such an entity is used in an address clause.
3281
3282 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
3283
3284 * gcc-interface/decl.c (components_to_record): Add missing guard.
3285
3286 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
3287
3288 * gcc-interface/decl.c (components_to_record): Add more comments.
3289 Put back pending fields onto the regular list if the misalignment
3290 happens to cancel itself.
3291
3292 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3293
3294 * sem_ch4.adb (Complete_Object_Operation): When rewriting the
3295 controlling actual in a prefixed call, preserve the original node
3296 information if the prefix itself has been rewritten, for ASIS use.
3297
3298 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3299
3300 * exp_ch6.adb (Insert_Post_Call_Actions):
3301 Code clean up. Insert the post-call actions after an enclosing
3302 procedure call when N denotes a function call and appears as an
3303 actual parameter in the procedure call.
3304
3305 2017-04-28 Eric Botcazou <ebotcazou@adacore.com>
3306
3307 * freeze.adb (Check_Component_Storage_Order): If there is a clause
3308 for the component, also reject the attribute if the component
3309 doesn't end on a byte boundary and its scalar storage order is
3310 different from that of the enclosing record type.
3311
3312 2017-04-28 Javier Miranda <miranda@adacore.com>
3313
3314 * atree.ads (Info_Messages): Removed.
3315 (Warning_Info_Messages): New counter.
3316 (Report_Info_Messages): New counter.
3317 * err_vars.ads Update documentation.
3318 * errout.adb (Delete_Warning_And_Continuations): Update
3319 Info_Message occurrences.
3320 (Error_Msg_Internal): Update Info_Message occurrences.
3321 (Delete_Warning): Update Info_Message occurrences.
3322 (Write_Error_Summary): Update Info_Message occurrences.
3323 (Output_Messages): Update Info_Message occurrences.
3324 (To_Be_Removed): Update Info_Message occurrences.
3325 (Reset_Warnings): Update Info_Message occurrences.
3326 * errutil.adb (Error_Msg): Update Info_Message occurrences.
3327 (Finalize): Update Info_Message occurrences.
3328 (Initialize): Update Info_Message occurrences.
3329 * erroutc.adb (Delete_Msg): Update Info_Message occurrences.
3330 (Compilation_Errors): Update Info_Message_Occurences.
3331
3332 2017-04-28 Eric Botcazou <ebotcazou@adacore.com>
3333
3334 * exp_ch3.adb (Build_Init_Statements): Likewise on Nam.
3335 * freeze.adb (Check_Component_Storage_Order): And on Comp_Byte_Aligned.
3336 * sem_aggr.adb (Resolve_Record_Aggregate): Initialize Box_Node.
3337 * sem_attr.adb (Loop_Entry): Initialize Encl_Loop.
3338 * sem_ch12.adb (Build_Operator_Wrapper): Add pragma Warnings on Expr.
3339 * sem_ch13.adb (Validate_Address_Clauses): Initialize Y_Alignment and
3340 Y_Size.
3341 * sem_eval.adb (Why_Not_Static): Initialize Typ.
3342 * sem_prag.adb (Analyze_Pragma): Add pragma Warnings on Str.
3343
3344 2017-04-28 Bob Duff <duff@adacore.com>
3345
3346 * sem_util.ads, sem_util.adb (Might_Raise): New function
3347 that replaces Is_Exception_Safe, but has the opposite
3348 sense. Is_Exception_Safe was missing various cases -- calls inside
3349 a pragma Debug, calls inside an 'if' or assignment statement,
3350 etc. Might_Raise now walks the entire subtree looking for things
3351 that can raise.
3352 * exp_ch9.adb (Is_Exception_Safe): Remove.
3353 (Build_Protected_Subprogram_Body): Replace call to
3354 Is_Exception_Safe with "not Might_Raise". Misc cleanup (use
3355 constants where possible).
3356 * exp_ch7.adb: Rename Is_Protected_Body -->
3357 Is_Protected_Subp_Body. A protected_body is something different
3358 in the grammar.
3359
3360 2017-04-28 Eric Botcazou <ebotcazou@adacore.com>
3361
3362 * inline.adb (Expand_Inlined_Call): Initialize Targ1 variable.
3363 * par-ch3.adb (P_Component_Items): Initialize Decl_Node variable.
3364 (P_Discrete_Choice_List): Initialize Expr_Node variable.
3365 * par-ch9.adb (P_Task): Initialize Aspect_Sloc variable.
3366 (P_Protected): Likewise.
3367 * sem_case.adb (Check_Duplicates):
3368 Add pragma Warnings on variable.
3369 * sem_ch12.adb (Preanalyze_Actuals): Initialize Vis variable.
3370 * sem_ch4.adb (List_Operand_Interps): Add pragma Warnings on variable.
3371 * sem_ch5.adb (Analyze_Assignment): Initialize Save_Full_Analysis.
3372 (Analyze_Exit_Statement): Initialize Scope_Id variable.
3373 (Analyze_Iterator_Specification): Initialize Bas variable.
3374 * sem_ch9.adb (Allows_Lock_Free_Implementation): Initialize
3375 Error_Count (Satisfies_Lock_Free_Requirements): Likewise.
3376 (Analyze_Accept_Statement): Initialize Task_Nam.
3377
3378 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3379
3380 * checks.adb (Install_Primitive_Elaboration_Check):
3381 Do not generate an elaboration check if all checks have been
3382 suppressed.
3383
3384 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3385
3386 * sem_ch13.adb (Analyze_Aspect_Specifications, case
3387 Interrupt_Handler and Attach_Handler): Generate reference
3388 to protected operation to prevent spurious warnings about
3389 unreferenced entities. Previous scheme failed with style checks
3390 enabled.
3391
3392 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3393
3394 * sem_prag.adb (Relocate_Pragmas_To_Body): A pragma Warnings
3395 that follows an expression function must not be relocated to
3396 the generated body, because it applies to the code that follows.
3397
3398 2017-04-28 Gary Dismukes <dismukes@adacore.com>
3399
3400 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): Test
3401 Relaxed_RM_Semantics to avoid having CodePeer issue errors on
3402 code that might violate the more stringent checking for 'Access
3403 introduced in Ada 2005.
3404
3405 2017-04-28 Arnaud Charlet <charlet@adacore.com>
3406
3407 * a-cforse.adb: minor style fix in comment.
3408
3409 2017-04-28 Eric Botcazou <ebotcazou@adacore.com>
3410
3411 * exp_ch9.adb (Build_Lock_Free_Unprotected_Subprogram_Body): Also
3412 initialize Block_Decls variable.
3413 (Expand_Entry_Barrier): Add pragma Warnings on Func_Body variable.
3414 (Build_Dispatching_Requeue): Add pragma Warnings on Op variable.
3415 * exp_disp.adb (Expand_Interface_Actuals): Initialize
3416 Formal_DDT and Actual_DDT variables.
3417 (Expand_Interface_Thunk): Initialize Iface_Formal.
3418 (Make_DT): Initialize Size_Comp.
3419 (Make_Select_Specific_Data_Table): Initialize Decls.
3420 * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies):
3421 Also initialize more RPC_Receiver_* variables.
3422 (Build_To_Any_Function): Initialize Cstr_Formal.
3423 * exp_prag.adb (Expand_Pragma_Contract_Cases): Initialize Msg_Str.
3424
3425 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3426
3427 * sem_ch6.adb (Freeze_Type_Refs): For an interface conversion
3428 node between access types, freeze the designated type as well,
3429 so that dispatch table pointers are created in the proper scope,
3430 and not in the constructed body of the expression function.
3431
3432 2017-04-28 Bob Duff <duff@adacore.com>
3433
3434 * alloc.ads (Nodes_Initial): Go back to previous value. The large
3435 value makes large compilations faster, but small compilations slower.
3436
3437 2017-04-28 Arnaud Charlet <charlet@adacore.com>
3438
3439 * sem_util.adb: minor typos in Is_Child_Or_Sibling.
3440
3441 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3442
3443 * erroutc.adb (Compilation_Errors): Do not consider info messages
3444 as suitable warnings when warnings must be treated as errors.
3445 * sem_ch7.adb (Analyze_Package_Specification): Do not consider
3446 internally-generated packages when outputting completion
3447 information.
3448 * errout.adb (Output_Messages): Do not consider info messages as
3449 suitable warnings when warnings must be treated as errors.
3450 * errutil.adb (Finalize): Do not consider info messages as
3451 suitable warnings when warnings must be treated as errors.
3452
3453 2017-04-28 Eric Botcazou <ebotcazou@adacore.com>
3454
3455 * warnsw.ads: Minor fix for incorrect wording in comment.
3456
3457 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3458
3459 * sem_res.adb (In_Instance_Code): New predicate in
3460 Valid_Conversion, to determine whether a type conversion appears
3461 as (or within) an actual for a formal object. Type conversions
3462 in instances are not rechecked in Valid_Conversion because
3463 visibility changes between generic location andi instance may
3464 lead to spurious errors, but conversions within an actual must be
3465 fully checked, and they are not fully resolved when pre-analyzing
3466 the actuals.
3467
3468 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3469
3470 * exp_ch6.adb (Expand_N_Extended_Return_Statement): Use
3471 New_Copy_Tree instead of Relocate_Node as any subsequent copies
3472 of the relocated node will have mangled Parent pointers.
3473 * sem_util.adb (Build_NCT_Hash_Tables): Reset both hash
3474 tables used in conjunction with entity and itype replication.
3475 (Visit_Entity): Rewrite the restriction on which entities
3476 require duplication. The restriction now includes all types.
3477
3478 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3479
3480 * a-cofuse.ads, a-cfdlli.ads, a-cfhase.adb, a-cfhase.ads, a-cfinve.adb,
3481 a-cfinve.ads, a-cforma.adb, a-cforma.ads, a-cofuma.adb, a-cofuma.ads,
3482 a-cfhama.adb, a-cfhama.ads, a-cforse.adb: Minor reformatting and code
3483 cleanups.
3484
3485 2017-04-28 Hristian Kirtchev <kirtchev@adacore.com>
3486
3487 * exp_util.adb, g-dyntab.adb, par-ch4.adb, sem_util.adb, sem_attr.adb,
3488 gnat1drv.adb, exp_disp.adb, namet.adb, alloc.ads: Minor reformatting.
3489
3490 2017-04-28 Gary Dismukes <dismukes@adacore.com>
3491
3492 * exp_util.adb: Minor reformatting.
3493
3494 2017-04-28 Ed Schonberg <schonberg@adacore.com>
3495
3496 * sem_ch4.adb: Fix copy/pasto.
3497
3498 2017-04-27 Tristan Gingold <gingold@adacore.com>
3499
3500 * gcc-interface/Make-lang.in: Define EH_MECHANISM while building
3501 raise-gcc.c. Fix include search path for raise-gcc.c
3502
3503 2017-04-27 Eric Botcazou <ebotcazou@adacore.com>
3504
3505 * fe.h (Warn_On_Questionable_Layout): Declare.
3506 * warnsw.ads (Warn_On_Record_Holes): Move down.
3507 (Warn_On_Questionable_Layout): New boolean variable.
3508 (Warning_Record): Add Warn_On_Questionable_Layout field.
3509 * warnsw.adb (All_Warnings): Set Warn_On_Questionable_Layout.
3510 (Restore_Warnings): Likewise.
3511 (Save_Warnings): Likewise.
3512 (Set_Dot_Warning_Switch): Handle 'q' and 'Q' letters.
3513 * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust call to
3514 components_to_record.
3515 (gnu_field_to_gnat): New function.
3516 (warn_on_field_placement): Likewise.
3517 (components_to_record): Add GNAT_RECORD_TYPE and remove REORDER
3518 parameters. Rename local variables and adjust recursive call.
3519 Rework final scan of the field list and implement warnings on the
3520 problematic placement of specific sorts of fields.
3521
3522 2017-04-27 Bob Duff <duff@adacore.com>
3523
3524 * errout.adb, exp_aggr.adb, exp_attr.adb, exp_code.adb, fname.adb,
3525 * fname.ads, freeze.adb, inline.adb, lib.adb, lib.ads, lib-list.adb,
3526 * lib-load.adb, lib-writ.adb, par.adb, restrict.adb, rtsfind.adb,
3527 * sem.adb, sem_cat.adb, sem_ch10.adb, sem_ch12.adb, sem_ch3.adb,
3528 * sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb, sem_elab.adb,
3529 * sem_intr.adb, sem_res.adb, sem_util.adb, sem_warn.adb, sprint.adb:
3530 For efficiency, cache results of Is_Internal_File_Name and
3531 Is_Predefined_File_Name in the Units table. This avoids a lot
3532 of repeated text processing.
3533
3534 2017-04-27 Emmanuel Briot <briot@adacore.com>
3535
3536 * g-comlin.adb (Sort_Sections): remove useless test.
3537
3538 2017-04-27 Claire Dross <dross@adacore.com>
3539
3540 * a-cfhase.adb, a-cfhase.ads (=): Generic parameter removed to
3541 allow the use of regular equality over elements in contracts.
3542 (Formal_Model): Ghost package containing model functions that are
3543 used in subprogram contracts.
3544 (Current_To_Last): Removed, model functions should be used instead.
3545 (First_To_Previous): Removed, model functions should be used instead.
3546 (Strict_Equal): Removed, model functions should be used instead.
3547 (No_Overlap): Removed, model functions should be used instead.
3548 (Equivalent_Keys): Functions over cursors are removed. They were
3549 awkward with explicit container parameters.
3550 * a-cforse.adb, a-cforse.ads (=): Generic parameter removed to
3551 allow the use of regular equality over elements in contracts.
3552 (Formal_Model): Ghost package containing model functions that
3553 are used in subprogram contracts.
3554 (Current_To_Last): Removed, model functions should be used instead.
3555 (First_To_Previous): Removed, model functions should be used instead.
3556 (Strict_Equal): Removed, model functions should be used instead.
3557 (No_Overlap): Removed, model functions should be used instead.
3558
3559 2017-04-27 Yannick Moy <moy@adacore.com>
3560
3561 * gnat1drv.adb: Code cleanup.
3562
3563 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3564
3565 * exp_util.adb (Replace_Entity): The prefix of a 'Result
3566 attribute reference in a post- condition is the subprogram to
3567 which the condition applies. If the condition is inherited
3568 by a type extension, the prefix becomes a reference to the
3569 inherited operation, but there is no need to create a wrapper
3570 for this operation, because 'Result is expanded independently
3571 when elaborating the postconditions.
3572
3573 2017-04-27 Bob Duff <duff@adacore.com>
3574
3575 * sinput.adb: Minor code cleanup.
3576 * namet.adb (Append): Create faster versions of
3577 Append(String) and Append(Name_Id) by using slice assignment
3578 instead of loops.
3579 * sem_util.adb (In_Instance): Speed this up by removing
3580 unnecessary tests; Is_Generic_Instance is defined for all
3581 entities.
3582 * sem_util.ads, sem_util.adb (In_Parameter_Specification):
3583 Remove unused function.
3584 * alloc.ads (Nodes_Initial): Use a much larger value, because
3585 the compiler was spending a lot of time copying the nodes table
3586 when it grows. This number was chosen in 1996, so is rather out
3587 of date with current memory sizes. Anyway, it's virtual memory.
3588 Get rid of Orig_Nodes_...; use Node_... instead.
3589 * atree.adb (Lock): Do not release the Nodes tables; it's a
3590 waste of time.
3591 Orig_Nodes_ ==> Nodes_
3592 * nlists.adb: Orig_Nodes_ ==> Nodes_
3593 * g-table.adb: Remove unused "with" clause.
3594 * g-table.ads, table.ads: Remove Big_Table_Type, which should
3595 not be used by clients.
3596 * g-dyntab.adb (Last_Allocated): New function
3597 to encapsulate T.P.Last_Allocated, which I'm thinking of changing.
3598
3599 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3600
3601 * sem_eval.adb (Subtypes_Statically_Compatible): Remove duplicated
3602 check.
3603 (Subtypes_Statically_Match): Remove duplicate check.
3604 * sem_prag.adb (Check_Arg_Is_External_Name): Remove duplicate check.
3605
3606 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3607
3608 * exp_aggr.adb (Replace_Type): Remove the special processing
3609 for selected components.
3610 * exp_attr.adb (Expand_N_Attribute_Reference): Merge the
3611 processing for attributes Fixed_Value and Integer_Value.
3612 * exp_util.adb (Side_Effect_Free): Merge the processing for
3613 qualified expressions, type conversions, and unchecked type
3614 conversions.
3615 * g-comlin.adb (Is_In_Config): Merge the processing for No_Space
3616 and Optional.
3617 * par-ch3.adb (P_Declarative_Items): Merge the processing for
3618 tokens function, not, overriding, and procedure.
3619 * sem_ch6.adb (Fully_Conformant_Expressions): Merge the processing
3620 for qualified expressions, type conversions, and unchecked
3621 type conversions.
3622 * sem_util.adb (Compile_Time_Constraint_Error): Merge the
3623 processing for Ada 83 and instances.
3624 (Object_Access_Level): Merge the processing for indexed components
3625 and selected components.
3626 * uname.adb (Add_Node_Name): Merge the processing for stubs.
3627
3628 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3629
3630 * checks.adb (Install_Primitive_Elaboration_Check):
3631 Do not generate the check when restriction No_Elaboration_Code
3632 is in effect.
3633
3634 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3635
3636 * exp_disp.adb (Build_Class_Wide_Check): New subsidiary
3637 of Expand_Dispatching_Call. If the denoted subprogram has a
3638 class-wide precondition, this is the only precondition that
3639 applies to the call, rather that the class-wide preconditions
3640 that may apply to the body that is executed. (This is specified
3641 in AI12-0195).
3642
3643 2017-04-27 Yannick Moy <moy@adacore.com>
3644
3645 * gnat1drv.adb (Adjust_Global_Switches): Issue
3646 a warning in GNATprove mode if the runtime library does not
3647 support IEEE-754 floats.
3648
3649 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3650
3651 * sem_prag.adb (Inherit_Class_Wide_Pre): If the parent operation
3652 is itself inherited it does not carry any contract information,
3653 so examine its parent operation which is its Alias.
3654
3655 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3656
3657 * sem_attr.adb (Analyze_Attribute, case 'Image): In Ada2012 the
3658 prefix can be an object reference in which case Obj'Image (X)
3659 can only be interpreted as an indexing of the parameterless
3660 version of the attribute.
3661 * par-ch4.adb (P_Name): An attribute reference can be the prefix of
3662 an indexing or a slice operation if the attribute does not require
3663 parameters. In Ada2012 'Image also belongs in this category,
3664 and A'Image (lo .. hi) is legal and must be parsed as a slice.
3665
3666 2017-04-27 Yannick Moy <moy@adacore.com>
3667
3668 * exp_ch4.adb: Minor reformatting.
3669 * gnat1drv.adb (Adjust_Global_Switches): When in GNATprove mode,
3670 disable the CodePeer and C generation modes. Similar to the
3671 opposite actions done in CodePeer mode.
3672
3673 2017-04-27 Yannick Moy <moy@adacore.com>
3674
3675 * sem_res.adb: Remove duplicate code.
3676 * sem_attr.adb: Delete duplicate code.
3677
3678 2017-04-27 Bob Duff <duff@adacore.com>
3679
3680 * g-dyntab.adb: Reduce the amount of copying in
3681 Release. No need to copy items past Last.
3682
3683 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3684
3685 * checks.adb Add with and use clauses for Sem_Disp.
3686 (Install_Primitive_Elaboration_Check): New routine.
3687 * checks.ads (Install_Primitive_Elaboration_Check): New routine.
3688 * exp_attr.adb (Expand_N_Attribute_Reference): Clean up the
3689 processing of 'Elaborated.
3690 * exp_ch6.adb (Expand_N_Subprogram_Body): Install a primitive
3691 elaboration check.
3692
3693 2017-04-27 Bob Duff <duff@adacore.com>
3694
3695 * g-dyntab.ads, g-dyntab.adb, g-table.ads: Remove incorrect assertion.
3696 If the table grows and then shrinks back to empty, we won't necessarily
3697 point back to the empty array. Code cleanups.
3698 * sinput.ads: Add 'Base to Size clause to match the declared
3699 component subtypes.
3700
3701 2017-04-27 Claire Dross <dross@adacore.com>
3702
3703 * a-cforma.adb, a-cforma.ads (=): Generic parameter removed to
3704 allow the use of regular equality over elements in contracts.
3705 (Formal_Model): Ghost package containing model functions that
3706 are used in subprogram contracts.
3707 (Current_To_Last): Removed, model functions should be used instead.
3708 (First_To_Previous): Removed, model functions should be used instead.
3709 (Strict_Equal): Removed, model functions should be used instead.
3710 (No_Overlap): Removed, model functions should be used instead.
3711 * a-cofuma.adb, a-cofuma.ads (Enable_Handling_Of_Equivalence)
3712 Boolean generic parameter to disable contracts for equivalence
3713 between keys.
3714 (Witness): Create a witness of a key that is used for handling of
3715 equivalence between keys.
3716 (Has_Witness): Check whether a witness is contained in a map.
3717 (W_Get): Get the element associated to a witness.
3718 (Lift_Equivalent_Keys): Removed, equivalence between keys is handled
3719 directly.
3720 * a-cofuse.adb, a-cofuse.ads (Enable_Handling_Of_Equivalence)
3721 Boolean generic parameter to disable contracts for equivalence
3722 between keys.
3723 * a-cfhama.adb, a-cfhama.ads (Formal_Model.P) Disable handling
3724 of equivalence on functional maps.
3725 * a-cfdlli.adb, a-cfdlli.ads (Formal_Model.P) Disable handling
3726 of equivalence on functional maps.
3727
3728 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3729
3730 * exp_ch9.adb (Expand_Entry_Barrier): Code
3731 cleanup. Do not perform the optimization which removes the
3732 declarations of the discriminant and component renamings when
3733 validity checks on operands and attributes are in effect.
3734
3735 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3736
3737 * exp_spark.adb, exp_util.adb, sem_ch7.adb, g-dyntab.adb, g-dyntab.ads,
3738 freeze.adb, a-cfinve.ads, a-cofuma.adb, a-cofuma.ads, a-cfhama.adb,
3739 a-cfhama.ads, a-cofove.ads: Minor reformatting.
3740
3741 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3742
3743 * g-debpoo.adb (Dump_Gnatmem): Protect against a possible null
3744 pointer dereference.
3745 * g-spipat.adb (Dump): Code clean up. Protect against a possible
3746 null pointer dereference.
3747
3748 2017-04-27 Bob Duff <duff@adacore.com>
3749
3750 * g-dyntab.ads, g-dyntab.adb: Default for Table_Low_Bound.
3751 Rename Empty --> Empty_Table_Ptr, and don't duplicate code for it.
3752 Free renames Init, since they do the same thing.
3753 * g-table.ads: Default for Table_Low_Bound.
3754 * table.ads: Default for Table_Low_Bound, Table_Initial, and
3755 Table_Increment.
3756
3757 2017-04-27 Bob Duff <duff@adacore.com>
3758
3759 * g-dyntab.ads, g-dyntab.adb: Add assertions to subprograms that
3760 can reallocate.
3761 * atree.adb, elists.adb, fname-uf.adb, ghost.adb, inline.adb,
3762 * lib.adb, namet.adb, nlists.adb, sem.adb, sinput.adb, stringt.adb:
3763 Reorder code so that above assertions do not fail.
3764 * table.ads: Remove obsolete comment on Locked.
3765
3766 2017-04-27 Claire Dross <dross@adacore.com>
3767
3768 * a-cfdlli.ads: Code cleanup.
3769
3770 2017-04-27 Yannick Moy <moy@adacore.com>
3771
3772 * exp_spark.adb (Expand_SPARK_Freeze_Type): Build a DIC procedure
3773 when needed for proof. (Expand_SPARK): Call the new procedure.
3774 * exp_util.ads Fix typo.
3775
3776 2017-04-27 Gary Dismukes <dismukes@adacore.com>
3777
3778 * a-cofuma.ads, a-cfhama.ads: Minor reformatting, grammar, and typo
3779 fixes.
3780
3781 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3782
3783 * sem_elab.adb Add new type Visited_Element
3784 and update the contents of table Elab_Visited. Various code clean up.
3785 (Check_Elab_Call): Determine whether a prior call to
3786 the same subprogram was already examined within the same context.
3787 (Check_Internal_Call_Continue): Register the subprogram being
3788 called as examined within a particular context. Do not suppress
3789 elaboration warnings.
3790
3791 2017-04-27 Gary Dismukes <dismukes@adacore.com>
3792
3793 * xoscons.adb, osint.ads: Minor reformatting.
3794
3795 2017-04-27 Bob Duff <duff@adacore.com>
3796
3797 * g-dyntab.ads, g-dyntab.adb: Misc cleanup. Rename
3798 Table_Count_Type --> Table_Last_Type, because the name
3799 was confusing (a "count" usually starts at zero). Add
3800 functionality supported or needed by other tables packages
3801 (Move, Release_Threshold).
3802 * g-table.ads, g-table.adb: This is now just a thin wrapper
3803 around g-dyntab.ads/g-dyntab.adb. Add functionality supported
3804 or needed by other tables packages (Save, Restore).
3805 * table.ads, table.adb: This is now just a thin wrapper around
3806 * g-table.ads/g-table.adb.
3807 * namet.h, scos.h, uintp.h: These files are reaching into the
3808 private data of some instances of g-table, whose names changed,
3809 so the above change requires some adjustment here. It now uses
3810 public interfaces.
3811
3812 2017-04-27 Bob Duff <duff@adacore.com>
3813
3814 * namet.adb, namet.ads: Minor: remove unused procedures.
3815
3816 2017-04-27 Eric Botcazou <ebotcazou@adacore.com>
3817
3818 * checks.adb (Apply_Scalar_Range_Check): Initialize Ok variable too.
3819 (Minimize_Eliminate_Overflows): Initialize Llo and Lhi.
3820 Add pragma Warnings on Rtype variable in nested block. *
3821 * exp_ch3.adb (Build_Init_Statements): Initialize VAR_LOC.
3822 * exp_ch4.adb (Expand_Concatenate): Initialize 3 variables.
3823 (Size_In_Storage_Elements): Add pragma Warnings on Res variable.
3824 * exp_ch7.adb (Build_Adjust_Statements): Initialize Bod_Stmts.
3825 (Process_Component_List_For_Finalize): Initialize Counter_Id.
3826 (Build_Finalize_Statements): Initialize Bod_Stmts.
3827 * exp_disp.adb (Expand_Dispatching_Call): Initialize SCIL_Node.
3828
3829 2017-04-27 Claire Dross <dross@adacore.com>
3830
3831 * a-cfhama.adb, a-cfhamai.ads (=): Generic parameter removed to
3832 allow the use of regular equality over elements in contracts.
3833 (Formal_Model): Ghost package containing model functions that are
3834 used in subprogram contracts.
3835 (Current_To_Last): Removed, model
3836 functions should be used instead.
3837 (First_To_Previous): Removed, model functions should be used instead.
3838 (Strict_Equal): Removed, model functions should be used instead.
3839 (No_Overlap): Removed, model functions should be used instead.
3840 (Equivalent_Keys): Functions over cursors are removed. They were
3841 awkward with explicit container parameters.
3842 * a-cofuma.adb, a-cofuma.ads (Lift_Equivalent_Keys): New lemma
3843 (proof only) procedure to help GNATprove when equivalence over
3844 keys is not equality.
3845
3846 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3847
3848 * exp_util.adb, a-cfdlli.adb, a-cfdlli.ads, exp_ch9.adb, g-dyntab.adb,
3849 sem_dim.adb, a-cfinve.adb, a-cfinve.ads, a-cofove.adb, a-cofove.ads:
3850 Minor reformatting and code cleanups.
3851
3852 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3853
3854 * freeze.adb (Build_Inherited_Condition_Pragmas): New procedure,
3855 subsidiary of Check_Inherited_Conditions, to build pragmas for an
3856 operation whose ancestor has classwide pre/postconditions. This
3857 is used both to check the legality of the inheritance in Ada
3858 and in SPARK, and to determine whether a wrapper is needed for
3859 an inherited operation.
3860 * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity):
3861 Improve placement of error message for inherited classwide
3862 conditions that become illegal on type derivation.
3863
3864 2017-04-27 Yannick Moy <moy@adacore.com>
3865
3866 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Set
3867 SPARK_Mode from context on generic package.
3868 * sem_ch7.adb (Analyze_Package_Declaration): Simplify code to remove
3869 useless test.
3870
3871 2017-04-27 Claire Dross <dross@adacore.com>
3872
3873 * a-cofuve.ads (Range_Shifted): Rewrite precondition to avoid
3874 overflows in computations.
3875 * a-cofove.ads (Capacity_Range): Rewrite last bound to avoid
3876 overflows in computations.
3877 (Insert): Rewrite precondition to avoid overflows in computations.
3878 * a-cfinve.ads (Capacity_Range): Rewrite last bound to avoid
3879 overflows in computations.
3880 (Insert): Rewrite precondition to avoid overflows in computations.
3881
3882 2017-04-27 Steve Baird <baird@adacore.com>
3883
3884 * exp_ch9.adb (Expand_N_Asynchronous_Select): Initialize the Cancel
3885 flag when it is declared in order to avoid confusing CodePeer about
3886 the possibility of an uninitialized variable read.
3887
3888 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3889
3890 * sem_dim.adb (Analyze_Dimension_Object_Declaration): There is
3891 no dimensionality error if the subtype of the expression is
3892 identical to the nominal subtype in the declaration, even though
3893 the expression itself may have been constant-folded and lack a
3894 dimension vector.
3895 * sem_dim.ads: Add comments on setting of dimension vectors and
3896 its interaction with node rewritings and side-effect removal.
3897
3898 2017-04-27 Bob Duff <duff@adacore.com>
3899
3900 * debug.adb: Minor comment correction.
3901 * sem_dim.ads: Minor reformatting and typo fixes.
3902
3903 2017-04-27 Bob Duff <duff@adacore.com>
3904
3905 * g-table.adb, g-table.adsa, scos.h: From the C side, access First and
3906 Last of the tables via function calls, rather than relying on layout
3907 of data structures.
3908
3909 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3910
3911 * exp_util.adb: No wrapper in GNATprove mode.
3912
3913 2017-04-27 Yannick Moy <moy@adacore.com>
3914
3915 * sem_res.adb (Resolve_Comparison_Op): Always
3916 evaluate comparisons between values of universal types.
3917
3918 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
3919
3920 * sem_elab.adb (Check_Internal_Call_Continue): Do not generate
3921 an elaboration counter nor a check when in GNATprove mode.
3922 * sem_util.adb (Build_Elaboration_Entity): Do not create an
3923 elaboration counter when in GNATprove mode.
3924
3925 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3926
3927 * freeze.adb: copy-paste typo.
3928
3929 2017-04-27 Yannick Moy <moy@adacore.com>
3930
3931 * sem_prag.adb (Analyze_Pre_Post_In_Decl_Part):
3932 Use correct test to detect call in GNATprove mode instead of
3933 compilation.
3934
3935 2017-04-27 Claire Dross <dross@adacore.com>
3936
3937 * a-cfdlli.adb, a-cfdlli.ads (Formal_Model.M_Elements_In_Union):
3938 New property function expressing that the element of a
3939 sequence are contained in the union of two sequences.
3940 (Formal_Model.M_Elements_Included): New property function
3941 expressing that the element of a sequence are another sequence.
3942 (Generic_Sorting): Use new property functions to state that
3943 elements are preserved by Sort and Merge.
3944 * a-cofove.adb, a-cofove.ads (=): Generic parameter removed to
3945 allow the use of regular equality over elements in contracts.
3946 (Formal_Model): Ghost package containing model functions
3947 that are used in subprogram contracts. (Capacity):
3948 On unbounded containers, return the maximal capacity.
3949 (Current_To_Last): Removed, model functions should be used instead.
3950 (First_To_Previous): Removed, model functions should be used instead.
3951 (Append): Default parameter value replaced
3952 by new wrapper to allow more precise contracts.
3953 (Insert): Subprogram restored, it seems it was useful to users even if
3954 it is inefficient.
3955 (Delete): Subprogram restored, it seems it was useful to users even if
3956 it is inefficient.
3957 (Prepend): Subprogram restored, it seems it was useful to users even
3958 if it is inefficient.
3959 (Delete_First): Subprogram restored, it seems it
3960 was useful to users even if it is inefficient. (Delete_Last):
3961 Default parameter value replaced by new wrapper to allow more
3962 precise contracts.
3963 (Generic_Sorting.Merge): Subprogram restored.
3964 * a-cfinve.adb, a-cfinve.ads (=): Generic parameter removed to
3965 allow the use of regular equality over elements in contracts.
3966 (Formal_Model): Ghost package containing model functions
3967 that are used in subprogram contracts. (Capacity):
3968 On unbounded containers, return the maximal capacity.
3969 (Current_To_Last): Removed, model functions should be used
3970 instead.
3971 (First_To_Previous): Removed, model functions should be used instead.
3972 (Append): Default parameter value replaced
3973 by new wrapper to allow more precise contracts.
3974 (Insert): Subprogram restored, it seems it was useful to users even if
3975 it is inefficient.
3976 (Delete): Subprogram restored, it seems it was useful to users even if
3977 it is inefficient.
3978 (Prepend): Subprogram restored, it seems it was useful to users even
3979 if it is inefficient.
3980 (Delete_First): Subprogram restored, it seems it
3981 was useful to users even if it is inefficient. (Delete_Last):
3982 Default parameter value replaced by new wrapper to allow more
3983 precise contracts.
3984 (Generic_Sorting.Merge): Subprogram restored.
3985 (Vector): Do not reuse formal vectors, as it is no longer possible
3986 to supply them with an equality function over elements.
3987
3988 2017-04-27 Bob Duff <duff@adacore.com>
3989
3990 * g-dyntab.adb (Release): When allocating the new
3991 table, use the correct slice of the old table to initialize it.
3992
3993 2017-04-27 Eric Botcazou <ebotcazou@adacore.com>
3994
3995 * einfo.ads: Minor fixes in comments.
3996
3997 2017-04-27 Ed Schonberg <schonberg@adacore.com>
3998
3999 * sem_prag.adb: disable clones in SPARK_Mode.
4000
4001 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4002
4003 * sem_util.ads, contracts.adb: Minor reformatting.
4004
4005 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4006
4007 * sem_util.adb, sem_util.ads (Build_Class_Wide_Clone_Body):
4008 Build body of subprogram that has a class-wide condition that
4009 contains calls to other primitives.
4010 (Build_Class_Wide_Clone_Call); Build a call to the common
4011 class-wide clone of a subprogram with classwide conditions. The
4012 body of the subprogram becomes a wrapper for a call to the
4013 clone. The inherited operation becomes a similar wrapper to which
4014 modified conditions apply, and the call to the clone includes
4015 the proper conversion in a call the parent operation.
4016 (Build_Class_Wide_Clone_Decl (Spec_Id : Entity_Id): For a
4017 subprogram that has a classwide condition that contains calls to
4018 other primitives, build an internal subprogram that is invoked
4019 through a type-specific wrapper for all inherited subprograms
4020 that may have a modified condition.
4021 * sem_prag.adb (Check_References): If subprogram has a classwide
4022 condition, create entity for corresponding clone, to be invoked
4023 through wrapper subprograns.
4024 (Analyze_Pre_Post_Condition_In_Decl_Part): Do not emit error
4025 message about placement if pragma isi internally generated.
4026 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): If subprogram has
4027 a classwide clone, build body of clone as copy of original body,
4028 and rewrite original body as a wrapper as a wrapper for a call to
4029 the clone, so that it incorporates the original pre/postconditions
4030 of the subprogram.
4031 * freeze.adb (Check_Inherited_Conditions): For an inherited
4032 subprogram that inherits a classwide condition, build spec and
4033 body of corresponding wrapper so that call to inherited operation
4034 gets the modified conditions.
4035 * contracts.adb (Analyze_Contracts): If analysis of classwide
4036 condition has created a clone for a primitive operation, analyze
4037 declaration of clone.
4038
4039 2017-04-27 Steve Baird <baird@adacore.com>
4040
4041 * exp_util.adb (Build_Allocate_Deallocate_Proc):
4042 Add "Suppress => All_Checks" to avoid generating unnecessary
4043 checks.
4044
4045 2017-04-27 Yannick Moy <moy@adacore.com>
4046
4047 * debug.adb: Reserve debug flag 'm' for no inlining in GNATprove.
4048 * sem_ch6.adb (Anayze_Subprogram_Body_Helper): Skip creation of
4049 inlining body in GNATprove mode when switch -gnatdm used.
4050 * sem_res.adb (Resolve_Call): Skip detection of lack of inlining
4051 in GNATprove mode when switch -gnatdm used.
4052
4053 2017-04-27 Arnaud Charlet <charlet@adacore.com>
4054
4055 * sem_ch13.adb (Analyze_Attribute_Definition_Clause
4056 [Attribute_Address]): Call Set_Address_Taken when ignoring rep
4057 clauses, so that we keep an indication of the address clause
4058 before removing it from the tree.
4059
4060 2017-04-27 Yannick Moy <moy@adacore.com>
4061
4062 * exp_util.ads, exp_util.adb (Evaluate_Name): Force evaluation
4063 of expression being qualified, when not an object name, or else
4064 evaluate the underlying name.
4065
4066 2017-04-27 Jerome Lambourg <lambourg@adacore.com>
4067
4068 * bindusg.adb, bindgen.adb, gnatbind.adb, opt.ads: add -nognarl switch.
4069
4070 2017-04-27 Justin Squirek <squirek@adacore.com>
4071
4072 * exp_ch7.adb (Build_Finalize_Statements): Move Num_Comps to
4073 Process_Component_List_For_Finalization as a local variable.
4074 (Process_Component_For_Finalize): Add an extra parameter to avoid
4075 global references.
4076 (Process_Component_List_For_Finalization): Correct calls to
4077 Process_Component_For_Finalize to take Num_Comps as a parameter.
4078
4079 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4080
4081 * sem_ch8.adb (Find_Direct_Name): Account for the case where
4082 a use-visible entity is defined within a nested scope of an
4083 instance when giving priority to entities which were visible in
4084 the original generic.
4085 * sem_util.ads, sem_util.adb (Nearest_Enclosing_Instance): New routine.
4086
4087 2017-04-27 Tristan Gingold <gingold@adacore.com>
4088
4089 * raise-gcc.c: Don't use unwind.h while compiling
4090 for the frontend, but mimic host behavior.
4091
4092 2017-04-27 Javier Miranda <miranda@adacore.com>
4093
4094 * sem_ch3.adb (Build_Discriminated_Subtype):
4095 Propagate Has_Pragma_Unreferenced_Objects to the built subtype.
4096
4097 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4098
4099 * sem_prag.adb (Analyze_Global_Item):
4100 Do not consider discriminants because they are not "entire
4101 objects". Remove the discriminant-related checks because they are
4102 obsolete.
4103 (Analyze_Input_Output): Do not consider discriminants
4104 because they are not "entire objects".
4105
4106 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4107
4108 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Do not
4109 perform check if the current scope does not come from source,
4110 as is the case for a rewritten task body, because check has
4111 been performed already, and may not be doable because of changed
4112 visibility.
4113
4114 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4115
4116 * a-cofuse.adb, a-cfdlli.adb, a-cofuse.ads, a-cfdlli.ads, a-cofuve.adb,
4117 a-cofuve.ads, a-cofuma.adb, a-cofuma.ads, sem_eval.adb, a-cofuba.adb:
4118 Minor reformatting.
4119
4120 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4121
4122 * sem_ch4.adb (Analyze_Call): If the return type of a function
4123 is incomplete in an context in which the full view is available,
4124 replace the type of the call by the full view, to prevent spurious
4125 type errors.
4126 * exp_disp.adb (Check_Premature_Freezing): Disable check on an
4127 abstract subprogram so that compiler does not reject a parameter
4128 of a primitive operation of a tagged type being frozen, when
4129 the untagged type of that parameter cannot be frozen.
4130
4131 2017-04-27 Bob Duff <duff@adacore.com>
4132
4133 * sem_attr.adb (Compute_Type_Key): Don't walk
4134 representation items for irrelevant types, which could be in a
4135 different source file.
4136
4137 2017-04-27 Steve Baird <baird@adacore.com>
4138
4139 * exp_attr.adb (Expand_N_Attribute_Reference):
4140 Don't expand Image, Wide_Image, Wide_Wide_Image attributes
4141 for CodePeer.
4142
4143 2017-04-27 Yannick Moy <moy@adacore.com>
4144
4145 * exp_unst.ads: Fix typos in comments.
4146
4147 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4148
4149 * sem_eval.adb (Choice_Matches): Handle properly a real literal
4150 whose type has a defined static predicate.
4151
4152 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4153
4154 * exp_ch4.adb (Insert_Dereference_Action):
4155 Do not adjust the address of a controlled object when the
4156 associated access type is subject to pragma No_Heap_Finalization.
4157 Code reformatting.
4158
4159 2017-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
4160
4161 * gcc-interface/utils.c (gnat_type_for_size): Set
4162 TYPE_ARTIFICIAL on created types.
4163
4164 2017-04-27 Claire Dross <dross@adacore.com>
4165
4166 * a-cfdlli.adb, a-cfdlli.ads (Formal_Model): Adapt to
4167 modifications in functional containers.
4168 * a-cofuba.ads, a-cofuma.ads, a-cofuse.ads, a-cofuve.ads Reformat
4169 to improve readablity. Subprograms are separated between basic
4170 operations, constructors and properties. Universally quantified
4171 formulas in contracts are factorized in independant functions
4172 with a name and a comment. Names of parameters are improved.
4173
4174 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4175
4176 * exp_spark.adb, sem_elab.adb: Minor reformatting and typo fix.
4177
4178 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4179
4180 * sem_res.adb (Resolve_Type_Conversion): Do not
4181 install a predicate check here since this is already done during
4182 the expansion phase. Verify whether the operand satisfies the
4183 static predicate (if any) of the target type.
4184 * sem_ch3.adb (Analyze_Object_Declaration): Do
4185 not install a predicate check if the object is initialized by
4186 means of a type conversion because the conversion is subjected
4187 to the same check.
4188
4189 2017-04-27 Tristan Gingold <gingold@adacore.com>
4190
4191 * raise.c (__gnat_builtin_longjmp): Remove.
4192 (__gnat_bracktrace):
4193 Add a dummy definition for the compiler (__gnat_eh_personality,
4194 __gnat_rcheck_04, __gnat_rcheck_10) (__gnat_rcheck_19,
4195 __gnat_rcheck_20, __gnat_rcheck_21) (__gnat_rcheck_30,
4196 __gnat_rcheck_31, __gnat_rcheck_32): Likewise.
4197 * a-exexpr.adb: Renamed from a-exexpr-gcc.adb
4198 * a-except.ads, a-except.adb: Renamed from a-except-2005.ads
4199 and a-except-2005.adb.
4200 * raise-gcc.c: Allow build in compiler, compiled as a C++
4201 file.
4202 (__gnat_Unwind_ForcedUnwind): Adjust prototype.
4203 (db): Constify msg_format.
4204 (get_call_site_action_for): Don't use void arithmetic.
4205 * system.ads (Frontend_Exceptions): Set to False.
4206 (ZCX_By_Default): Set to True.
4207 (GCC_ZC_Support): Set to True.
4208 * gcc-interface/Makefile.in: No more variants for a-exexpr.adb and
4209 a-except.ad[sb].
4210 * gcc-interface/Make-lang.in: Add support for backend zcx exceptions
4211 in gnat1 and gnatbind.
4212 * gnat1, gnatbind: link with raise-gcc.o, a-exctra.o, s-addima.o,
4213 s-excmac.o, s-imgint.o, s-traceb.o, s-trasym.o, s-wchstw.o
4214 * s-excmac.ads, s-excmac.adb: Copy of variants.
4215 * a-except.o: Adjust preequisites.
4216 Add handling of s-excmac-arm.adb and s-excmac-gcc.adb.
4217
4218 2017-04-27 Claire Dross <dross@adacore.com>
4219
4220 * a-cfdlli.adb, a-cfdlli.ads (Formal_Model): Adapt to
4221 modifications in functional containers.
4222 * a-cofuba.ads, a-cofuma.ads, a-cofuse.ads, a-cofuve.ads Reformat
4223 to improve readablity. Subprograms are separated between basic
4224 operations, constructors and properties. Universally quantified
4225 formulas in contracts are factorized in independant functions
4226 with a name and a comment. Names of parameters are improved.
4227
4228 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4229
4230 * exp_spark.adb, sem_elab.adb: Minor reformatting and typo fix.
4231
4232 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4233
4234 * sem_res.adb (Resolve_Type_Conversion): Do not
4235 install a predicate check here since this is already done during
4236 the expansion phase. Verify whether the operand satisfies the
4237 static predicate (if any) of the target type.
4238 * sem_ch3.adb (Analyze_Object_Declaration): Do
4239 not install a predicate check if the object is initialized by
4240 means of a type conversion because the conversion is subjected
4241 to the same check.
4242
4243 2017-04-27 Tristan Gingold <gingold@adacore.com>
4244
4245 * a-except.ads, a-except.adb, a-exexpr.adb: Removed (will be
4246 replaced by their variants).
4247
4248 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4249
4250 * exp_prag.adb, a-cofuse.adb, a-cofuse.ads, einfo.adb, sem_prag.adb,
4251 cstand.adb, par-prag.adb, a-cofuve.adb, a-cofuve.ads, a-cofuma.adb,
4252 a-cofuma.ads, a-cofuba.adb, a-cofuba.ads: Minor reformatting.
4253
4254 2017-04-27 Tristan Gingold <gingold@adacore.com>
4255
4256 * s-excmac-gcc.ads, s-excmac-gcc.adb,
4257 s-excmac-arm.ads, s-excmac-arm.adb (New_Occurrence): Rewrite it in
4258 Ada95.
4259
4260 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4261
4262 * exp_ch7.adb (Establish_Transient_Scope): Rewrite
4263 the loop which detects potential enclosing transient scopes. The
4264 loop now terminates much earlier as transient scopes are bounded
4265 by packages and subprograms.
4266
4267 2017-04-27 Claire Dross <dross@adacore.com>
4268
4269 * a-cfdlli.adb, a-cfdlli.ads (=): Generic parameter removed to
4270 allow the use of regular equality over elements in contracts.
4271 (Cursor): Type is now public so that it can be used in
4272 model functions.
4273 (Formal_Model): Ghost package containing
4274 model functions that are used in subprogram contracts.
4275 (Current_To_Last): Removed, model functions should be used
4276 instead.
4277 (First_To_Previous): Removed, model functions should
4278 be used instead.
4279 (Strict_Equal): Removed, model functions
4280 should be used instead.
4281 (Append): Default parameter value
4282 replaced by new wrapper to allow more precise contracts.
4283 (Insert): Default parameter value replaced by new wrapper to
4284 allow more precise contracts.
4285 (Delete): Default parameter
4286 value replaced by new wrapper to allow more precise contracts.
4287 (Prepend): Default parameter value replaced by new wrapper to
4288 allow more precise contracts.
4289 (Delete_First): Default parameter
4290 value replaced by new wrapper to allow more precise contracts.
4291 (Delete_Last): Default parameter value replaced by new wrapper
4292 to allow more precise contracts.
4293
4294 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4295
4296 * exp_spark.adb (Expand_SPARK): Perform specialized expansion
4297 for object declarations.
4298 (Expand_SPARK_N_Object_Declaration): New routine.
4299 * sem_elab.adb (Check_A_Call): Include calls to the
4300 Default_Initial_Condition procedure of a type under the SPARK
4301 elaboration checks umbrella.
4302
4303 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4304
4305 * sem.adb (Analyze): Diagnose an illegal iterated component
4306 association.
4307 * sem_util.ads, sem_util.adb
4308 (Diagnose_Iterated_Component_Association): New routine.
4309
4310 2017-04-27 Bob Duff <duff@adacore.com>
4311
4312 * adaint.c (__gnat_get_current_dir): Return 0 in length if
4313 getcwd fails.
4314 * a-direct.adb, g-dirope.adb, osint.adb, s-os_lib.adb: Raise
4315 exception if getcwd failed.
4316
4317 2017-04-27 Yannick Moy <moy@adacore.com>
4318
4319 * exp_dbug.adb, exp_dbug.ads (Get_External_Name): Prefix ghost
4320 entities with special prefix.
4321
4322 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4323
4324 * debug.adb Change the documentation of switch -gnatd.s.
4325 * exp_ch7.adb (Make_Transient_Block): Transient blocks do not need
4326 to manage the secondary stack when an enclosing scope already
4327 performs this functionality (aka relaxed management). Switch
4328 -gnatd.s may be used to force strict management in which case
4329 the block will manage the secondary stack unconditionally. Add
4330 a guard to stop the traversal when encountering a package or a
4331 subprogram scope.
4332
4333 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4334
4335 * sem_res.adb (Resolve_Call): Refine further the handling of
4336 limited views of return types in function calls. If the function
4337 that returns a limited view appears in the current unit,
4338 we do not replace its type by the non-limited view because
4339 this transformation is performed int the back-end. However,
4340 the type of the call itself must be the non-limited view, to
4341 prevent spurious resolution errors.
4342
4343 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4344
4345 * einfo,ads, einfo.adb (Class_Wide_Preconds, Class_Wide_Postconds):
4346 Removed, proposed implementation using generics for class-wide
4347 preconditions proved impractical.
4348 (Class_Wide_Clone): New attribute of subprogram. Designates
4349 subprogram created for primitive operations with class-wide
4350 pre/postconditions that contain calls to other primitives. The
4351 clone holds the body of the original primitive, but the
4352 pre/postonditions do not apply to it. The original body is
4353 rewritten as a wrapper for a call to the clone.
4354 (Is_Class_Wide_Clone): New flag to identify a Class_Wide_Clone. If
4355 the flag is set, no code for the corresponding pre/postconditions
4356 is inserted into its body.
4357
4358 2017-04-27 Bob Duff <duff@adacore.com>
4359
4360 * exp_prag.adb, par-prag.adb, sem_ch13.adb: Ignore
4361 Scalar_Storage_Order if -gnatI is given.
4362 * sem_prag.adb (Analyze_Pragma): Ignore
4363 Default_Scalar_Storage_Order if -gnatI is given.
4364
4365 2017-04-27 Claire Dross <dross@adacore.com>
4366
4367 * a-cofuba.ads (Add): Take as an additional input parameter
4368 the position where the element should be inserted.
4369 (Remove): New function that removes an element from the container.
4370 * a-cofuma.ads (Add): Adapt to the new API of Base.Add.
4371 * a-cofuse.ads (Add): Adapt to the new API of Base.Add.
4372 (Remove): New function that removes an element from a set.
4373 * a-cofuve.ads (Add): Adapt to the new API of Base.Add.
4374 (Remove): New function that removes an element from a sequence.
4375 (Insert): New function that adds anywhere in a sequence.
4376
4377 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4378
4379 * checks.adb (Generate_Range_Check): Revert previous change.
4380
4381 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4382
4383 * sem_util.adb: Minor reformatting/rewording.
4384
4385 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4386
4387 * lib-xref.adb (Generate_Reference): The use
4388 of attribute 'Result is not considered a violation of pragma
4389 Unreferenced.
4390
4391 2017-04-27 Justin Squirek <squirek@adacore.com>
4392
4393 * cstand.adb (Create_Standard): Correctly set
4394 Directly_Designated_Type for Any_Access.
4395 * sem_type.adb (Covers): Minor grammar fixes.
4396
4397 2017-04-27 Bob Duff <duff@adacore.com>
4398
4399 * sem_attr.adb: Minor cleanup.
4400
4401 2017-04-27 Claire Dross <dross@adacore.com>
4402
4403 * a-cofuba.ads, a-cofuba.adb (Ada.Containers.Functional_Base): New
4404 private child of Ada.Containers used to implement all functional
4405 containers.
4406 * a-cofuma.ads, a-cofuma.adb (Ada.Containers.Functional_Maps): New
4407 child of Ada.Containers. It provides functional indefinite unbounded
4408 maps which can be used as high level models for specification
4409 of data structures.
4410 * a-cofuse.ads, a-cofuse.adb (Ada.Containers.Functional_Sets): New
4411 child of Ada.Containers. It provides functional indefinite unbounded
4412 sets which can be used as high level models for specification
4413 of data structures.
4414 * a-cofuve.ads, a-cofuve.adb (Ada.Containers.Functional_Vectors): New
4415 child of Ada.Containers. It provides functional indefinite unbounded
4416 vectors which can be used as high level models for specification
4417 of data structures.
4418 * Makefile.rtl: Add new packages.
4419 * impunit.adb: Add new packages.
4420
4421 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4422
4423 * sem_ch4.adb: Minor reformatting.
4424
4425 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4426
4427 * sem_ch12.adb (Analyze_Associations): minor reformatting.
4428 (Check_Fixed_Point_Actual): Do not emit a warning on a fixed
4429 point type actual that has user-defined arithmetic primitives,
4430 when there is a previous actual for a formal package that defines
4431 a fixed-point type with the parent user-defined operator.
4432
4433 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4434
4435 * checks.adb (Generate_Range_Check): Reinstate part of previous change.
4436 * sem_attr.adb (Resolve_Attribute): Generate a range check when
4437 the component type allows range checks.
4438
4439 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4440
4441 * sem_aux.adb (Is_Generic_Formal): Use original node to locate
4442 corresponding declaration, because formal derived types are
4443 rewritten as private extensions.
4444
4445 2017-04-27 Ed Schonberg <schonberg@adacore.com>
4446
4447 * sem_dim.adb (Analyze_Dimension_Binary_Op): Do not check
4448 dimensions of operands if node has been analyzed already, because
4449 previous analysis and dimension checking will have removed the
4450 dimension information from the operands.
4451
4452 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4453
4454 * debug.adb: Document the use of switch -gnatd.s.
4455 * einfo.ads Update the documentation on attribute
4456 Sec_Stack_Needed_For_Return and attribute Uses_Sec_Stack. Remove
4457 the uses of these attributes from certain entities.
4458 * exp_ch7.adb (Make_Transient_Block): Reimplement the circuitry
4459 which determines whether the block should continue to manage
4460 the secondary stack.
4461 (Manages_Sec_Stack): New routine.
4462
4463 2017-04-27 Bob Duff <duff@adacore.com>
4464
4465 * atree.ads: Minor edit.
4466
4467 2017-04-27 Hristian Kirtchev <kirtchev@adacore.com>
4468
4469 * sinfo.ads: Update the section on Ghost mode. Add
4470 a section on SPARK mode. Update the placement of section on
4471 expression functions.
4472
4473 2017-04-27 Bob Duff <duff@adacore.com>
4474
4475 * sinput.adb (Get_Source_File_Index): Don't
4476 assert that S is in the right range in the case where this is
4477 a .dg file under construction.
4478
4479 2017-04-27 Yannick Moy <moy@adacore.com>
4480
4481 * sem_util.adb (Check_Result_And_Post_State):
4482 Handle more precisely each conjunct in expressions formed by
4483 and'ing sub-expressions.
4484
4485 2017-04-27 Gary Dismukes <dismukes@adacore.com>
4486
4487 * exp_ch4.adb, sem_ch4.adb: Minor typo fix and reformatting.
4488
4489 2017-04-25 Arnaud Charlet <charlet@adacore.com>
4490
4491 * gnat_rm.texi, gnat_ugn.texi,
4492 doc/gnat_ugn/building_executable_programs_with_gnat.rst,
4493 doc/gnat_ugn/platform_specific_information.rst,
4494 doc/gnat_ugn/gnat_and_program_execution.rst,
4495 doc/gnat_ugn/gnat_utility_programs.rst,
4496 doc/gnat_ugn/the_gnat_compilation_model.rst,
4497 doc/gnat_rm/implementation_defined_attributes.rst,
4498 doc/gnat_rm/the_gnat_library.rst,
4499 doc/gnat_rm/implementation_defined_pragmas.rst,
4500 doc/gnat_rm/representation_clauses_and_pragmas.rst,
4501 doc/gnat_rm/implementation_of_specific_ada_features.rst,
4502 doc/gnat_rm/implementation_defined_aspects.rst,
4503 doc/gnat_rm/implementation_defined_characteristics.rst: Update
4504 documentation.
4505
4506 2017-04-25 Arnaud Charlet <charlet@adacore.com>
4507
4508 * exp_ch4.adb (Expand_N_Case_Expression): Emit error message when
4509 generating C code on complex case expressions.
4510
4511 2017-04-25 Arnaud Charlet <charlet@adacore.com>
4512
4513 * sem_prag.adb (Analyze_Pragma): Generate a warning instead
4514 of silently ignoring pragma Ada_xxx in Latest_Ada_Only mode.
4515 * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Use
4516 Ada_2012 instead of Ada_2005 to be compatible with the above
4517 change.
4518 * bindgen.adb: Silence new warning on pragma Ada_95.
4519
4520 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4521
4522 * checks.adb (Generate_Range_Check): Revert part of previous change.
4523
4524 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4525
4526 * sem_ch4.adb (Try_Container_Indexing): Handle properly a
4527 container indexing operation that appears as a an actual in a
4528 parameter association in a procedure call.
4529
4530 2017-04-25 Olivier Ramonat <ramonat@adacore.com>
4531
4532 * prj-proc.adb, sem_util.adb, s-stposu.adb, sem_attr.adb, prj-conf.ads:
4533 Fix spelling mistakes.
4534
4535 2017-04-25 Bob Duff <duff@adacore.com>
4536
4537 * types.ads, osint.adb, sinput-c.adb, sinput-d.adb, sinput-l.adb,
4538 * sinput-p.adb: Use regular fat pointers, with bounds checking,
4539 for source buffers. Fix misc obscure bugs.
4540 * sinput.ads, sinput.adb: Use regular fat pointers, with bounds
4541 checking, for source buffers. Modify representation clause for
4542 Source_File_Record as appropriate. Move Source_File_Index_Table
4543 from spec to body, because it is not used outside the body.
4544 Move Set_Source_File_Index_Table into the private part, because
4545 it is used only in the body and in children. Use trickery to
4546 modify the dope in the generic instantiation case. It's ugly,
4547 but not as ugly as the previous method. Fix documentation.
4548 Remove obsolete code.
4549 * fname-sf.adb, targparm.adb: Fix misc out-of-bounds
4550 indexing in source buffers.
4551 * fmap.adb: Avoid conversions from one string type to another.
4552 Remove a use of global name buffer.
4553 * osint.ads, sfn_scan.ads, sfn_scan.adb, sinput-c.ads: Comment
4554 fixes.
4555
4556 2017-04-25 Gary Dismukes <dismukes@adacore.com>
4557
4558 * exp_util.adb, exp_ch4.adb: Minor reformatting.
4559
4560 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4561
4562 * checks.adb: Code clean up in various routines.
4563 (Generate_Range_Check): Do not generate a range check when the
4564 expander is not active or when index/range checks are suppressed
4565 on the target type.
4566 (Insert_List_After_And_Analyze, Insert_List_Before_And_Analyze):
4567 Remove variants that include a Supress parameter. These routines
4568 are never used, and were introduced before the current scope-based
4569 check suppression method.
4570
4571 2017-04-25 Vasiliy Fofanov <fofanov@adacore.com>
4572
4573 * prj-part.adb, cstreams.c, osint.adb, osint.ads: Remove VMS specific
4574 code and some subprogram calls that are now noop.
4575
4576 2017-04-25 Arnaud Charlet <charlet@adacore.com>
4577
4578 * exp_ch4.adb (Expand_N_Case_Expression): Take
4579 Minimize_Expression_With_Actions into account when possible.
4580
4581 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4582
4583 * exp_util.adb (Known_Non_Null): Moved to Sem_Util.
4584 (Known_Null): Moved to Sem_Util.
4585 * exp_util.ads (Known_Non_Null): Moved to Sem_Util.
4586 (Known_Null): Moved to Sem_Util.
4587 * sem_util.adb Add new enumeration type Null_Status_Kind.
4588 (Known_Non_Null): Moved from Exp_Util. Most of the logic in
4589 this routine is now carried out by Null_Status.
4590 (Known_Null): Moved from Exp_Util. Most of the logic in this routine
4591 is now carried out by Null_Status.
4592 (Null_Status): New routine.
4593 * sem_util.ads (Known_Non_Null): Moved from Exp_Util.
4594 (Known_Null): Moved from Exp_Util.
4595
4596 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4597
4598 * sem_ch6.adb (Analyze_Expression_Function): Do not report an
4599 error on the return type of an expression function that is a
4600 completion, if the type is derived from a generic formal type.
4601
4602 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4603
4604 * sem_dim.adb (Dimensions_Of_Operand): The dimensions of a type
4605 conversion are those of the target type.
4606
4607 2017-04-25 Bob Duff <duff@adacore.com>
4608
4609 * a-clrefi.adb: Minor cleanup.
4610
4611 2017-04-25 Gary Dismukes <dismukes@adacore.com>
4612
4613 * exp_util.adb, exp_util.ads, types.ads: Minor reformatting.
4614
4615 2017-04-25 Bob Duff <duff@adacore.com>
4616
4617 * err_vars.ads, fmap.adb, fmap.ads, comperr.adb, fname-sf.adb,
4618 types.adb, types.ads, types.h, sinput-l.adb, targparm.adb,
4619 errout.adb, sinput.adb, sinput.ads, cstand.adb, scn.adb,
4620 scn.ads, gnatls.adb: Eliminate the vestigial Internal_Source_File and
4621 the Internal_Source buffer. This removes the incorrect call to "="
4622 the customer noticed.
4623 Wrap remaining calls to "=" in Null_Source_Buffer_Ptr. We
4624 eventually need to eliminate them altogether. Or else get rid
4625 of zero-origin addressing.
4626
4627 2017-04-25 Claire Dross <dross@adacore.com>
4628
4629 * exp_util.ads (Expression_Contains_Primitives_Calls_Of): New
4630 function used in GNATprove to know if an expression contains
4631 non-dispatching calls on primitives of a tagged type.
4632
4633 2017-04-25 Bob Duff <duff@adacore.com>
4634
4635 * rtsfind.adb (Initialize): Initialize
4636 First_Implicit_With. Building the compiler with Normalize_Scalars
4637 and validity checking finds this being used as an uninitialized
4638 variable.
4639
4640 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4641
4642 * contracts.adb (Analyze_Entry_Or_Subprogram_Body_Contract):
4643 Add a warning about SPARK mode management. The routine now
4644 saves and restores both the mode and associated pragma.
4645 (Analyze_Entry_Or_Subprogram_Contract): Add a warning about
4646 SPARK mode management. The routine now saves and restores both
4647 the mode and associated pragma.
4648 (Analyze_Object_Contract):
4649 Add a warning about SPARK mode management. The routine
4650 now saves and restores both the mode and associated pragma.
4651 (Analyze_Package_Body_Contract): Add a warning about SPARK mode
4652 management. The routine now saves and restores both the mode
4653 and associated pragma. (Analyze_Package_Contract): Add a warning
4654 about SPARK mode management. The routine now saves and restores
4655 both the mode and associated pragma.
4656 (Analyze_Task_Contract):
4657 Add a warning about SPARK mode management. The routine now saves
4658 and restores both the mode and associated pragma.
4659 * expander.adb (Expand): Change the way the Ghost mode is saved
4660 and restored.
4661 * exp_ch3.adb (Freeze_Type): Change the way the Ghost mode is
4662 saved and restored.
4663 * exp_disp.adb (Make_DT): Change the way the Ghost mode is saved
4664 and restored.
4665 * exp_util.adb (Build_DIC_Procedure_Body):
4666 Change the way the Ghost mode is saved and restored.
4667 (Build_DIC_Procedure_Declaration): Change the way the Ghost
4668 mode is saved and restored.
4669 (Build_Invariant_Procedure_Body):
4670 Change the way the Ghost mode is saved and restored.
4671 (Build_Invariant_Procedure_Declaration): Change the way the Ghost
4672 mode is saved and restored.
4673 (Make_Predicate_Call): Change the
4674 way the Ghost mode is saved and restored.
4675 * freeze.adb (Freeze_Entity): Change the way the Ghost mode is
4676 saved and restored.
4677 * ghost.adb (Mark_And_Set_Ghost_Assignment): Remove parameter Mode
4678 and its assignment.
4679 (Mark_And_Set_Ghost_Body): Remove parameter
4680 Mode and its assignment.
4681 (Mark_And_Set_Ghost_Completion):
4682 Remove parameter Mode and its assignment.
4683 (Mark_And_Set_Ghost_Declaration): Remove parameter Mode and its
4684 assignment.
4685 (Mark_And_Set_Ghost_Instantiation): Remove parameter
4686 Mode and its assignment.
4687 (Mark_And_Set_Ghost_Procedure_Call):
4688 Remove parameter Mode and its assignment.
4689 (Set_Ghost_Mode):
4690 Remove parameter Mode and its assignment.
4691 * ghost.ads (Mark_And_Set_Ghost_Assignment): Remove parameter Mode
4692 and update the comment on usage.
4693 (Mark_And_Set_Ghost_Body):
4694 Remove parameter Mode and update the comment on usage.
4695 (Mark_And_Set_Ghost_Completion): Remove parameter Mode and
4696 update the comment on usage.
4697 (Mark_And_Set_Ghost_Declaration):
4698 Remove parameter Mode and update the comment on usage.
4699 (Mark_And_Set_Ghost_Instantiation): Remove parameter Mode and
4700 update the comment on usage.
4701 (Mark_And_Set_Ghost_Procedure_Call):
4702 Remove parameter Mode and update the comment on usage.
4703 (Set_Ghost_Mode): Remove parameter Mode and update the comment
4704 on usage.
4705 * lib.ads Remove obsolete fields SPARK_Mode_Pragma from various
4706 types.
4707 * lib-load.adb (Create_Dummy_Package_Unit): Remove the assignment
4708 of obsolete field SPARK_Mode_Pragma.
4709 (Load_Main_Source): Remove
4710 the assignment of obsolete field SPARK_Mode_Pragma.
4711 (Load_Unit): Remove the assignment of obsolete field SPARK_Mode_Pragma.
4712 * lib-writ.adb (Add_Preprocessing_Dependency): Remove
4713 the assignment of obsolete field SPARK_Mode_Pragma.
4714 (Ensure_System_Dependency): Remove the assignment of obsolete
4715 field SPARK_Mode_Pragma.
4716 * rtsfind.adb (Load_RTU): Add a warning about Ghost and SPARK
4717 mode management. Change the way Ghost and SPARK modes are saved
4718 and restored.
4719 * sem.adb (Analyze): Change the way the Ghost mode is saved
4720 and restored.
4721 * sem_ch3.adb (Analyze_Object_Declaration): Change the way the
4722 Ghost mode is saved and restored.
4723 (Process_Full_View): Change
4724 the way the Ghost mode is saved and restored.
4725 * sem_ch5.adb (Analyze_Assignment): Change the way the Ghost
4726 mode is saved and restored.
4727 * sem_ch6.adb (Analyze_Procedure_Call): Change the way the Ghost
4728 mode is saved and restored.
4729 (Analyze_Subprogram_Body_Helper):
4730 Change the way the Ghost mode is saved and restored.
4731 * sem_ch7.adb (Analyze_Package_Body_Helper): Change the way the
4732 Ghost mode is saved and restored.
4733 * sem_ch10.adb (Analyze_Subunit): Add a warning about SPARK mode
4734 management. Save the SPARK mode-related data prior to any changes
4735 to the scope stack and contexts. The mode is then reinstalled
4736 before the subunit is analyzed in order to restore the original
4737 view of the subunit.
4738 * sem_ch12.adb (Analyze_Package_Instantiation): Update the
4739 warning on region management. Change the way the Ghost and
4740 SPARK modes are saved and restored.
4741 (Inline_Instance_Body):
4742 Add a warning about SPARK mode management. Code clean up.
4743 (Analyze_Subprogram_Instantiation): Update the warning on region
4744 management. Change the way the Ghost and SPARK modes are saved
4745 and restored.
4746 (Instantiate_Package_Body): Update the warning
4747 on region management. Change the way the Ghost and SPARK modes
4748 are saved and restored.
4749 (Instantiate_Subprogram_Body): Update
4750 the warning on region management. Change the way the Ghost and
4751 SPARK modes are saved and restored.
4752 (Set_Instance_Env): Add a
4753 warning about SPARK mode management. Change the way SPARK mode
4754 is saved and restored.
4755 * sem_ch13.adb (Build_Predicate_Functions):
4756 Change the way the Ghost mode is saved and restored.
4757 (Build_Predicate_Function_Declaration): Change the way the Ghost
4758 mode is saved and restored.
4759 * sem_elab.adb (Check_Elab_Calls): Add a warning about SPARK
4760 mode management. Change the way SPARK mode is saved and restored.
4761 * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part):
4762 Change the way the Ghost mode is saved and restored.
4763 (Analyze_Initial_Condition_In_Decl_Part): Change the way
4764 the Ghost mode is saved and restored.
4765 (Analyze_Pragma):
4766 Change the way the Ghost mode is saved and restored.
4767 (Analyze_Pre_Post_Condition_In_Decl_Part): Change the way the
4768 Ghost mode is saved and restored.
4769 * sem_util.adb (Install_SPARK_Mode): New routine.
4770 (Restore_SPARK_Mode): New routine.
4771 (Save_SPARK_Mode_And_Set): Removed.
4772 (Set_SPARK_Mode): New routine.
4773 * sem_util.ads (Install_SPARK_Mode): New routine.
4774 (Restore_SPARK_Mode): New routine.
4775 (Save_SPARK_Mode_And_Set): Removed.
4776 (Set_SPARK_Mode): New routine.
4777
4778 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4779
4780 * sem_util.adb, sem_util.ads (From_Nested_Package): New predicate
4781 to determine whether a type is declared in a local package that
4782 has not yet been frozen.
4783 * freeze.adb (Freeze_Before): Use new predicate to determine
4784 whether a local package must be installed on the scope stack
4785 in order to evaluate in the proper scope actions generated by
4786 aspect specifications, such as Predicate
4787 * sem_ch13.adb: Simplify code in Analyze_Aspects_At_Freeze_Point
4788 using new predicate.
4789
4790 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4791
4792 * sem_warn.adb (Warn_On_Constant_Valid_Condition): Do not consider
4793 comparisons between non- scalar expressions expressions because
4794 their values cannot be invalidated.
4795 * sem_warn.ads (Warn_On_Constant_Valid_Condition): Update the
4796 comment on usage.
4797
4798 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4799
4800 * par_sco.adb: Minor reformatting.
4801
4802 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4803
4804 * sem_ch13.adb (Analyze_Aspects_At_Freeze_Point): If entity
4805 is a type from an unfrozen local package, install package to
4806 complete the analysis of delayed aspects of the type.
4807
4808 2017-04-25 Tristan Gingold <gingold@adacore.com>
4809
4810 * bingen.adb (System_Version_Control_Used): New variable.
4811 (Resolve_Binder_Options): Set the above variable.
4812 (Gen_Output_File_Ada): Conditionally call Gen_Versions.
4813 (Gen_Elab_Order): Emit blank line before.
4814
4815 2017-04-25 Justin Squirek <squirek@adacore.com>
4816
4817 * sem_cat.adb (Validate_RT_RAT_Component): Added
4818 an extra check to ignore incomplete types.
4819
4820 2017-04-25 Thomas Quinot <quinot@adacore.com>
4821
4822 * sem_prag.adb (Analyze_Pragma, case Pragma_Check): Remove
4823 bogus circuitry for the case where Name is Predicate.
4824
4825 2017-04-25 Thomas Quinot <quinot@adacore.com>
4826
4827 * par_sco.adb(Traverse_Declarations_Or_Statements.Traverse_Aspects):
4828 Create SCOs for Predicate aspects in disabled
4829 state initially, to be enabled later on by...
4830 * sem_ch13.adb (Build_Predicate_Functions.Add_Predicates): Mark
4831 SCO for predicate as enabled.
4832
4833 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4834
4835 * comperr.adb (Compiler_Abort): Remove now obsolete pair of
4836 pragmas Warnings Off / On.
4837 * namet.adb (Finalize): Remove now obsolete pair of pragmas
4838 Warnings Off / On.
4839 * output.adb: Remove now obsolete pair of pragmas Warnings Off / On.
4840 * sem_warn.adb (Warn_On_Constant_Valid_Condition): Do not
4841 consider comparisons between static expressions because their
4842 values cannot be invalidated.
4843 * urealp.adb (Tree_Read): Remove now obsolete pair of pragmas
4844 Warnings Off / On.
4845 (Tree_Write): Remove now obsolete pair of pragmas Warnings Off / On.
4846 * usage.adb Remove now obsolete pair of pragmas Warnings Off / On.
4847
4848 2017-04-25 Bob Duff <duff@adacore.com>
4849
4850 * sem_elab.adb (In_Task_Activation): Trace internal calls in
4851 task bodies.
4852
4853 2017-04-25 Gary Dismukes <dismukes@adacore.com>
4854
4855 * sem_prag.adb, sem_warn.adb, sem_eval.adb: Minor reformatting and
4856 typo fixes.
4857
4858 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4859
4860 * comperr.adb (Compiler_Abort): Add a pair of pragma Warnings
4861 On/Off to defend against a spurious warning in conditional
4862 compilation.
4863 * exp_ch4.adb (Rewrite_Comparison): Reimplemented.
4864 * namet.adb (Finalize): Add a pair of pragma Warnings On/Off to
4865 defend against a spurious warning in conditional compilation.
4866 * output.adb Add a pair of pragma Warnings On/Off to defend
4867 against a spurious warning in conditional compilation.
4868 * sem_eval.adb (Eval_Relational_Op): Major code clean up.
4869 (Fold_General_Op): New routine.
4870 (Fold_Static_Real_Op): New routine.
4871 (Test_Comparison): New routine.
4872 * sem_eval.ads (Test_Comparison): New routine.
4873 * sem_warn.adb (Is_Attribute_Constant_Comparison): New routine.
4874 (Warn_On_Constant_Valid_Condition): New routine.
4875 (Warn_On_Known_Condition): Use Is_Attribute_Constant_Comparison
4876 to detect a specific case.
4877 * sem_warn.adb (Warn_On_Constant_Valid_Condition): New routine.
4878 * urealp.adb (Tree_Read): Add a pair of pragma Warnings On/Off
4879 to defend against a spurious warning in conditional compilation.
4880 (Tree_Write): Add a pair of pragma Warnings On/Off to defend
4881 against a spurious warning in conditional compilation.
4882 * usage.adb Add a pair of pragma Warnings On/Off to defend
4883 against a spurious warning in conditional compilation.
4884
4885 2017-04-25 Arnaud Charlet <charlet@adacore.com>
4886
4887 * sinfo.ads, sem_ch13.adb: Update comment.
4888
4889 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4890
4891 * sem_util.adb (Is_Post_State): A reference to a
4892 generic in out parameter is considered a change in the post-state
4893 of a subprogram.
4894
4895 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4896
4897 * sem_ch12.adb (Load_Parent_Of_Generic); When retrieving the
4898 declaration of a subprogram instance within its wrapper package,
4899 skip over null statements that may result from the rewriting of
4900 ignored pragmas.
4901
4902 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4903
4904 * exp_attr.adb (Expand_Attribute_Reference, case 'Read):
4905 If the type is an unchecked_union, replace the attribute with
4906 a Raise_Program_Error (rather than inserting such before the
4907 attribute reference) to handle properly the case where we are
4908 processing a component of a larger record, and we need to prevent
4909 further expansion for the unchecked union.
4910 (Expand_Attribute_Reference, case 'Write): If the type is
4911 an unchecked_union, check whether enclosing scope is a Write
4912 subprogram. Replace attribute with a Raise_Program_Error if the
4913 discriminants of the unchecked_union type have not default values
4914 because such a use is erroneous..
4915
4916 2017-04-25 Tristan Gingold <gingold@adacore.com>
4917
4918 * exp_ch9.adb (Expand_N_Task_Type_Declaration):
4919 Add relative_deadline to task record on edf profile.
4920 (Make_Initialize_Protection): Pass deadline_floor value on edf profile.
4921 (Make_Task_Create_Call): Pass relative_deadline value.
4922 * par-prag.adb (Prag): Handle Pragma_Deadline_Floor.
4923 * s-rident.ads (Profile_Name): Add GNAT_Ravenscar_EDF.
4924 (Profile_Info): Add info for GNAT_Ravenscar_EDF.
4925 * sem_prag.adb (Set_Ravenscar_Profile): Handle
4926 GNAT_Ravenscar_EDF (set scheduling policy).
4927 (Analyze_Pragma): Handle GNAT_Ravenscar_EDF profile and Deadline_Floor
4928 pragma.
4929 (Sig_Flags): Add choice for Pragma_Deadline_Floor.
4930 * snames.ads-tmpl (Name_Deadline_Floor, Name_Gnat_Ravenscar_EDF):
4931 New names.
4932 (Pragma_Deadline_Floor): New pragma.
4933 * targparm.adb (Get_Target_Parameters): Recognize
4934 GNAT_Ravenscar_EDF profile.
4935
4936 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
4937
4938 * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
4939
4940 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4941
4942 * sem_aux.adb (Nearest_Ancestor): Use original node of type
4943 declaration to locate nearest ancestor, because derived
4944 type declarations for record types are rewritten as record
4945 declarations.
4946 * sem_ch13.adb (Add_Call): Use an unchecked conversion to handle
4947 properly derivations that are completions of private types.
4948 (Add_Predicates): If type is private, examine rep. items of full
4949 view, which may include inherited predicates.
4950 (Build_Predicate_Functions): Ditto.
4951
4952 2017-04-25 Javier Miranda <miranda@adacore.com>
4953
4954 * sem_util.adb (New_Copy_Tree.Visit_Entity): Extend previous change
4955 to generate new entities for subtype declarations located in
4956 Expression_With_Action nodes.
4957
4958 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4959
4960 * sem_elab.adb (Check_A_Call): Remove
4961 local variables Is_DIC_Proc and Issue_In_SPARK. Verify the
4962 need for Elaborate_All when SPARK elaboration checks are
4963 required. Update the checks for instances, variables, and calls
4964 to Default_Initial_Condition procedures.
4965
4966 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4967
4968 * aspects.ads, aspects.adb: Make the GNAT-specific pragma No_Inline
4969 into a boolean aspect, in analogy with the Ada aspect No_Return.
4970
4971 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4972
4973 * exp_ch6.adb, sem_ch13.adb, sem_ch6.adb: Minor reformatting.
4974
4975 2017-04-25 Bob Duff <duff@adacore.com>
4976
4977 * sem_res.adb (Resolve_Actuals): Under -gnatd.q, reset
4978 Is_True_Constant for an array variable that is passed to a
4979 foreign function as an 'in' parameter.
4980 * debug.adb: Document -gnatd.q.
4981
4982 2017-04-25 Ed Schonberg <schonberg@adacore.com>
4983
4984 * sem_ch6.adb (Analyze_Expression_Function): If expression function
4985 is completion and return type is an access type do not freeze
4986 designated type: this will be done in the process of freezing
4987 the expression if needed.
4988 (Freeze_Expr_Types): Check whether type is complete before
4989 creating freeze node, to provide a better error message if
4990 reference is premature.
4991 * sem_ch13.adb (Check_Indexing_Functions): Ignore inherited
4992 functions created by type derivations.
4993
4994 2017-04-25 Pascal Obry <obry@adacore.com>
4995
4996 * g-sercom.ads: Add simple usage of GNAT.Serial_Communication.
4997
4998 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
4999
5000 * sem_res.adb (Resolve_Type_Conversion):
5001 When resolving against any fixed type, set the type of the
5002 operand as universal real when the operand is a multiplication
5003 or a division where both operands are of any fixed type.
5004 (Unique_Fixed_Point_Type): Add local variable ErrN. Improve the
5005 placement of an error message by pointing to the operand of a
5006 type conversion rather than the conversion itself.
5007
5008 2017-04-25 Thomas Quinot <quinot@adacore.com>
5009
5010 * sem_ch13.adb (Build_Predicate_Function_Declaration): Set
5011 Needs_Debug_Info when producing SCOs.
5012
5013 2017-04-25 Thomas Quinot <quinot@adacore.com>
5014
5015 * exp_ch6.adb (Add_Finalization_Master_Actual_To_Build_In_Place_Call):
5016 Always pass a null finalization master for a library level named access
5017 type to which a pragme No_Heap_Finalization applies.
5018
5019 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
5020
5021 PR ada/78845
5022
5023 * a-ngcoar.adb, a-ngrear.adb (Inverse): call Unit_Matrix with First_1
5024 set to A'First(2) and vice versa.
5025
5026 2017-04-25 Yannick Moy <moy@adacore.com>
5027
5028 * freeze.adb (Freeze_Record_Type): Remove obsolete
5029 rule on volatile tagged record restriction on SPARK code.
5030
5031 2017-04-25 Yannick Moy <moy@adacore.com>
5032
5033 * sem_prag.adb (minor) Fix SPARK RM reference.
5034
5035 2017-04-25 Yannick Moy <moy@adacore.com>
5036
5037 * sem_util.adb, sem_util.ads (Unique_Defining_Entity): Update
5038 comment to reflect which entity is chosen as unique entity.
5039 (Unique_Entity): Return full view instead of private spec for
5040 protected type or task type. Fix possible incorrect access when
5041 called on entry.
5042
5043 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5044
5045 * sem_res.adb (Set_Slice_Subtype): Treat specially bit-packed
5046 array types only instead of all packed array types.
5047
5048 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5049
5050 * sem_ch6.adb (Conforming_Types): If type of formal as a specified
5051 dimension system, verify that dimensions of both match.
5052 (Check_Conformance): Add error message in case of dimension
5053 mismatch.
5054 * sem_dim.ads, sem_dim.adb (Dimensions_Match): New utility
5055 predicate.
5056
5057 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
5058
5059 * gnatxref.adb, gnatfind.adb: Avoid using the term project file,
5060 confusing.
5061
5062 2017-04-25 Yannick Moy <moy@adacore.com>
5063
5064 * sem_util.adb: Minor refactoring.
5065 * freeze.adb (Freeze_Record_Type): Fix checking of SPARK RM 7.1.3(5).
5066
5067 2017-04-25 Claire Dross <dross@adacore.com>
5068
5069 * sem_prag.adb (Collect_Inherited_Class_Wide_Conditions): Go to
5070 ultimate alias when accessing overridden operation. Indeed, if the
5071 overridden operation is itself inherited, it won't have any explicit
5072 contract.
5073
5074 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5075
5076 * sem_warn.adb (Warn_On_Overlapping_Actuals): There can be no
5077 overlap if the two formals have different types, because formally
5078 the corresponding actuals cannot designate the same objects.
5079
5080 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5081
5082 * sem_dim.adb (Dimensions_Of_Operand): minot cleanups: a) If
5083 dimensions are present from context, use them. b) If operand is
5084 a static constant rewritten as a literal, obtain the dimensions
5085 from the original declaration, otherwise use dimensions of type
5086 established from context.
5087
5088 2017-04-25 Yannick Moy <moy@adacore.com>
5089
5090 * sem_util.adb (Is_Effectively_Volatile): Protect against base type
5091 of array that is private.
5092
5093 2017-04-25 Gary Dismukes <dismukes@adacore.com>
5094
5095 * sem_ch3.adb, exp_util.adb, sem_prag.adb, exp_ch4.adb: Minor
5096 reformatting.
5097
5098 2017-04-25 Yannick Moy <moy@adacore.com>
5099
5100 * a-ngelfu.adb, a-ngelfu.ads: Add SPARK_Mode On on spec, Off
5101 on body.
5102
5103 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5104
5105 * sem_disp.adb (Check_Dispatching_Context): Add guard to refine
5106 the check that recognizes a call to a private overridding and
5107 replaces the called subprogram with its alias.
5108
5109 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5110
5111 * exp_util.adb: Minor reformatting.
5112
5113 2017-04-25 Justin Squirek <squirek@adacore.com>
5114
5115 * exp_ch3.adb (Freeze_Type): Add condition to always treat
5116 interface types as a partial view of a private type for the
5117 generation of invariant procedure bodies.
5118 * exp_util.adb, exp_util.ads (Add_Inherited_Invariants):
5119 Add a condition to get the Corresponding_Record_Type for
5120 concurrent types, add condition to return in the absence of a
5121 class in the pragma, remove call to Replace_Type_References,
5122 and add call to Replace_References.
5123 (Add_Interface_Invariatns),
5124 (Add_Parent_Invariants): Modify call to Add_Inherited_Invariants
5125 to including the working type T.
5126 (Add_Own_Invariants): Remove
5127 legacy condition for separate units, remove dispatching for ASIS
5128 and save a copy of the expression in the pragma expression.
5129 (Build_Invariant_Procedure_Body): Default initalize vars,
5130 remove return condition on interfaces, always use the
5131 private type for interfaces, and move the processing of types
5132 until after the processing of invariants for the full view.
5133 (Build_Invariant_Procedure_Declaration): Remove condition
5134 to return if an interface type is encountered and add
5135 condition to convert the formal parameter to its class-wide
5136 counterpart if Work_Typ is abstract.
5137 (Replace_Type): Add call to Remove_Controlling_Arguments.
5138 (Replace_Type_Ref): Remove class-wide dispatching for the current
5139 instance of the type.
5140 (Replace_Type_References): Remove parameter "Derived"
5141 (Remove_Controlling_Arguments): Created in order to removing
5142 the controlliong argument from calls to primitives in the case
5143 of the formal parameter being an class-wide abstract type.
5144 * sem_ch3.adb (Build_Assertion_Bodies_For_Type): Almost identical
5145 to the change made to Freeze_Type in exp_ch3. Add a condition
5146 to treat interface types as a partial view.
5147 * sem_prag.adb (Analyze_Pragma): Modify parameters in the call
5148 to Build_Invariant_Procedure_Declaration to properly generate a
5149 "partial" invariant procedure when Typ is an interface.
5150
5151 2017-04-25 Bob Duff <duff@adacore.com>
5152
5153 * a-numeri.ads: Go back to using brackets encoding for the Greek
5154 letter pi.
5155
5156 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5157
5158 * sem_ch3.adb (Derive_Subprogram): Implement rule in RM 6.1.1
5159 (10-15): if derived type T with progenitors is abstract,
5160 and primitive P of this type inherits non-trivial classwide
5161 preconditions from both a parent operation and from an interface
5162 operation, then the inherited operation is abstract if the parent
5163 operation is not null.
5164 * sem_disp.ads, sem_disp.adb: replace function Covers_Some_Interface
5165 with Covered_Interface_Op to yield the actual interface operation
5166 that is implemented by a given inherited operation.
5167
5168 2017-04-25 Javier Miranda <miranda@adacore.com>
5169
5170 * exp_ch4.adb (Expand_N_Op_Expon): Relocate left
5171 and right operands after performing the validity checks. Required
5172 because validity checks may remove side effects from the operands.
5173
5174 2017-04-25 Javier Miranda <miranda@adacore.com>
5175
5176 * exp_attr.adb (Attribute_Unrestricted_Access):
5177 Do not disable implicit type conversion. Required to generate
5178 code that displaces the pointer to reference the secondary
5179 dispatch table.
5180
5181 2017-04-25 Pascal Obry <obry@adacore.com>
5182
5183 * prj-attr.adb, snames.ads-tmpl: Add package Install's
5184 Required_Artifacts attribute.
5185
5186 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5187
5188 * sem_util.adb (Same_Value): String literals are compile-time
5189 values, and comparing them must use Expr_Value_S.
5190
5191 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5192
5193 * sem_ch4.adb (Complete_Object_Interpretation): If an explicit
5194 dereference is introduced for the object, and the object is
5195 overloaded, do not check whether it is aliased, because it may
5196 include an implicit dereference.
5197 * sem_type.adb (Disambiguate): If two interpretations are access
5198 attribute types with the same designated type keep either of
5199 them and do not report an ambiguity. A true ambiguity will be
5200 reported elsewhere.
5201
5202 2017-04-25 Bob Duff <duff@adacore.com>
5203
5204 * a-numeri.ads: Change the encoding of Greek letter Pi from
5205 brackets encoding to UTF-8. Use pragma Wide_Character_Encoding
5206 to indicate the encoding. We considered using a byte order mark
5207 (BOM), but that causes various trouble (misc software eats the
5208 BOM, if you have a patch with a BOM, then it's not at the start
5209 of the patch, so it's not a BOM, the BOM affects with-ing files,
5210 etc.).
5211 * scng.adb, s-wchcnv.adb: Minor.
5212
5213 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5214
5215 * sem_ch3.adb, sem_ch8.adb, sem_disp.adb: Minor reformatting.
5216 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5217
5218 * sem_ch3.adb (Add_Internal_Interface_Entities): Move
5219 Has_Non_Trivial_Precondition to sem_util. for use elsewhere.
5220 Improve error message on operations that inherit non-conforming
5221 classwide preconditions from ancestor and progenitor.
5222 * sem_util.ads, sem_util.adb (Has_Non_Trivial_Precondition):
5223 moved here from sem_ch3.
5224 * sem_ch8.adb (Analyze_Subprogram_Renaming): Implement legality
5225 check given in RM 6.1.1 (17) concerning renamings of overriding
5226 operations that inherits class-wide preconditions from ancestor
5227 or progenitor.
5228
5229 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5230
5231 * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Code cleanup.
5232 (Build_Adjust_Statements): Code cleanup.
5233 (Build_Finalizer): Update the initialization of
5234 Exceptions_OK.
5235 (Build_Finalize_Statements): Code cleanup.
5236 (Build_Initialize_Statements): Code cleanup.
5237 (Make_Deep_Array_Body): Update the initialization of
5238 Exceptions_OK.
5239 (Make_Deep_Record_Body): Update the initialization of Exceptions_OK.
5240 (Process_Object_Declaration): Generate a null exception handler only
5241 when exceptions are allowed.
5242 (Process_Transients_In_Scope): Update the initialization of
5243 Exceptions_OK.
5244 * exp_util.ads, exp_util.adb (Exceptions_In_Finalization_OK): New
5245 routine.
5246 * sem_ch11.adb (Analyze_Exception_Handlers): Do not check any
5247 restrictions when the handler is internally generated and the
5248 mode is warnings.
5249
5250 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5251
5252 * sem_ch3.adb (Has_Non_Trivial_Precondition): New predicate to
5253 enforce legality rule on classwide preconditions inherited from
5254 both an ancestor and a progenitor (RM 6.1.1 (10-13).
5255 * sem_disp.adb (Check_Dispatching_Context): A call to an abstract
5256 subprogram need not be dispatching if it appears in a precondition
5257 for an abstract or null subprogram.
5258
5259 2017-04-25 Gary Dismukes <dismukes@adacore.com>
5260
5261 * sem_ch10.adb: Minor typo fix.
5262
5263 2017-04-25 Arnaud Charlet <charlet@adacore.com>
5264
5265 * gcc-interface/Makefile.in: Cleanup VxWorks targets.
5266
5267 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5268
5269 * fname.adb (Is_Internal_File_Name): Arrange for the slices to
5270 have a length which is a power of 2.
5271 (Is_Predefined_File_Name): Likewise. Adjust comment.
5272
5273 2017-04-25 Bob Duff <duff@adacore.com>
5274
5275 * exp_aggr.adb (Component_Count): Protect the
5276 arithmetic from attempting to convert a value >= 2**31 to Int,
5277 which would otherwise raise Constraint_Error.
5278
5279 2017-04-25 Bob Duff <duff@adacore.com>
5280
5281 * opt.ads (Locking_Policy): Fix incorrect documentation. The
5282 first character of the policy name is not unique.
5283
5284 2017-04-25 Bob Duff <duff@adacore.com>
5285
5286 * s-fileio.adb (Name): Raise Use_Error if the file is a temp file.
5287 * s-ficobl.ads (Is_Temporary_File): Remove incorrect comment
5288 about this flag not being used. It was already used, and it is
5289 now used more.
5290
5291 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5292
5293 * einfo.adb Flag301 is now known as Ignore_SPARK_Mode_Pragmas.
5294 (Ignore_SPARK_Mode_Pragmas): New routine.
5295 (Set_Ignore_SPARK_Mode_Pragmas): New routine.
5296 (Write_Entity_Flags): Add an entry for Ignore_SPARK_Mode_Pragmas.
5297 * einfo.ads Add new attribute Ignore_SPARK_Mode_Pragmas and update
5298 related entities.
5299 (Ignore_SPARK_Mode_Pragmas): New routine
5300 along with pragma Inline.
5301 (Set_Ignore_SPARK_Mode_Pragmas): New routine along with pragma Inline.
5302 * opt.ads Rename flag Ignore_Pragma_SPARK_Mode to
5303 Ignore_SPARK_Mode_Pragmas_In_Instance.
5304 * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
5305 Save and restore the value of global flag
5306 Ignore_SPARK_Mode_Pragmas_In_Instance. Set or reinstate the value
5307 of global flag Ignore_SPARK_Mode_Pragmas_In_Instance when either
5308 the corresponding spec or the body must ignore all SPARK_Mode
5309 pragmas found within.
5310 (Analyze_Subprogram_Declaration): Mark
5311 the spec when it needs to ignore all SPARK_Mode pragmas found
5312 within to allow the body to infer this property in case it is
5313 instantiated or inlined later.
5314 * sem_ch7.adb (Analyze_Package_Body_Helper): Save and restore the
5315 value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set
5316 the value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance
5317 when the corresponding spec also ignored all SPARK_Mode pragmas
5318 found within.
5319 (Analyze_Package_Declaration): Mark the spec when
5320 it needs to ignore all SPARK_Mode pragmas found within to allow
5321 the body to infer this property in case it is instantiated or
5322 inlined later.
5323 * sem_ch12.adb (Analyze_Formal_Package_Declaration):
5324 Save and restore the value of flag
5325 Ignore_SPARK_Mode_Pragmas_In_Instance. Mark the
5326 formal spec when it needs to ignore all SPARK_Mode
5327 pragmas found within to allow the body to infer this
5328 property in case it is instantiated or inlined later.
5329 (Analyze_Package_Instantiation): Save and restore the value
5330 of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Mark
5331 the instance spec when it needs to ignore all SPARK_Mode
5332 pragmas found within to allow the body to infer this
5333 property in case it is instantiated or inlined later.
5334 (Analyze_Subprogram_Instantiation): Save and restore the value
5335 of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Mark the
5336 instance spec and anonymous package when they need to ignore
5337 all SPARK_Mode pragmas found within to allow the body to infer
5338 this property in case it is instantiated or inlined later.
5339 (Instantiate_Package_Body): Save and restore the value of global
5340 flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set the value of
5341 global flag Ignore_SPARK_Mode_Pragmas_In_Instance when the
5342 corresponding instance spec also ignored all SPARK_Mode pragmas
5343 found within.
5344 (Instantiate_Subprogram_Body): Save and restore the
5345 value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set
5346 the value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance
5347 when the corresponding instance spec also ignored all SPARK_Mode
5348 pragmas found within.
5349 * sem_prag.adb (Analyze_Pragma): Update the reference to
5350 Ignore_Pragma_SPARK_Mode.
5351 * sem_util.adb (SPARK_Mode_Is_Off): A construct which ignored
5352 all SPARK_Mode pragmas defined within yields mode "off".
5353
5354 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5355
5356 * bindgen.adb, exp_dbug.adb, errout.adb, fname.adb: Minor reformatting.
5357
5358 2017-04-25 Bob Duff <duff@adacore.com>
5359
5360 * exp_atag.adb (Build_CW_Membership): Add "Suppress =>
5361 All_Checks" to avoid generating unnecessary checks.
5362 * exp_ch4.adb (Expand_N_In, Make_Tag_Check): Add "Suppress =>
5363 All_Checks".
5364 * sem.ads: Fix comment.
5365 * expander.ads: Fix comment.
5366 * exp_atag.ads: Fix comment: "Index = 0" should be
5367 "Index >= 0".
5368
5369 2017-04-25 Gary Dismukes <dismukes@adacore.com>
5370
5371 * s-taprop-linux.adb: Minor editorial fixes.
5372
5373 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5374
5375 * sem_util.adb (New_Copy_Tree): Put back the declarations of the
5376 hash tables at library level. Reinstate the NCT_Hash_Tables_Used
5377 variable and set it to True whenever the main hash table is
5378 populated. Short- circuit the Assoc function if it is false
5379 and add associated guards.
5380
5381 2017-04-25 Olivier Hainque <hainque@adacore.com>
5382
5383 * bindgen.adb (Gen_Elab_Calls): Also update counter of lone
5384 specs without elaboration code that have an elaboration counter
5385 nevertheless, e.g. when compiled with -fpreserve-control-flow.
5386 * sem_ch10.adb (Analyze_Compilation_Unit):
5387 Set_Elaboration_Entity_Required when requested to preserve
5388 control flow, to ensure the unit elaboration is materialized at
5389 bind time, resulting in the inclusion of the unit object file
5390 in the executable closure at link time.
5391
5392 2017-04-25 Pierre-Marie de Rodat <derodat@adacore.com>
5393
5394 * exp_dbug.adb: In Debug_Renaming_Declaration,
5395 when dealing with indexed component, accept to produce a renaming
5396 symbol when the index is an IN parameter or when it is a name
5397 defined in an outer scope.
5398
5399 2017-04-25 Yannick Moy <moy@adacore.com>
5400
5401 * errout.adb (Error_Msg): Adapt continuation
5402 message in instantiations and inlined bodies for info messages.
5403
5404 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5405
5406 * fname.adb (Has_Internal_Extension): Add pragma Inline.
5407 Use direct 4-character slice comparisons.
5408 (Has_Prefix): Add
5409 pragma Inline. (Has_Suffix): Delete.
5410 (Is_Internal_File_Name):
5411 Test Is_Predefined_File_Name first.
5412 (Is_Predefined_File_Name):
5413 Use direct slice comparisons as much as possible and limit all
5414 comparisons to at most 8 characters.
5415
5416 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5417
5418 * checks.adb (Insert_Valid_Check): Code cleanup.
5419 * exp_ch6.adb (Add_Validation_Call_By_Copy_Code): New routine.
5420 (Expand_Actuals): Generate proper copy-back for a validation
5421 variable when it acts as the argument of a type conversion.
5422 * sem_util.adb (Is_Validation_Variable_Reference): Augment the
5423 predicate to operate on type qualifications.
5424
5425 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5426
5427 * sem_prag.adb, exp_ch6.adb, binde.adb, sem_disp.adb, s-fileio.adb:
5428 Minor reformatting.
5429
5430 2017-04-25 Bob Duff <duff@adacore.com>
5431
5432 * sem_prag.adb (No_Return): Give an error if the pragma applies
5433 to a body. Specialize the error for the specless body case,
5434 as is done for (e.g.) pragma Convention.
5435 * debug.adb: Add switch -gnatd.J to disable the above legality
5436 checks. This is mainly for use in our test suite, to avoid
5437 rewriting a lot of illegal (but working) code. It might also
5438 be useful to customers. Under this switch, if a pragma No_Return
5439 applies to a body, and the procedure raises an exception (as it
5440 should), the pragma has no effect. If the procedure does return,
5441 execution is erroneous.
5442
5443 2017-04-25 Bob Duff <duff@adacore.com>
5444
5445 * exp_ch6.adb (Expand_Actuals): This is the
5446 root of the problem. It took N as an 'in out' parameter, and in
5447 some cases, rewrote N, but then set N to Original_Node(N). So
5448 the node returned in N had no Parent. The caller continued
5449 processing of this orphaned node. In some cases that caused a
5450 crash (e.g. Remove_Side_Effects climbs up Parents in a loop,
5451 and trips over the Empty Parent). The solution is to make N an
5452 'in' parameter. Instead of rewriting it, return the list of
5453 post-call actions, so the caller can do the rewriting later,
5454 after N has been fully processed.
5455 (Expand_Call_Helper): Move most of Expand_Call here. It has
5456 too many premature 'return' statements, and we want to do the
5457 rewriting on return.
5458 (Insert_Post_Call_Actions): New procedure to insert the post-call
5459 actions in the appropriate place. In the problematic case,
5460 that involves rewriting N as an Expression_With_Actions.
5461 (Expand_Call): Call the new procedures Expand_Call_Helper and
5462 Insert_Post_Call_Actions.
5463
5464 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5465
5466 * sem_prag.adb (Inherits_Class_Wide_Pre): Cleanup code, handle
5467 properly type derived from generic formal types, to handle
5468 properly modified version of ACATS 4.1B B611017.
5469
5470 2017-04-25 Javier Miranda <miranda@adacore.com>
5471
5472 * exp_unst.adb (Subp_Index): Adding missing
5473 support for renamings and functions that return a constrained
5474 array type (i.e. functions for which the frontend built a
5475 procedure with an extra out parameter).
5476
5477 2017-04-25 Pascal Obry <obry@adacore.com>
5478
5479 * s-string.adb: Minor code clean-up.
5480
5481 2017-04-25 Bob Duff <duff@adacore.com>
5482
5483 * s-os_lib.ads, s-os_lib.adb (Non_Blocking_Wait_Process): New
5484 procedure.
5485 * adaint.h, adaint.c (__gnat_portable_no_block_wait): C support
5486 function for Non_Blocking_Wait_Process.
5487
5488 2017-04-25 Bob Duff <duff@adacore.com>
5489
5490 * prep.adb (Preprocess): Remove incorrect
5491 Assert. Current character can be ASCII.CR.
5492
5493 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5494
5495 * sem_prag.adb (Set_Convention_From_Pragma): Cleanup code for
5496 convention Stdcall, which has a number of exceptions. Convention
5497 is legal on a component declaration whose type is an anonymous
5498 access to subprogram.
5499
5500 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5501
5502 * sem_ch4.adb: sem_ch4.adb Various reformattings.
5503 (Try_One_Prefix_Interpretation): Use the base type when dealing
5504 with a subtype created for purposes of constraining a private
5505 type with discriminants.
5506
5507 2017-04-25 Javier Miranda <miranda@adacore.com>
5508
5509 * einfo.ads, einfo.adb (Has_Private_Extension): new attribute.
5510 * warnsw.ads, warnsw.adb (All_Warnings): Set warning on late
5511 dispatching primitives (Restore_Warnings): Restore warning on
5512 late dispatching primitives (Save_Warnings): Save warning on late
5513 dispatching primitives (Do_Warning_Switch): Use -gnatw.j/-gnatw.J
5514 to enable/disable this warning.
5515 (WA_Warnings): Set warning on late dispatching primitives.
5516 * sem_ch3.adb (Analyze_Private_Extension_Declaration): Remember
5517 that its parent type has a private extension.
5518 * sem_disp.adb (Warn_On_Late_Primitive_After_Private_Extension):
5519 New subprogram.
5520 * usage.adb: Document -gnatw.j and -gnatw.J.
5521
5522 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5523
5524 * exp_ch7.adb, checks.adb, sem_prag.adb, eval_fat.adb: Minor
5525 reformatting.
5526
5527 2017-04-25 Bob Duff <duff@adacore.com>
5528
5529 * binde.adb (Validate): Do not pass dynamic strings
5530 to pragma Assert, because older compilers do not support that.
5531
5532 2017-04-25 Bob Duff <duff@adacore.com>
5533
5534 * s-fileio.adb (Close): When a temp file is
5535 closed, delete it and clean up its Temp_File_Record immediately,
5536 rather than waiting until later.
5537 (Temp_File_Record): Add File
5538 component, so Close can know which Temp_File_Record corresponds
5539 to the file being closed.
5540 (Delete): Don't delete temp files,
5541 because they are deleted by Close.
5542 (Open): Set the File component
5543 of Temp_File_Record. This requires moving the creation of the
5544 Temp_File_Record to the end, after the AFCB has been created.
5545
5546 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5547
5548 * checks.adb (Insert_Valid_Check): Do not generate
5549 a validity check when inside a generic.
5550
5551 2017-04-25 Yannick Moy <moy@adacore.com>
5552
5553 * sem_res.adb (Resolve_Type_Conversion): Fix bad logic.
5554
5555 2017-04-25 Arnaud Charlet <charlet@adacore.com>
5556
5557 * snames.ads-tmpl (Snames): More names for detecting predefined
5558 potentially blocking subprograms.
5559
5560 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5561
5562 * sem_prag.adb (Analyze_Pre_Post_Condition): The rules
5563 concerning inheritance of class-wide preconditions do not apply
5564 to postconditions.
5565
5566 2017-04-25 Bob Duff <duff@adacore.com>
5567
5568 * s-ficobl.ads: Minor comment fix.
5569
5570 2017-04-25 Yannick Moy <moy@adacore.com>
5571
5572 * checks.adb (Apply_Scalar_Range_Check): Analyze precisely
5573 conversions from float to integer in GNATprove mode.
5574 (Apply_Type_Conversion_Checks): Make sure in GNATprove mode
5575 to call Apply_Type_Conversion_Checks, so that range checks
5576 are properly positioned when needed on conversions, including
5577 when converting from float to integer. (Determine_Range): In
5578 GNATprove mode, take into account the possibility of conversion
5579 from float to integer.
5580 * sem_res.adb (Resolve_Type_Conversion): Only enforce range
5581 check on conversions from fixed-point to integer, not anymore
5582 on conversions from floating-point to integer, when in GNATprove
5583 mode.
5584
5585 2017-04-25 Yannick Moy <moy@adacore.com>
5586
5587 * checks.adb (Determine_Range_R): Special case type conversions
5588 from integer to float in order to get bounds in that case too.
5589 * eval_fat.adb (Machine): Avoid issuing warnings in GNATprove
5590 mode, for computations involved in interval checking.
5591
5592 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5593
5594 * checks.adb (Insert_Valid_Check): Partially reimplement validity
5595 checks.
5596 * einfo.adb Node36 is now used as Validated_Object.
5597 (Validated_Object): New routine.
5598 (Set_Validated_Object): New routine.
5599 (Write_Field36_Name): Add an entry for Validated_Object.
5600 * einfo.ads Add new attribute Validated_Object along with
5601 usage in entities.
5602 (Validated_Object): New routine along with pragma Inline.
5603 (Set_Validated_Object): New routine along with pragma Inline.
5604 * exp_attr.adb (Make_Range_Test): Add processing for validation
5605 variables to avoid extra reads and copies of the prefix.
5606 * exp_ch6.adb (Expand_Actuals): Add copy-back for validation
5607 variables in order to reflect any changes done in the variable
5608 back into the original object.
5609 * sem_util.adb (Is_Validation_Variable_Reference): New routine.
5610 * sem_util.ads (Is_Validation_Variable_Reference): New routine.
5611
5612 2017-04-25 Steve Baird <baird@adacore.com>
5613
5614 * exp_ch7.adb (Build_Array_Deep_Procs,
5615 Build_Record_Deep_Procs, Make_Finalize_Address_Body): Don't
5616 generate Finalize_Address routines for CodePeer.
5617
5618 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5619
5620 * sem_prag.adb (Inherits_Class_Wide_Pre): subsidiary of
5621 Analyze_Pre_Post_Condition, to implement the legality checks
5622 mandated by AI12-0131: Pre'Class shall not be specified for an
5623 overriding primitive subprogram of a tagged type T unless the
5624 Pre'Class aspect is specified for the corresponding primitive
5625 subprogram of some ancestor of T.
5626
5627 2017-04-25 Bob Duff <duff@adacore.com>
5628
5629 * sem_ch8.adb (Use_One_Type): If a use_type_clause
5630 is redundant, set its Used_Operations to empty. This is only
5631 necessary for use clauses that appear in the parent of a generic
5632 child unit, because those use clauses get reanalyzed when we
5633 instantiate the generic, and we don't want the Used_Operations
5634 carried over from the original context (where it was probably
5635 not redundant).
5636
5637 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5638
5639 * exp_ch6.adb: Minor reformatting.
5640
5641 2017-04-25 Bob Duff <duff@adacore.com>
5642
5643 * sem_prag.adb (Process_Restrictions_Or_Restriction_Warnings):
5644 Use Source_Index (Current_Sem_Unit) to find the correct casing.
5645 * exp_prag.adb (Expand_Pragma_Check): Use Source_Index
5646 (Current_Sem_Unit) to find the correct casing.
5647 * par.adb (Par): Null out Current_Source_File, to ensure that
5648 the above bugs won't rear their ugly heads again.
5649
5650 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5651
5652 * sem_ch8.adb (Find_Type): For an attribute reference
5653 'Class, if prefix type is synchronized and previous errors
5654 have suppressed the creation of the corresponding record type,
5655 create a spurious class-wide for the synchonized type itself,
5656 to catch other misuses of the attribute
5657
5658 2017-04-25 Steve Baird <baird@adacore.com>
5659
5660 * exp_ch6.adb (Expand_Simple_Function_Return): if CodePeer_Mode
5661 is True, then don't generate the accessibility check for the
5662 tag of a tagged result.
5663 * exp_intr.adb (Expand_Dispatching_Constructor_Call):
5664 if CodePeer_Mode is True, then don't generate the
5665 tag checks for the result of call to an instance of
5666 Ada.Tags.Generic_Dispatching_Constructor (i.e., both the "is a
5667 descendant of" check and the accessibility check).
5668
5669 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5670
5671 * sem_ch13.adb: Code cleanups.
5672 * a-strbou.ads: minor whitespace fix in Trim for bounded strings.
5673 * sem_ch8.ads: Minor comment fix.
5674
5675 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5676
5677 * exp_ch4.adb (Library_Level_Target): New function.
5678 (Expand_Concatenate): When optimization is enabled, also expand
5679 the operation out-of-line if the concatenation is present within
5680 the expression of the declaration of a library-level object and
5681 not only if it is the expression of the declaration.
5682
5683 2017-04-25 Bob Duff <duff@adacore.com>
5684
5685 * freeze.adb (Freeze_Object_Declaration): Do
5686 not Remove_Side_Effects if there is a pragma Linker_Section,
5687 because in that case we want static initialization in the
5688 appropriate section.
5689
5690 2017-04-25 Gary Dismukes <dismukes@adacore.com>
5691
5692 * exp_dbug.adb: Minor rewording and reformatting.
5693
5694 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5695
5696 * sem_attr.adb (Statically_Denotes_Object): New predicate, to
5697 handle the proposed changes to rules concerning potentially
5698 unevaluated expressions, to include selected components that
5699 do not depend on discriminants, and indexed components with
5700 static indices.
5701 * sem_util.adb (Is_Potentially_Unevaluated): Add check for
5702 predicate in quantified expression, and fix bugs in the handling
5703 of case expressions and membership test.
5704 (Analyze_Attribute_Old_Result): use new predicate.
5705 (Analyze_Attribute, case Loop_Entry): ditto.
5706
5707 2017-04-25 Bob Duff <duff@adacore.com>
5708
5709 * s-secsta.adb (SS_Info): Add a comment
5710 explaining why we don't need to walk all the chunks in order to
5711 compute the total size.
5712
5713 2017-04-25 Bob Duff <duff@adacore.com>
5714
5715 * namet.ads, namet.adb (Global_Name_Buffer): Increase the length
5716 of the global name buffer to 4*Max_Line_Length.
5717
5718 2017-04-25 Javier Miranda <miranda@adacore.com>
5719
5720 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): When creating a
5721 renaming entity for debug information, mark the entity as needing debug
5722 info if it comes from sources.
5723
5724 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5725
5726 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Remove the
5727 restriction converning the use of 'Address where the prefix is
5728 of a controlled type.
5729
5730 2017-04-25 Pierre-Marie de Rodat <derodat@adacore.com>
5731
5732 * exp_dbug.adb: In Debug_Renaming_Declaration,
5733 skip slices that are made redundant by an indexed component
5734 access.
5735 * atree.h: New definition for Original_Node.
5736
5737 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5738
5739 * sem_prag.adb, sem_prag.ads: Minor reformatting.
5740
5741 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5742
5743 * sem_ch3.adb (Check_Entry_Contract): Call
5744 Preanalyze_Spec_Expression so that resolution takes place as well.
5745 * sem_util.adb (Check_Internal_Protected_Use): Reject properly
5746 internal calls that appear in preconditions of protected
5747 operations, in default values for same, and in contract guards
5748 for contract cases in SPARK.
5749
5750 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5751
5752 * a-numaux.ads: Fix description of a-numaux-darwin
5753 and a-numaux-x86.
5754 (Double): Define to Long_Float.
5755 * a-numaux-vxworks.ads (Double): Likewise.
5756 * a-numaux-darwin.ads
5757 (Double): Likewise.
5758 * a-numaux-libc-x86.ads (Double): Define to Long_Long_Float.
5759 * a-numaux-x86.ads: Fix package description.
5760 * a-numaux-x86.adb (Is_Nan): Minor tweak.
5761 (Reduce): Adjust and complete description. Call Is_Nan instead of
5762 testing manually. Use an integer temporary to hold rounded value.
5763 * a-numaux-darwin.adb (Reduce): Likewise.
5764 (Is_Nan): New function.
5765
5766 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5767
5768 * sem_ch4.adb (Analyze_Selected_Component): Additional refinement
5769 on analysis of prefix whose type is a current instance of a
5770 synchronized type, but where the prefix itself is an entity that
5771 is an object.
5772
5773 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5774
5775 * exp_ch5.adb (Replace_Target): When rewriting the RHS, preserve
5776 the identity of callable entities therein, because they have been
5777 properly resolved, and prefixed calls may have been rewritten
5778 as normal calls.
5779
5780 2017-04-25 Patrick Bernardi <bernardi@adacore.com>
5781
5782 * exp_ch3.adb (Build_Init_Statements): Convert
5783 the expression of the pragma/aspect Secondary_Stack_Size to
5784 internal type System.Parameters.Size_Type before assigning
5785 it to the Secondary_Stack_Size component of the task type's
5786 corresponding record.
5787
5788 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5789
5790 * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+literal
5791 (etc) optimizations when the type is modular and the offsets
5792 are equal.
5793
5794 2017-04-25 Eric Botcazou <ebotcazou@adacore.com>
5795
5796 * s-osinte-freebsd.ads: Minor comment tweaks
5797
5798 2017-04-25 Javier Miranda <miranda@adacore.com>
5799
5800 * urealp.adb (UR_Write): Reverse previous patch
5801 adding documentation on why we generate multiplications instead
5802 of divisions (needed to avoid expressions whose computation with
5803 large numbers may cause division by 0).
5804
5805 2017-04-25 Bob Duff <duff@adacore.com>
5806
5807 * erroutc.adb (Set_Specific_Warning_Off,
5808 Set_Warnings_Mode_Off): Use the correct source file for
5809 Stop. Was using Current_Source_File, which is only valid during
5810 parsing. Current_Source_File will have a leftover value from
5811 whatever file happened to be parsed last, because of a with_clause
5812 or something.
5813
5814 2017-04-25 Bob Duff <duff@adacore.com>
5815
5816 * lib.ads, lib.adb (In_Internal_Unit): New functions similar
5817 to In_Predefined_Unit, but including GNAT units.
5818 * sem_util.ads, sem_util.adb (Should_Ignore_Pragma): Replace
5819 with Should_Ignore_Pragma_Par and Should_Ignore_Pragma_Sem,
5820 because Should_Ignore_Pragma was not working reliably outside
5821 the parser, because Current_Source_File is not valid.
5822 * sem_prag.adb, exp_prag.adb: Call Should_Ignore_Pragma_Sem.
5823 * par-prag.adb: Call Should_Ignore_Pragma_Par.
5824
5825 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
5826
5827 * gnat1drv.adb (Gnat1Drv): Disable Generate_Processed_File in
5828 codepeer mode.
5829
5830 2017-04-25 Javier Miranda <miranda@adacore.com>
5831
5832 * urealp.adb (UR_Write): Fix output of constants with a base other
5833 that 10.
5834
5835 2017-04-25 Justin Squirek <squirek@adacore.com>
5836
5837 * sem_ch13.adb (Get_Interfacing_Aspects): Moved to sem_util.adb.
5838 * sem_prag.adb (Analyze_Pragma, Process_Import_Or_Interface):
5839 Add extra parameter for Process_Interface_Name.
5840 (Process_Interface_Name): Add parameter for pragma to analyze
5841 corresponding aspect.
5842 * sem_util.ads, sem_util.adb (Get_Interfacing_Aspects): Added
5843 from sem_ch13.adb
5844
5845 2017-04-25 Gary Dismukes <dismukes@adacore.com>
5846
5847 * exp_ch7.adb, einfo.ads, sem_prag.adb: Minor reformatting and typo
5848 correction.
5849
5850 2017-04-25 Yannick Moy <moy@adacore.com>
5851
5852 * sem_res.adb (Resolve_Comparison_Op): Do not
5853 attempt evaluation of relational operations inside assertions.
5854
5855 2017-04-25 Justin Squirek <squirek@adacore.com>
5856
5857 * exp_util.adb (Add_Interface_Invariants):
5858 Restored, code moved back from Build_Invariant_Procedure_Body.
5859 (Add_Parent_Invariants): Restored, code moved back from
5860 Build_Invariant_Procedure_Body.
5861 (Build_Invariant_Procedure_Body):
5862 Remove refactored calls and integrated code from
5863 Add_Parent_Invariants and Add_Interface_Invariants.
5864
5865 2017-04-25 Johannes Kanig <kanig@adacore.com>
5866
5867 * errout.adb (Output_Messages): Adjust computation of total
5868 errors
5869 * erroutc.adb (Error_Msg): In statistics counts, deal
5870 correctly with informational messages that are not warnings.
5871 * errutil.adb (Finalize): adjust computation of total errors.
5872
5873 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
5874
5875 * terminals.c (__gnat_terminate_pid): New.
5876 * g-exptty.ads (Terminate_Process): New. Update comments.
5877
5878 2017-04-25 Arnaud Charlet <charlet@adacore.com>
5879
5880 * a-cfinve.ads, a-cofove.ads (Empty_Vector): add Global contract.
5881
5882 2017-04-25 Justin Squirek <squirek@adacore.com>
5883
5884 * sem_ch3.adb (Analyze_Declarations): Minor
5885 correction to comments, move out large conditional and scope
5886 traversal into a predicate.
5887 (Uses_Unseen_Lib_Unit_Priv): Predicate function made from extracted
5888 logic.
5889
5890 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5891
5892 * sem_ch4.adb (Analyze_Selected_Component): Refine analysis
5893 of prefix whose type is a current instance of a synchronized
5894 type. If the prefix is an object this is an external call (or
5895 requeue) that can only access public operations of the object. The
5896 previous predicate was too restrictive, and did not allow public
5897 protected operations, only task entries.
5898
5899 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5900
5901 * sem_ch5.adb, fname.adb: Minor reformatting.
5902
5903 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5904
5905 * einfo.adb (Is_Anonymous_Access_Type): New routine.
5906 * einfo.ads Update the placement of
5907 E_Anonymous_Access_Subprogram_Type along with all subtypes that
5908 mention the ekind.
5909 (Is_Anonymous_Access_Type): New routine.
5910 * exp_ch7.adb (Allows_Finalization_Master): Do not generate a
5911 master for an access type subject to pragma No_Heap_Finalization.
5912 * exp_util.adb (Build_Allocate_Deallocate_Proc): An object being
5913 allocated or deallocated does not finalization actions if the
5914 associated access type is subject to pragma No_Heap_Finalization.
5915 * opt.ads Add new global variable No_Heap_Finalization_Pragma.
5916 * par-prag.adb Pragma No_Heap_Finalization does not need special
5917 processing from the parser.
5918 * sem_ch6.adb (Check_Return_Subtype_Indication): Remove ancient
5919 ??? comments. Use the new predicate Is_Anonymous_Access_Type.
5920 * sem_prag.adb Add an entry in table Sig_Flags for pragma
5921 No_Heap_Finalization.
5922 (Analyze_Pragma): Add processing for
5923 pragma No_Heap_Finalization. Update various error messages to
5924 use Duplication_Error.
5925 * sem_util.ads, sem_util.adb (No_Heap_Finalization): New routine.
5926 * snames.ads-tmpl: Add new predefined name No_Heap_Finalization
5927 and corresponding pragma id.
5928
5929 2017-04-25 Bob Duff <duff@adacore.com>
5930
5931 * freeze.adb (Freeze_Record_Type): Use the
5932 underlying type of the component type to determine whether it's
5933 elementary. For representation clause purposes, a private type
5934 should behave the same as its full type.
5935 * fname.ads, fname.adb (Is_Predefined_File_Name):
5936 Make sure things like "system.ali" are recognized as predefined.
5937
5938 2017-04-25 Javier Miranda <miranda@adacore.com>
5939
5940 * debug.adb: Update documentation of -gnatd.6.
5941
5942 2017-04-25 Ed Schonberg <schonberg@adacore.com>
5943
5944 * sem_ch5.adb (Preanalyze_Range): Handle properly an Ada2012
5945 element iterator when the name is an overloaded function call,
5946 one of whose interpretations yields an array.
5947
5948 2017-04-25 Bob Duff <duff@adacore.com>
5949
5950 * uname.ads, uname.adb (Is_Predefined_Unit_Name,
5951 Is_Internal_Unit_Name): New functions for operating on unit
5952 names, as opposed to file names. There's some duplicated code
5953 with fname.adb, which is unfortunate, but it seems like we don't
5954 want to add dependencies here.
5955 * fname-uf.adb (Get_File_Name): Change Is_Predefined_File_Name
5956 to Is_Predefined_Unit_Name; the former was wrong, because Uname
5957 is not a file name at all.
5958 * fname.ads, fname.adb: Document the fact that
5959 Is_Predefined_File_Name and Is_Internal_File_Name can be called
5960 for ALI files, and fix the code so it works properly for ALI
5961 files. E.g. these should return True for "system.ali".
5962
5963 2017-04-25 Justin Squirek <squirek@adacore.com>
5964
5965 * exp_util.adb (Add_Invariant): Removed,
5966 code moved to Add_Invariant_Check, Add_Inherited_Invariant,
5967 and Add_Own_Invariant. (Add_Invariant_Check): Used
5968 for adding runtime checks from any kind of invariant.
5969 (Add_Inherited_Invariant): Generates invariant checks for
5970 class-wide invariants (Add_Interface_Invariants): Removed, code
5971 moved to Build_Invariant_Procedure_Body (Add_Own_Invariant):
5972 Create a types own invariant procedure (Add_Parent_Invariants):
5973 Removed, code moved to Build_Invariant_Procedure_Body
5974 (Build_Invariant_Procedure_Body): Add refactored calls
5975 and integrated code from Add_Parent_Invariants and
5976 Add_Interface_Invariants.
5977 (Process_Type): Removed, the
5978 relavant code was inlined into both Add_Own_Invariant and
5979 Add_Inherited_Invariant.
5980
5981 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5982
5983 * make.adb, par-ch2.adb, sem_util.adb, scans.ads, sem_ch8.adb,
5984 scn.adb, osint.adb, fname.adb: Minor reformatting.
5985
5986 2017-04-25 Pascal Obry <obry@adacore.com>
5987
5988 * s-taprop-mingw.adb: Do not check for CloseHandle in
5989 Finalize_TCB.
5990
5991 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
5992
5993 * sem_util.adb (Check_Part_Of_Reference):
5994 Continue to examine the context if the reference appears within
5995 an expression function.
5996
5997 2017-04-25 Justin Squirek <squirek@adacore.com>
5998
5999 * exp_ch7.adb, exp_ch7.ads Remove Build_Invariant_Procedure_Body
6000 and Build_Invariant_Procedure_Declaration.
6001 * exp_util.ads, exp_util.adb Add Build_Invariant_Procedure_Body
6002 and Build_Invariant_Procedure_Declaration from exp_ch7
6003 and break-out Is_Untagged_Private_Derivation from
6004 Build_Invariant_Procedure_Body.
6005 (Replace_Type_References):
6006 Append an extra parameter to allow for dispatching replacements
6007 and add the corrasponding logic.
6008 (Type_Invariant): Remove
6009 Replace_Typ_Refs and replace its references with calls to
6010 Replace_Type_References.
6011 * sem_ch3.adb, sem_prag.adb: Remove with and use of exp_ch7.
6012
6013 2017-04-25 Bob Duff <duff@adacore.com>
6014
6015 * sem_util.ads, sem_util.adb (Should_Ignore_Pragma): New function
6016 that returns True when appropriate.
6017 * par-prag.adb, exp_prag.adb, sem_prag.adb: Do not ignore pragmas
6018 when compiling predefined files.
6019 * fname.ads, fname.adb (Is_Predefined_File_Name): Fix bug:
6020 "gnat.adc" should not be considered a predefined file name.
6021 That required (or at least encouraged) a lot of cleanup of global
6022 variable usage. We shouldn't be communicating information via
6023 the global name buffer.
6024 * bindgen.adb, errout.adb, fname-uf.adb, lib-load.adb, make.adb,
6025 * restrict.adb, sem_ch10.adb, sem_ch6.adb, sem_ch8.adb: Changes
6026 required by the above-mentioned cleanup.
6027
6028 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6029
6030 * osint.adb (Find_File): Handle properly a request for a
6031 configuration file whose name is a directory.
6032
6033 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6034
6035 * sem_attr.adb, sem_ch5.adb: Minor reformatting.
6036
6037 2017-04-25 Bob Duff <duff@adacore.com>
6038
6039 * types.ads: Minor: Fix '???' comment.
6040 * sem_ch8.adb: Minor comment fix.
6041
6042 2017-04-25 Bob Duff <duff@adacore.com>
6043
6044 * sem_prag.adb: Remove suspicious uses of Name_Buf.
6045 * stringt.ads, stringt.adb, exp_dbug.adb, sem_dim.adb: Remove
6046 Add_String_To_Name_Buffer, to avoid using the global Name_Buf.
6047 Add String_To_Name with no side effects.
6048
6049 2017-04-25 Justin Squirek <squirek@adacore.com>
6050
6051 * sem_ch3.adb (Analyze_Declarations): Add
6052 additional condition for edge case.
6053
6054 2017-04-25 Bob Duff <duff@adacore.com>
6055
6056 * par-ch2.adb, scans.ads, scn.adb: Do not give an error for
6057 reserved words inside pragmas. This is necessary to allow the
6058 pragma name Interface to be used in pragma Ignore_Pragma.
6059 * par.adb: Minor comment fix.
6060
6061 2017-04-25 Javier Miranda <miranda@adacore.com>
6062
6063 * a-tags.ads, a-tags.adb (Type_Is_Abstract): Renamed as Is_Abstract.
6064 * rtsfind.ads (RE_Type_Is_Abstract): Renamed as Is_Abstract.
6065 * exp_disp.adb (Make_DT): Update occurrences of RE_Type_Is_Abstract.
6066 * exp_intr.adb (Expand_Dispatching_Constructor_Call): Update
6067 occurrences of RE_Type_Is_Abstract
6068
6069 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6070
6071 * exp_util.adb (Build_Chain): Account for ancestor
6072 subtypes while traversing the derivation chain.
6073
6074 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6075
6076 * sem_attr.adb: minor reformatting.
6077
6078 2017-04-25 Doug Rupp <rupp@adacore.com>
6079
6080 * sigtramp-vxworks-target.inc [PPC64]: Add a .localentry pseudo-op.
6081
6082 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6083
6084 * sem_ch5.adb (Analyze_Assignment): Reset Full_Analysis flag on
6085 the first pass over an assignment statement with target names,
6086 to prevent the generation of subtypes (such as discriminated
6087 record components)that may carry the target name outside of the
6088 tree for the assignment. The subtypes will be generated when
6089 the assignment is reanalyzed in full.
6090 (Analyze_Target_Name): Handle properly class-wide types.
6091
6092 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6093
6094 * elists.ads, elists.adb (Prepend_Unique_Elmt): New routine.
6095 * exp_ch3.adb (Freeze_Type): Signal the DIC body is created for
6096 the purposes of freezing.
6097 * exp_util.adb Update the documentation and structure of the
6098 type map used in class-wide semantics of assertion expressions.
6099 (Add_Inherited_Tagged_DIC): There is really no need to preanalyze
6100 and resolve the triaged expression because all substitutions
6101 refer to the proper entities. Update the replacement of
6102 references.
6103 (Build_DIC_Procedure_Body): Add formal parameter
6104 For_Freeze. Add local variable Build_Body. Inherited DIC pragmas
6105 are now only processed when freezing occurs. Build a body only
6106 when one is needed.
6107 (Entity_Hash): Removed.
6108 (Map_Types): New routine.
6109 (Replace_Object_And_Primitive_References): Removed.
6110 (Replace_References): New routine.
6111 (Replace_Type_References): Moved to the library level of Exp_Util.
6112 (Type_Map_Hash): New routine.
6113 (Update_Primitives_Mapping): Update the mapping call.
6114 (Update_Primitives_Mapping_Of_Types): Removed.
6115 * exp_util.ads (Build_DIC_Procedure_Body): Add formal
6116 parameter For_Freeze and update the comment on usage.
6117 (Map_Types): New routine.
6118 (Replace_References): New routine.
6119 (Replace_Type_References): Moved to the library level of Exp_Util.
6120 (Update_Primitives_Mapping_Of_Types): Removed.
6121 * sem_ch7.adb (Preserve_Full_Attributes): Propagate the DIC
6122 properties of the private type to the full view in case the full
6123 view derives from a parent type and inherits a DIC pragma.
6124 * sem_prag.adb (Analyze_Pragma): Guard against a case where a
6125 DIC pragma is placed at the top of a declarative region.
6126
6127 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
6128
6129 * a-tasatt.adb: Complete previous change and use an unsigned
6130 int to avoid overflow checks.
6131
6132 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6133
6134 * sem_attr.adb (Analyze_Attribute, case 'Access): Specialize
6135 the error message when the attribute reference is an actual in
6136 a call to a subprogram inherited from a generic formal type with
6137 unknown discriminants, which makes the subprogram and its formal
6138 parameters intrinsic (see RM 6.3.1 (8) and (13)).
6139
6140 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6141
6142 * sem_aggr.adb, inline.adb, einfo.adb, einfo.ads, scng.adb,
6143 sem_prag.adb: Minor reformatting.
6144
6145 2017-04-25 Bob Duff <duff@adacore.com>
6146
6147 * sem_attr.adb (Type_Key): Add code in the
6148 recursive Compute_Type_Key to protect against fetching the source
6149 code for Standard, in case a component of the type is declared
6150 in Standard. There was already code to do this for the original
6151 type, but not for its components.
6152
6153 2017-04-25 Javier Miranda <miranda@adacore.com>
6154
6155 * exp_ch3.adb (Build_Initialization_Call): Handle
6156 subtypes of private types when searching for the underlying full
6157 view of a private type.
6158
6159 2017-04-25 Javier Miranda <miranda@adacore.com>
6160
6161 * sem_res.adb (Set_Mixed_Mode_Operand): A universal
6162 real conditional expression can appear in a fixed-type context
6163 and must be resolved with that context to facilitate the code
6164 generation to the backend.
6165
6166 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6167
6168 * einfo.adb, einfo.ads (Body_Needed_For_Inlining): New flag,
6169 to indicate whether during inline processing, when some unit U1
6170 appears in the context of a unit U2 compiled for instantiation
6171 or inlining purposes, the body of U1 needs to be compiled as well.
6172 * sem_prag.adb (Process_Inline): Set Body_Needed_For_Inlining if
6173 context is a package declaration.
6174 * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
6175 Analyze_Generic_Package_Declaration): ditto.
6176 * inline.adb (Analyze_Inlined_Bodies): Check
6177 Body_Needed_For_Inlining.
6178
6179 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6180
6181 * par.adb (Current_Assign_Node): Global variable use to record
6182 the presence of a target_name in the right hand side of the
6183 assignment being parsed.
6184 * par-ch4.adb (P_Name): If the name is a target_name, mark the
6185 enclosing assignment node accordingly.
6186 * par-ch5.adb (P_Assignment_Statement): Set Current_Assign_Node
6187 appropriately.
6188 * sem_ch5.adb (Analyze_Assignment): Disable expansion before
6189 analyzing RHS if the statement has target_names.
6190 * sem_aggr.adb (Resolve_Iterated_Component_Association): Handle
6191 properly choices that are subtype marks.
6192 * exp_ch5.adb: Code cleanup.
6193
6194 2017-04-25 Bob Duff <duff@adacore.com>
6195
6196 * s-memory.adb: Add a comment regarding efficiency.
6197 * atree.adb: Fix the assertion, and combine 2 assertions into one,
6198 "the source has an extension if and only if the destination does."
6199 * sem_ch3.adb, sem_ch13.adb: Address ??? comments.
6200
6201 2017-04-25 Arnaud Charlet <charlet@adacore.com trojanek>
6202
6203 * a-tasatt.adb (Set_Value): Fix handling of 32bits -> 64bits
6204 conversion.
6205
6206 2017-04-25 Doug Rupp <rupp@adacore.com>
6207
6208 * init.c (__gnat_error_handler) [vxworks]: Turn on sigtramp
6209 handling for ppc64-vx7.
6210 * sigtramp-vxworks-target.inc
6211 [SIGTRAMP_BODY]: Add section for ppc64-vx7.
6212
6213 2017-04-25 Arnaud Charlet <charlet@adacore.com>
6214
6215 * ada_get_targ.adb: New file.
6216
6217 2017-04-25 Bob Duff <duff@adacore.com>
6218
6219 * uintp.adb (Most_Sig_2_Digits): In case Direct (Right), fetch
6220 Direct_Val (Right), instead of the incorrect Direct_Val (Left).
6221 (UI_GCD): Remove ??? comment involving possible efficiency
6222 improvements. This just isn't important after all these years.
6223 Also minor cleanup.
6224 * uintp.ads: Minor cleanup.
6225
6226 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6227
6228 * exp_util.adb, exp_util.ads, sem_ch7.adb, sem_prag.adb, exp_ch3.adb:
6229 Revert previous changes.
6230 * scng.adb: Minor reformatting.
6231 * s-stratt.ads: Fix unbalanced parens in comment.
6232
6233 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6234
6235 * sem_ch3.adb, exp_util.adb, sem_prag.adb, freeze.adb, sem_util.adb:
6236 Minor reformatting.
6237
6238 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6239
6240 * scng.adb (Scan): Handle '@' appropriately.
6241 * sem_ch5.adb: Code cleanup.
6242
6243 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6244
6245 * freeze.adb (Check_Expression_Function): Do not check for the
6246 use of deferred constants if the freezing of the expression
6247 function is triggered by its generated body, rather than a
6248 premature use.
6249
6250 2017-04-25 Javier Miranda <miranda@adacore.com>
6251
6252 * exp_attr.adb (Rewrite_Stream_Proc_Call): Handle
6253 subtypes of private types when performing the view conversion.
6254
6255 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6256
6257 * exp_ch3.adb (Freeze_Type): Signal the DIC body is created for
6258 the purposes of freezing.
6259 * exp_util.adb Update the documentation and structure of the
6260 type map used in class-wide semantics of assertion expressions.
6261 (Add_Inherited_Tagged_DIC): There is really no need to preanalyze
6262 and resolve the triaged expression because all substitutions
6263 refer to the proper entities. Update the replacement of
6264 references.
6265 (Build_DIC_Procedure_Body): Add formal parameter
6266 For_Freeze. Add local variable Build_Body. Inherited DIC pragmas
6267 are now only processed when freezing occurs. Build a body only
6268 when one is needed.
6269 (Entity_Hash): Removed.
6270 (Map_Types): New routine.
6271 (Replace_Object_And_Primitive_References): Removed.
6272 (Replace_References): New routine.
6273 (Replace_Type_References): Moved to the library level of Exp_Util.
6274 (Type_Map_Hash): New routine.
6275 (Update_Primitives_Mapping): Update the mapping call.
6276 (Update_Primitives_Mapping_Of_Types): Removed.
6277 * exp_util.ads (Build_DIC_Procedure_Body): Add formal
6278 parameter For_Freeze and update the comment on usage.
6279 (Map_Types): New routine.
6280 (Replace_References): New routine.
6281 (Replace_Type_References): Moved to the library level of Exp_Util.
6282 (Update_Primitives_Mapping_Of_Types): Removed.
6283 * sem_ch7.adb (Preserve_Full_Attributes): Propagate the DIC
6284 properties of the private type to the full view in case the full
6285 view derives from a parent type and inherits a DIC pragma.
6286 * sem_prag.adb (Analyze_Pragma): Guard against a case where a
6287 DIC pragma is placed at the top of a declarative region.
6288
6289 2017-04-25 Tristan Gingold <gingold@adacore.com>
6290
6291 * s-mmap.ads (Data): Add pragma Inline.
6292
6293 2017-04-25 Hristian Kirtchev <kirtchev@adacore.com>
6294
6295 * checks.adb (Insert_Valid_Check): Do not use
6296 a renaming to alias a volatile name because this will lead to
6297 multiple evaluations of the volatile name. Use a constant to
6298 capture the value instead.
6299
6300 2017-04-25 Doug Rupp <rupp@adacore.com>
6301
6302 * init.c [VxWorks Section]: Disable sigtramp for ppc64-vx7.
6303
6304 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6305
6306 * exp_util.adb, exp_util.ads (Build_Class_Wide_Expression):
6307 Add out parameter to indicate to caller that a wrapper must
6308 be constructed for an inherited primitive whose inherited
6309 pre/postcondition has called to overridden primitives.
6310 * freeze.adb (Check_Inherited_Conditions): Build wrapper body
6311 for inherited primitive that requires it.
6312 * sem_disp.adb (Check_Dispatching_Operation): Such wrappers are
6313 legal primitive operations and belong to the list of bodies
6314 generated after the freeze point of a type.
6315 * sem_prag.adb (Build_Pragma_Check_Equivalent): Use new signature
6316 of Build_Class_Wide_Expression.
6317 * sem_util.adb, sem_util.ads (Build_Overriding_Spec): New procedure
6318 to construct the specification of the wrapper subprogram created
6319 for an inherited operation.
6320
6321 2017-04-25 Bob Duff <duff@adacore.com>
6322
6323 * s-osinte-linux.ads (pthread_mutexattr_setprotocol,
6324 pthread_mutexattr_setprioceiling): Add new interfaces for these
6325 pthread operations.
6326 * s-taprop-linux.adb (Initialize_Lock, Initialize_TCB): Set
6327 protocols as appropriate for Locking_Policy 'C' and 'I'.
6328 * s-taprop-posix.adb: Minor reformatting to make it more similar
6329 to s-taprop-linux.adb.
6330
6331 2017-04-25 Ed Schonberg <schonberg@adacore.com>
6332
6333 * sem_ch3.adb (Get_Discriminant_Value, Search_Derivation_Levels):
6334 Handle properly a multi- level derivation involving both renamed
6335 and constrained parent discriminants, when the type to be
6336 constrained has fewer discriminants that the ultimate ancestor.
6337
6338 2017-04-25 Bob Duff <duff@adacore.com>
6339
6340 * sem_util.adb (Is_Object_Reference): In the
6341 case of N_Explicit_Dereference, return False if it came from a
6342 conditional expression.
6343
6344 2017-04-25 Bob Duff <duff@adacore.com>
6345
6346 * par-ch4.adb (P_Case_Expression): If a semicolon
6347 is followed by "when", assume that ";" was meant to be ",".
6348
6349 2017-04-25 Gary Dismukes <dismukes@adacore.com>
6350
6351 * sem_ch9.adb, sem_ch10.adb, sem_util.adb: Minor reformatting and typo
6352 fixes.
6353
6354 2017-04-25 Arnaud Charlet <charlet@adacore.com>
6355
6356 * rtsfind.ads (SPARK_Implicit_Load): New procedure for forced
6357 loading of an entity.
6358 * rtsfind.adb (SPARK_Implicit_Load): Body with a pattern
6359 previously repeated in the analysis.
6360 * sem_ch9.adb (Analyze_Protected_Type_Declaration): use new
6361 procedure SPARK_Implicit_Load. (Analyze_Task_Type_Declaration):
6362 use new procedure SPARK_Implicit_Load.
6363 * sem_ch10.adb (Analyze_Compilation_Unit): Use new procedure
6364 SPARK_Implicit_Load.
6365
6366 2017-04-25 Javier Miranda <miranda@adacore.com>
6367
6368 * sem_util.adb (New_Copy_Tree): By default
6369 copying of defining identifiers is prohibited because
6370 this would introduce an entirely new entity into the
6371 tree. This patch introduces an exception to this general
6372 rule: the declaration of constants and variables located in
6373 Expression_With_Action nodes.
6374 (Copy_Itype_With_Replacement): Renamed as Copy_Entity_With_Replacement.
6375 (In_Map): New subprogram.
6376 (Visit_Entity): New subprogram.
6377 (Visit_Node): Handle EWA_Level,
6378 EWA_Inner_Scope_Level, and take care of defining entities defined
6379 in Expression_With_Action nodes.
6380
6381 2017-04-25 Thomas Quinot <quinot@adacore.com>
6382
6383 * exp_ch6.adb: minor comment edit.
6384 * sinfo.ads, sinfo.adb: New Null_Statement attribute for null
6385 procedure specifications that come from source.
6386 * par-ch6.adb (P_Subprogram, case of a null procedure): Set new
6387 Null_Statement attribute.
6388 * par_sco.adb (Traverse_Declarations_Or_Statements): For a null
6389 procedure, generate statement SCO for the generated NULL statement.
6390 * sem_ch6.adb (Analyze_Null_Procedure): Use null statement from
6391 parser, if available.
6392
6393 2017-04-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6394
6395 * system-linux-s390.ads: Use Long_Integer'Size to define
6396 Memory_Size.
6397
6398 2017-04-04 Eric Botcazou <ebotcazou@adacore.com>
6399
6400 * sem_ch3.adb (Build_Derived_Record_Type): Fix long line.
6401
6402 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
6403
6404 * doc/gnat_ugn/gnat_and_program_execution.rst: Fix typo.
6405 * g-socket.adb (To_Host_Entry): Fix typo in comment.
6406 * gnat_ugn.texi: Fix typo.
6407 * raise.c (_gnat_builtin_longjmp): Fix capitalization in comment.
6408 * s-stposu.adb (Allocate_Any_Controlled): Fix typo in comment.
6409 * sem_ch3.adb (Build_Derived_Record_Type): Likewise.
6410 * sem_util.adb (Mark_Coextensions): Likewise.
6411 * sem_util.ads (Available_Full_View_Of_Component): Likewise.
6412
6413 2017-03-28 Andreas Schwab <schwab@suse.de>
6414
6415 PR ada/80117
6416 * system-linux-aarch64-ilp32.ads: New file.
6417 * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Rename
6418 from LIBGNAT_TARGET_PAIRS.
6419 (LIBGNAT_TARGET_PAIRS_32, LIBGNAT_TARGET_PAIRS_64): Define.
6420 (LIBGNAT_TARGET_PAIRS): Use LIBGNAT_TARGET_PAIRS_COMMON, and
6421 LIBGNAT_TARGET_PAIRS_64 or LIBGNAT_TARGET_PAIRS_32 for -mabi=lp64
6422 or -mabi=ilp32, resp.
6423
6424 2017-03-14 James Cowgill <James.Cowgill@imgtec.com>
6425
6426 * s-osinte-linux.ads (struct_sigaction): Use correct type for sa_flags.
6427
6428 2017-03-08 Thanassis Tsiodras <ttsiodras@gmail.com>
6429
6430 PR ada/79903
6431 * socket.c (__gnat_gethostbyaddr): Add missing test for __rtems__.
6432
6433 2017-03-08 Eric Botcazou <ebotcazou@adacore.com>
6434
6435 PR ada/79945
6436 * system-linux-ppc.ads (Default_Bit_Order): Use Standard's setting.
6437
6438 * system-linux-arm.ads (Default_Bit_Order): Likewise.
6439 * system-linux-mips.ads (Default_Bit_Order): Likewise.
6440 * system-linux-armeb.ads: Delete.
6441 * system-linux-mipsel.ads: Likewise.
6442 * gcc-interface/Makefile.in (MIPS/Linux): Adjust.
6443 (ARM/Linux): Likewise.
6444
6445 2017-02-24 Jakub Jelinek <jakub@redhat.com>
6446
6447 PR c/79677
6448 * gcc-interface/misc.c (gnat_handle_option): Pass true to
6449 handle_generated_option GENERATED_P.
6450
6451 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6452
6453 * gcc-interface/decl.c (gnat_to_gnu_field): Do not remove the wrapper
6454 around a justified modular type if it doesn't have the same scalar
6455 storage order as the enclosing record type.
6456
6457 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6458
6459 * gcc-interface/trans.c (gnat_to_gnu): Do not apply special handling
6460 of boolean rvalues to function calls.
6461
6462 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6463
6464 * gcc-interface/utils.c (fold_bit_position): New function.
6465 (rest_of_record_type_compilation): Call it instead of bit_position to
6466 compute the field position and remove the call to remove_conversions.
6467 (compute_related_constant): Factor out the multiplication in both
6468 operands, if any, and streamline the final test.
6469
6470 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6471
6472 * gcc-interface/trans.c (return_value_ok_for_nrv_p): Add sanity check.
6473
6474 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6475
6476 * gcc-interface/decl.c: Include demangle.h.
6477 (is_cplusplus_method): Return again true for a primitive operation
6478 only if it is dispatching. For a subprogram with an interface name,
6479 call the demangler to get the number of C++ parameters and compare it
6480 with the number of Ada parameters.
6481
6482 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6483
6484 * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu): If
6485 there is no end label, put the location of the At_End procedure on
6486 the call to the procedure.
6487
6488 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6489
6490 * gcc-interface/misc.c (gnat_type_max_size): Try to return a meaningful
6491 value for array types with TYPE_INDEX_TYPE set on their domain type.
6492 * gcc-interface/utils.c (max_size): For operations and expressions, do
6493 not build a new node if the operands have not changed or are missing.
6494
6495 2017-02-24 Eric Botcazou <ebotcazou@adacore.com>
6496
6497 * gcc-interface/utils.c (max_size) <tcc_expression>: Flip the second
6498 argument when recursing on TRUTH_NOT_EXPR.
6499
6500 2017-02-12 John Marino <gnugcc@marino.st>
6501
6502 * system-freebsd-x86.ads: Rename into...
6503 * system-freebsd.ads: ...this.
6504 (Default_Bit_Order): Define using Standard'Default_Bit_Order.
6505 * gcc-interface/Makefile.in: Support aarch64-freebsd.
6506 (x86-64/FreeBSD): Adjust to above renaming.
6507 (i386/FreeBSD): Likewise.
6508
6509 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
6510
6511 * comperr.adb: Update FSF bug reporting URL.
6512
6513 2017-02-01 Eric Botcazou <ebotcazou@adacore.com>
6514 Jakub Jelinek <jakub@redhat.com>
6515
6516 PR ada/79309
6517 * adaint.c (__gnat_killprocesstree): Fix broken string handling.
6518
6519 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
6520
6521 PR lto/79061
6522 * gcc-interface/utils.c (get_global_context): Pass main_input_filename
6523 to build_translation_unit_decl.
6524
6525 2017-01-23 Javier Miranda <miranda@adacore.com>
6526
6527 * sem_util.adb (New_Copy_Tree): Code cleanup:
6528 removal of the internal map (ie. variable Actual_Map, its
6529 associated local variables, and all the code handling it).
6530 * sem_ch9.adb (Analyze_Task_Type_Declaration): in GNATprove mode
6531 force loading of the System package when processing a task type.
6532 (Analyze_Protected_Type_Declaration): in GNATprove mode force
6533 loading of the System package when processing a protected type.
6534 * sem_ch10.adb (Analyze_Compilation_Unit): in GNATprove mode
6535 force loading of the System package when processing compilation
6536 unit with a main-like subprogram.
6537 * frontend.adb (Frontend): remove forced loading of the System
6538 package.
6539
6540 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6541
6542 * sem_prag.adb (Default_Initial_Condition): If the desired type
6543 declaration is a derived type declaration with discriminants,
6544 it is rewritten as a private type declaration.
6545 * sem_ch13.adb (Replace_Type_References_Generic,
6546 Visible_Component): A discriminated private type with descriminnts
6547 has components that must be rewritten as selected components
6548 if they appear as identifiers in an aspect expression such as
6549 a Default_Initial_Condition.
6550 * sem_util.adb (Defining_Entity): support N_Iterator_Specification
6551 nodes.
6552
6553 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6554
6555 * ghost.ads, ghost.adb (Is_Ignored_Ghost_Unit): New routine.
6556 * gnat1drv.adb Generate an empty object file for an ignored
6557 Ghost compilation unit.
6558 * inline.adb, sem_util.adb, sem_ch4.adb: Minor reformatting.
6559
6560 2017-01-23 Yannick Moy <moy@adacore.com>
6561
6562 * sem_ch4.adb (Analyze_Indexed_Component_Form):
6563 Adapt to inlined prefix with string literal subtype.
6564 * inline.adb (Expand_Inlined_Call): Keep unchecked
6565 conversion inside inlined call when formal type is constrained.
6566
6567 2017-01-23 Javier Miranda <miranda@adacore.com>
6568
6569 * sem_util.adb (New_Copy_Tree): Code cleanup:
6570 removal of global variables. All the global variables, global
6571 functions and tables of this subprogram are now declared locally.
6572
6573 2017-01-23 Gary Dismukes <dismukes@adacore.com>
6574
6575 * exp_strm.ads: Minor reformatting and typo fixes.
6576
6577 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6578
6579 * sem_aggr.adb, par_sco.adb, exp_util.adb, sem.adb, sem_ch4.adb,
6580 exp_aggr.adb: Minor reformatting.
6581 * g-diopit.adb: minor grammar/punctuation fix in comment.
6582 * g-byorma.ads: minor fix of unbalanced parens in comment.
6583
6584 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6585
6586 * par.adb: Update the documentation of component Labl.
6587 * par-ch6.adb (P_Return_Statement): Set the expected label of
6588 an extended return statement to Error.
6589
6590 2017-01-23 Tristan Gingold <gingold@adacore.com>
6591
6592 * s-boustr.ads, s-boustr.adb (Is_Full): New function.
6593
6594 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6595
6596 * expander.adb: Handle N_Delta_Aggregate.
6597
6598 2017-01-23 Javier Miranda <miranda@adacore.com>
6599
6600 * exp_ch6.adb (Expand_Call): Improve the code that
6601 checks if some formal of the called subprogram is a class-wide
6602 interface, to handle subtypes of class-wide interfaces.
6603
6604 2017-01-23 Javier Miranda <miranda@adacore.com>
6605
6606 * checks.adb (Apply_Parameter_Aliasing_Checks):
6607 Remove side effects of the actuals before generating the overlap
6608 check.
6609
6610 2017-01-23 Justin Squirek <squirek@adacore.com>
6611
6612 * exp_strm.ads, exp_strm.ads
6613 (Build_Record_Or_Elementary_Input_Function): Add an extra parameter so
6614 as to avoid getting the underlying type by default.
6615 * exp_attr.adb (Expand_N_Attribute_Reference): Remove use of
6616 underlying type in the Iiput and output attribute cases when
6617 building their respective functions.
6618
6619 2017-01-23 Gary Dismukes <dismukes@adacore.com>
6620
6621 * scng.adb: Minor reformatting of error message.
6622
6623 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6624
6625 * sem_ch6.adb (Analyze_Expression_Function): Do not attempt
6626 to freeze the return type of an expression funxtion that is a
6627 completion, if the type is a limited view and the non-limited
6628 view is available.
6629
6630 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6631
6632 * par-ch4.adb (P_Aggregate_Or_Parent_Expr): Recognize delta
6633 aggregate construct.
6634 (P_Record_Or_Array_Component_Association): An array aggregate
6635 can start with an Iterated_Component_Association.
6636 * scng.adb: Modify error message on improper use of @ in earlier
6637 versions of the language.
6638 * sinfo.ads: New node kind N_Delta_Aggregate.
6639 * sinfo.adb: An N_Delta_Aggregate has component associations and
6640 an expression.
6641 * sem_res.adb (Resolve): Call Resolve_Delta_Aggregate.
6642 * sem_aggr.ads, sem_aggr.adb (Resolve_Iterated_Component_Association):
6643 Create a new index for each one of the choices in the association,
6644 to prevent spurious homonyms in the scope.
6645 (Resolve_Delta_Aggregate): New.
6646 * sem.adb: An N_Delta_Aggregate is analyzed like an aggregate.
6647 * exp_util.adb (Insert_Actions): Take into account
6648 N_Delta_Aggregate.
6649 * exp_aggr.ads: New procedure Expand_N_Delta_Aggregate.
6650 * exp_aggr.adb: New procedure Expand_N_Delta_Aggregate,
6651 and local procedures Expand_Delta_Array_Aggregate and
6652 expand_Delta_Record_Aggregate.
6653 * sprint.adb: Handle N_Delta_Aggregate.
6654
6655 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6656
6657 * exp_ch11.adb (Expand_N_Exception_Declaration): Generate an
6658 empty name when the exception declaration is subject to pragma
6659 Discard_Names.
6660 (Null_String): New routine.
6661
6662 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6663
6664 * par-ch9.adb (P_Protected_Definition): Parse
6665 any optional and potentially illegal pragmas which appear in
6666 a protected operation declaration list.
6667 (P_Task_Items): Parse
6668 any optional and potentially illegal pragmas which appear in a
6669 task item list.
6670
6671 2017-01-23 Pascal Obry <obry@adacore.com>
6672
6673 * s-taprop-mingw.adb (Enter_Task): Initialize the Thread handle which
6674 is needed when a foreign thread call a Win32 API using a thread handle
6675 like GetThreadTimes() for example.
6676
6677 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6678
6679 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
6680 allow an 'Address clause to be specified on a prefix of a
6681 class-wide type.
6682
6683 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6684
6685 * checks.adb (Insert_Valid_Check): Ensure that the prefix of
6686 attribute 'Valid is a renaming of the original expression when
6687 the expression denotes a name. For all other kinds of expression,
6688 use a constant to capture the value.
6689 * exp_util.adb (Is_Name_Reference): Moved to Sem_Util.
6690 * sem_util.ads, sem_util.adb (Is_Name_Reference): Moved from Exp_Util.
6691
6692 2017-01-23 Justin Squirek <squirek@adacore.com>
6693
6694 * sem_eval.adb (Eval_Integer_Literal): Add special
6695 case to avoid optimizing out check if the literal appears in
6696 an if-expression.
6697
6698 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6699
6700 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
6701 allow an 'Address clause to be specified on a prefix of a
6702 class-wide type.
6703
6704 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6705
6706 * checks.adb (Insert_Valid_Check): Ensure that the prefix of
6707 attribute 'Valid is a renaming of the original expression when
6708 the expression denotes a name. For all other kinds of expression,
6709 use a constant to capture the value.
6710 * exp_util.adb (Is_Name_Reference): Moved to Sem_Util.
6711 * sem_util.ads, sem_util.adb (Is_Name_Reference): Moved from Exp_Util.
6712
6713 2017-01-23 Justin Squirek <squirek@adacore.com>
6714
6715 * sem_eval.adb (Eval_Integer_Literal): Add special
6716 case to avoid optimizing out check if the literal appears in
6717 an if-expression.
6718
6719 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6720
6721 * sem_ch4.adb (Try_Primitive_Operations,
6722 Is_Valid_First_Argument_Of): argument is valid if it is a derived
6723 type with unknown discriminants that matches its underlying
6724 record view.
6725 * exp_util.adb (Expand_Subtype_From_Expr): Do not expand
6726 expression if its type is derived from a limited type with
6727 unknown discriminants, because the expansion (which is a call)
6728 must be expanded in the enclosing context to add the proper build-
6729 in-place parameters to the call.
6730 * lib.ads, exp_ch9.adb: Minor fixes in comments.
6731
6732 2017-01-23 Yannick Moy <moy@adacore.com>
6733
6734 * frontend.adb (Frontend): Do not load runtime
6735 unit for GNATprove when parsing failed.
6736 * exp_ch9.adb: minor removal of extra whitespace
6737 * exp_ch6.adb: minor typo in comment
6738 * sem_util.adb: Code cleanup.
6739 * exp_ch9.ads, par-ch2.adb: minor style fixes in whitespace and comment
6740 * a-ngcefu.adb: minor style fix in whitespace
6741
6742 2017-01-23 Thomas Quinot <quinot@adacore.com>
6743
6744 * scos.ads: Document usage of 'd' as default SCO kind for
6745 declarations.
6746 * par_sco.adb (Traverse_Declarations_Or_Statements.
6747 Traverse_Degenerate_Subprogram): New supporting routine for expression
6748 functions and null procedures.
6749 (Traverse_Declarations_Or_Statements.Traverse_One): Add
6750 N_Expression_Function to the subprogram case; add required
6751 support for null procedures and expression functions.
6752
6753 2017-01-23 Bob Duff <duff@adacore.com>
6754
6755 * namet.ads (Bounded_String): Decrease the size of type
6756 Bounded_String to avoid running out of stack space.
6757 * namet.ads (Append): Don't ignore buffer overflow; raise
6758 Program_Error instead.
6759
6760 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6761
6762 * exp_ch5.adb, freeze.adb, par-ch4.adb, scng.adb, sem_ch13.adb,
6763 sem_ch3.adb, sem_ch5.adb, sem_ch5.ads, sem_util.adb, sinfo.ads: Minor
6764 reformatting.
6765 * exp_ch9.adb: minor style fix in comment.
6766
6767 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6768
6769 * sem_ch4.adb (Analyze_Allocator): Handle properly a type derived
6770 for a limited record extension with unknown discriminants whose
6771 full view has no discriminants.
6772
6773 2017-01-23 Yannick Moy <moy@adacore.com>
6774
6775 * exp_spark.adb: Alphabetize with clauses.
6776
6777 2017-01-23 Yannick Moy <moy@adacore.com>
6778
6779 * sem_util.adb (Has_Enabled_Property): Treat
6780 protected objects and variables differently from other variables.
6781
6782 2017-01-23 Thomas Quinot <quinot@adacore.com>
6783
6784 * sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
6785 Split original Ada 95 part off into new subprogram
6786 below. Call that subprogram (instead of proceeding with
6787 AI95-0133 behaviour) if debug switch -gnatd.p is in use.
6788 (Adjust_Record_For_Reverse_Bit_Order_Ada_95): ... new subprogram
6789 * debug.adb Document new switch -gnatd.p
6790 * freeze.adb (Freeze_Entity.Freeze_Record_Type): Do not adjust
6791 record for reverse bit order if an error has already been posted
6792 on the record type. This avoids generating extraneous "info:"
6793 messages for illegal code.
6794
6795 2017-01-23 Justin Squirek <squirek@adacore.com>
6796
6797 * sem_ch3.adb (Analyze_Declarations): Correct comments
6798 * freeze.adb (Find_Constant): Add detection of deferred constants
6799 so they are not incorrectly flagged as premature.
6800
6801 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6802
6803 * scans.ads: New token At_Sign. Remove '@' from list of illegal
6804 characters for future version of the language. '@' is legal name.
6805 * scng.ads, scng.adb (Scan): Handle '@' appropriately.
6806 * scn.adb (Scan_Reserved_Identifier): An occurrence of '@'
6807 denotes a Target_Name.
6808 * par-ch4.adb (P_Name, P_Primary): Handle Target_Name.
6809 * sinfo.ads, sinfo.adb (N_Target_Name): New non-terminal node.
6810 (Has_Target_Names): New flag on N_Assignment_Statement, to
6811 indicate that RHS has occurrences of N_Target_Name.
6812 * sem.adb: Call Analyze_Target_Name.
6813 * sem_ch5.ads, sem_ch5.adb (Analyze_Target_Name): New subpogram.
6814 (urrent_LHS): Global variable that denotes LHS of assignment,
6815 used in the analysis of Target_Name nodes.
6816 * sem_res.adb (Resolve_Target_Name): New procedure.
6817 * exp_ch5.adb (Expand_Assign_With_Target_Names): (AI12-0125):
6818 N is an assignment statement whose RHS contains occurences of @
6819 that designate the value of the LHS of the assignment. If the
6820 LHS is side-effect free the target names can be replaced with
6821 a copy of the LHS; otherwise the semantics of the assignment
6822 is described in terms of a procedure with an in-out parameter,
6823 and expanded as such.
6824 (Expand_N_Assignment_Statement): Call
6825 Expand_Assign_With_Target_Names when needed.
6826 * exp_util.adb (Insert_Actions): Take into account N_Target_Name.
6827 * sprint.adb: Handle N_Target_Name.
6828
6829 2017-01-23 Eric Botcazou <ebotcazou@adacore.com>
6830
6831 * checks.adb: Minor fix in comment.
6832
6833 2017-01-23 Philippe Gil <gil@adacore.com>
6834
6835 * g-debpoo.adb (Do_Report) remove freed chunks from chunks
6836 count in Sort = Memory_Usage or Allocations_Count
6837
6838 2017-01-23 Justin Squirek <squirek@adacore.com>
6839
6840 * sem_ch3.adb: Code cleanup.
6841
6842 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6843
6844 * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Move all global
6845 variables to the local variable section. Update the profile
6846 of various nested routine that previously had visibility
6847 of those globals. One the matching phase has completed,
6848 remove certain classes of clauses which are considered noise.
6849 (Check_Dependency_Clause): Properly detect a match between two
6850 'Result attributes. Update the various post-match cases to use
6851 Is_Already_Matched as this routine now automatically recognizes
6852 a previously matched 'Result attribute.
6853 (Is_Already_Matched): New routine.
6854 (Remove_Extra_Clauses): New routine.
6855 (Report_Extra_Clauses): Remove the detection of ... => null
6856 clauses as this is now done in Remove_Extra_Clauses.
6857
6858 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6859
6860 * sem_aggr.adb (Resolve_Array_Aggregate): In ASIS mode do not
6861 report on spurious overlaps between values involving a subtype
6862 with a static predicate, because the expansion of such a subtype
6863 into individual ranges in inhibited in ASIS mode.
6864
6865 2017-01-23 Justin Squirek <squirek@adacore.com>
6866
6867 * sem_ch3.adb (Analyze_Declarations): Add detection
6868 of an edge case and delay freezing if it is present.
6869
6870 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6871
6872 * sem_ch3.adb, exp_spark.adb, exp_attr.adb, sem_ch9.adb, sem_prag.adb,
6873 sem_util.adb, sem_warn.adb, exp_ch3.adb: Minor reformatting.
6874
6875 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6876
6877 * freeze.adb (Freeze_Subprogram): Ensure that all anonymous
6878 access-to-subprogram types inherit the convention of the
6879 associated subprogram. (Set_Profile_Convention): New routine.
6880 * sem_ch6.adb (Check_Conformance): Do not compare the conventions
6881 of the two entities directly, use Conventions_Match to account
6882 for anonymous access-to-subprogram and subprogram types.
6883 (Conventions_Match): New routine.
6884
6885 2017-01-23 Claire Dross <dross@adacore.com>
6886
6887 * exp_spark.adb (Expand_SPARK_Attribute_Reference): For attributes
6888 which return Universal_Integer, force the overflow check flag for
6889 Length and Range_Length for types as big as Long_Long_Integer.
6890
6891 2017-01-23 Claire Dross <dross@adacore.com>
6892
6893 * exp_spark.adb (Expand_SPARK_Attribute_Reference): For
6894 attributes which return Universal_Integer, introduce a conversion
6895 to the expected type with the appropriate check flags set.
6896 * sem_res.adb (Resolve_Range): The higher bound can be in Typ's
6897 base type if the range is null. It may still be invalid if it
6898 is higher than the lower bound. This is checked later in the
6899 context in which the range appears.
6900
6901 2017-01-23 Pierre-Marie de Rodat <derodat@adacore.com>
6902
6903 * scos.ads: Introduce a constant to represent ignored
6904 dependencies in SCO_Unit_Table_Entry.
6905
6906 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com>
6907
6908 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Remove extra
6909 spaces from error messages.
6910
6911 2017-01-23 Ed Schonberg <schonberg@adacore.com>
6912
6913 * exp_ch3.adb (Check_Large_Modular_Array): New procedure,
6914 subsidiary to Expand_N_Object_ Declaration, to compute a guard on
6915 an object declaration for an array type with a modular index type
6916 with the size of Long_Long_Integer. Special processing is needed
6917 in this case to compute reliably the size of the object, and
6918 eventually to raise Storage_Error, when wrap-around arithmetic
6919 might compute a meangingless size for the object.
6920
6921 2017-01-23 Justin Squirek <squirek@adacore.com>
6922
6923 * a-wtenau.adb, par-endh.adb, sem_prag.adb,
6924 sem_type.adb: Code cleanups.
6925
6926 2017-01-23 Bob Duff <duff@adacore.com>
6927
6928 * sem_res.adb (Resolve_Call): In the part of the code where
6929 it is deciding whether to turn the call into an indexed
6930 component, avoid doing so if the call is to an instance of
6931 Unchecked_Conversion. Otherwise, the compiler turns it into an
6932 indexed component, and resolution of that turns it back into a
6933 function call, and so on, resulting in infinite recursion.
6934 * sem_util.adb (Needs_One_Actual): If the first formal has a
6935 default, then return False.
6936
6937 2017-01-21 Eric Botcazou <ebotcazou@adacore.com>
6938
6939 * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+literal (etc)
6940 optimizations when the type is modular and the offsets are equal.
6941
6942 2017-01-20 Thomas Quinot <quinot@adacore.com>
6943
6944 * sem_warn.adb (Warn_On_Useless_Assignment): Adjust wording of warning
6945 message.
6946
6947 2017-01-20 Nicolas Roche <roche@adacore.com>
6948
6949 * terminals.c: Ignore failures on setpgid and tcsetpgrp commands.
6950
6951 2017-01-20 Bob Duff <duff@adacore.com>
6952
6953 * sem_eval.adb (Compile_Time_Compare): Disable the expr+literal
6954 (etc) optimizations when the type is modular.
6955
6956 2017-01-20 Yannick Moy <moy@adacore.com>
6957
6958 * sem_ch6.adb (Move_Pragmas): move some pragmas,
6959 but copy the SPARK_Mode pragma instead of moving it.
6960 (Build_Subprogram_Declaration): Ensure that the generated spec
6961 and original body share the same SPARK_Pragma aspect/pragma.
6962 * sem_util.adb, sem_util.ads (Copy_SPARK_Mode_Aspect): New
6963 procedure to copy SPARK_Mode aspect.
6964
6965 2017-01-20 Bob Duff <duff@adacore.com>
6966
6967 * sem_ch3.adb (Analyze_Declarations): Disable Resolve_Aspects
6968 even in ASIS mode.
6969 * sem_ch13.adb (Resolve_Name): Enable setting the entity to
6970 Empty even in ASIS mode.
6971
6972 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6973
6974 * exp_ch9.adb: minor style fixes in comments.
6975 * sem_ch9.adb (Analyze_Delay_Relative): in GNATprove mode a delay
6976 relative statement introduces an implicit dependency on
6977 Ada.Real_Time.Clock_Time.
6978 * sem_util.adb: Minor reformatting.
6979
6980 2017-01-20 Ed Schonberg <schonberg@adacore.com>
6981
6982 * sem_ch13.adb (Analyze_Aspect_Specifications): Aspect Alignment
6983 must be treated as delayed aspect even if the expression is
6984 a literal, because the aspect affects the freezing and the
6985 elaboration of the object to which it applies.
6986
6987 2017-01-20 Tristan Gingold <gingold@adacore.com>
6988
6989 * s-osinte-vxworks.ads (Interrup_Range): New subtype.
6990
6991 2017-01-20 Ed Schonberg <schonberg@adacore.com>
6992
6993 * lib-xref.adb (Generate_Reference): Do not warn about the
6994 presence of a pragma Unreferenced if the entity appears as the
6995 actual in a procedure call that does not come from source.
6996
6997 2017-01-20 Pascal Obry <obry@adacore.com>
6998
6999 * expect.c, terminals.c: Fix some warnings about unused variables.
7000 * gsocket.h, adaint.c, adaint.h: Fix some more warnings in the C part
7001 of the runtime.
7002
7003 2017-01-20 Bob Duff <duff@adacore.com>
7004
7005 * exp_attr.adb (Constrained): Apply an access check (check that
7006 the prefix is not null) when the prefix denotes an object of an
7007 access type; that is, when there is an implicit dereference.
7008
7009 2017-01-20 Gary Dismukes <dismukes@adacore.com>
7010
7011 * s-rident.ads (constant Profile_Info): Remove
7012 No_Calendar from GNAT_Extended_Ravenscar restrictions.
7013
7014 2017-01-20 Tristan Gingold <gingold@adacore.com>
7015
7016 * s-maccod.ads: Add pragma No_Elaboration_Code_All
7017
7018 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7019
7020 * ghost.adb (Mark_Ghost_Clause): New routine.
7021 (Prune_Node): Do not prune compilation unit nodes.
7022 (Remove_Ignored_Ghost_Code): Prune the compilation unit node directly.
7023 This does not touch the node itself, but does prune all its fields.
7024 * ghost.ads (Mark_Ghost_Clause): New routine.
7025 * sem_ch8.adb (Analyze_Use_Package): Emit an error when a use
7026 package clause mentions Ghost and non-Ghost packages. Mark a
7027 use package clause as Ghost when it mentions a Ghost package.
7028 (Analyze_Use_Type): Emit an error when a use type clause mentions
7029 Ghost and non-Ghost types. Mark a use type clause as Ghost when
7030 it mentions a Ghost type.
7031 * sem_ch10.adb (Analyze_With_Clause): Mark a with clause as
7032 Ghost when it withs a Ghost unit.
7033
7034 2017-01-20 Javier Miranda <miranda@adacore.com>
7035
7036 * sem_res.adb (Resolve_Call): If a function call
7037 returns a limited view of a type and at the point of the call the
7038 function is not declared in the extended main unit then replace
7039 it with the non-limited view, which must be available. If the
7040 called function is in the extended main unit then no action is
7041 needed since the back-end handles this case.
7042
7043 2017-01-20 Eric Botcazou <ebotcazou@adacore.com>
7044
7045 * sem_ch7.adb (Contains_Subp_Or_Const_Refs): Rename into...
7046 (Contains_Subprograms_Refs): ...this. Adjust comment
7047 for constants. (Is_Subp_Or_Const_Ref): Rename into...
7048 (Is_Subprogram_Ref): ...this.
7049 (Has_Referencer): Rename Has_Non_Subp_Const_Referencer variable into
7050 Has_Non_Subprograms_Referencer and adjust comment. Remove
7051 incorrect shortcut for package declarations and bodies.
7052
7053 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7054
7055 * sem_ch3.adb (Complete_Private_Subtype): If the scope of the
7056 base type differs from that of the completion and the private
7057 subtype is an itype (created for a constraint on an access
7058 type e.g.), set Delayed_Freeze on both to prevent out-of-scope
7059 anomalies in gigi.
7060
7061 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7062
7063 * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
7064 When inheriting the SPARK_Mode of a prior expression function,
7065 look at the properly resolved entity rather than the initial
7066 candidate which may denote a homonym.
7067
7068 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7069
7070 * sem_prag.adb (Rewrite_Assertion_Kind): If the name is
7071 Precondition or Postcondition, and the context is pragma
7072 Check_Policy, indicate that this Pre-Ada2012 usage is deprecated
7073 and suggest the standard names Assertion_Policy /Pre /Post
7074 instead.
7075
7076 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7077
7078 * sem_ch10.adb, sem_cat.adb: Minor reformatting.
7079
7080 2017-01-20 Javier Miranda <miranda@adacore.com>
7081
7082 * sem_ch3.adb (Access_Type_Declaration): Protect access to the
7083 Entity attribute.
7084 * sem_ch10.adb (Install_Siblings): Skip processing malformed trees.
7085 * sem_cat.adb (Validate_Categoriztion_Dependency): Skip processing
7086 malformed trees.
7087
7088 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7089
7090 * sem_ch13.adb (Analyze_Aspect_Specification, case
7091 Dynamic_Predicate): If the entity E is a subtype that inherits
7092 a static predicate for its parent P,, the inherited and the
7093 new predicate combine in the generated predicate function,
7094 and E only has a dynamic predicate.
7095
7096 2017-01-20 Tristan Gingold <gingold@adacore.com>
7097
7098 * s-boustr.ads, s-boustr.adb: New package.
7099 * Makefile.rtl: Add s-boustr.
7100
7101 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7102
7103 * inline.adb (Process_Formals): Qualify the
7104 expression of a return statement when it yields a universal type.
7105
7106 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7107
7108 * freeze.adb (Freeze_All): Freeze the default
7109 expressions of all eligible formal parameters that appear in
7110 entries, entry families, and protected subprograms.
7111
7112 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7113
7114 * sem_ch3.adb (Check_Nonoverridable_Aspects); Refine check
7115 for illegal inherited Implicit_Dereference aspects with renamed
7116 discriminants.
7117
7118 2017-01-20 Javier Miranda <miranda@adacore.com>
7119
7120 * debug.adb (switch d.6): do not avoid declaring unreferenced itypes.
7121 * nlists.ads (Lock_Lists, Unlock_Lists): New subprograms.
7122 * nlists.adb (Lock_Lists, Unlock_Lists): New subprograms.
7123 (Set_First, Set_Last, Set_List_Link, Set_Next, Set_Parent,
7124 Set_Prev, Tree_Read): Adding assertion.
7125 * atree.ads (Lock_Nodes, Unlock_Nodes): New subprograms.
7126 * atree.adb (Lock_Nodes, Unlock_Nodes): New subprograms.
7127 (Set_Analyzed, Set_Check_Actuals, Set_Comes_From_Source,
7128 Set_Ekind, Set_Error_Posted, Set_Has_Aspects,
7129 Set_Is_Ignored_Ghost_Node, Set_Original_Node, Set_Paren_Count,
7130 Set_Parent, Set_Sloc, Set_Nkind, Set_FieldNN, Set_NodeNN,
7131 Set_ListNN, Set_ElistNN, Set_NameN, Set_StrN, Set_UintNN,
7132 Set_UrealNN, Set_FlagNNN, Set_NodeN_With_Parent,
7133 Set_ListN_With_Parent): Adding assertion.
7134
7135 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7136
7137 * sem_prag.adb (Process_Convention): Diagnose properly a pragma
7138 import that applies to several homograph subprograms. when one
7139 of them is declared by a subprogram body.
7140
7141 2017-01-20 Justin Squirek <squirek@adacore.com>
7142
7143 * exp_ch6.adb (Expand_Call): Remove optimization
7144 that nulls out calls to null procedures.
7145
7146 2017-01-20 Yannick Moy <moy@adacore.com>
7147
7148 * inline.adb (Expand_Inlined_Call): Keep more
7149 precise type of actual for inlining whenever possible. In
7150 particular, do not switch to the formal type in GNATprove mode in
7151 some case where the GNAT backend might require it for visibility.
7152
7153 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7154
7155 * sem_ch3.adb (Check_Non_Overridable_Aspects): An inherited
7156 aspect Implicit_Dereference can be inherited by a full view if
7157 the partial view has no discriminants, because there is no way
7158 to apply the aspect to the partial view.
7159 (Build_Derived_Record_Type): If derived type renames discriminants
7160 of the parent, the new discriminant inherits the aspect from
7161 the old one.
7162 * sem_ch4.adb (Analyze_Call): Handle properly a parameterless
7163 call through an access discriminant designating a subprogram.
7164 * sem_ch5.adb (Analyze_Assignment): (Analyze_Call): Handle
7165 properly a parameterless call through an access discriminant on
7166 the left-hand side of an assignment.
7167 * sem_res.adb (resolve): If an interpreation involves a
7168 discriminant with an implicit dereference and the expression is an
7169 entity, resolution takes place later in the appropriate routine.
7170 * sem_ch13.adb (Analyze_Aspect_Implicit_Dereference): Recognize
7171 access discriminants that designate a subprogram type.
7172
7173 2017-01-20 Pascal Obry <obry@adacore.com>
7174
7175 * a-locale.adb, a-locale.ads: Update Ada.Locales for RM 2012 COR:1:2016
7176
7177 2017-01-20 Yannick Moy <moy@adacore.com>
7178
7179 * sem_ch10.adb (Check_No_Elab_Code_All): Do not issue an error
7180 on implicitly with'ed units in GNATprove mode.
7181 * sinfo.ads (Implicit_With): Document use of flag for implicitly
7182 with'ed units in GNATprove mode.
7183
7184 2017-01-20 Ed Schonberg <schonberg@adacore.com>
7185
7186 * sem_cat.adb (Validate_Static_Object_Name): In a preelaborated
7187 unit Do not report an error on a non-static entity that appears
7188 in the context of a spec expression, such as an aspect expression.
7189
7190 2017-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7191
7192 * einfo.adb: Flag298 now denotes Is_Underlying_Full_View.
7193 (Is_Underlying_Full_View): New routine.
7194 (Set_Is_Underlying_Full_View): New routine.
7195 (Write_Entity_Flags): Add an entry for Is_Underlying_Full_View.
7196 * einfo.ads Add new attribute Is_Underlying_Full_View.
7197 (Is_Underlying_Full_View): New routine along with pragma Inline.
7198 (Set_Is_Underlying_Full_View): New routine along with pragma Inline.
7199 * exp_util.adb (Build_DIC_Procedure_Body): Do not consider
7200 class-wide types and underlying full views. The first subtype
7201 is used as the working type for all Itypes, not just array base types.
7202 (Build_DIC_Procedure_Declaration): Do not consider
7203 class-wide types and underlying full views. The first subtype
7204 is used as the working type for all Itypes, not just array
7205 base types.
7206 * freeze.adb (Freeze_Entity): Inherit the freeze node of a full
7207 view or an underlying full view without clobbering the attributes
7208 of a previous freeze node.
7209 (Inherit_Freeze_Node): New routine.
7210 * sem_ch3.adb (Build_Derived_Private_Type): Mark an underlying
7211 full view as such.
7212 (Build_Underlying_Full_View): Mark an underlying full view as such.
7213 * sem_ch7.adb (Install_Private_Declarations): Mark an underlying
7214 full view as such.
7215
7216 2017-01-20 Yannick Moy <moy@adacore.com>
7217
7218 * sinfo.ads: Document lack of Do_Division_Check flag
7219 on float exponentiation.
7220
7221 2017-01-19 Javier Miranda <miranda@adacore.com>
7222
7223 * ghost.adb (Propagate_Ignored_Ghost_Code): Protect access to the
7224 identifier attribute of a block-statement node. Required to avoid
7225 assertion failure when building the new containers library.
7226
7227 2017-01-19 Bob Duff <duff@adacore.com>
7228
7229 * exp_ch3.adb: Update comment.
7230
7231 2017-01-19 Vincent Celier <celier@adacore.com>
7232
7233 * gprep.adb (Gnatprep): Parse the definition file without
7234 "replace in comments" even when switch -C is used.
7235
7236 2017-01-19 Justin Squirek <squirek@adacore.com>
7237
7238 * exp_ch9.adb (Is_Pure_Barrier): Create function
7239 Is_Count_Attribute to identify an expansion of the 'Count
7240 attribute.
7241
7242 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7243
7244 * sem_ch5.adb (Analyze_Loop_Statement): In GNATprove mode the
7245 statements within an element iterator loop are only analyzed
7246 agter the loop is rewritten. Within a generic the analysis must
7247 be performed in any case to complete name capture.
7248
7249 2017-01-19 Bob Duff <duff@adacore.com>
7250
7251 * sem_prag.adb (Analyze_Pragma): Check for ignored pragmas first,
7252 before checking for unrecognized pragmas.
7253 Initialize Pname on its declarations; that's always good style.
7254
7255 2017-01-19 Claire Dross <dross@adacore.com>
7256
7257 * exp_ch7.adb (Build_Invariant_Procedure_Body): Semi-insert the
7258 body into the tree for GNATprove by setting its Parent field. The
7259 components invariants of composite types are not checked by
7260 the composite type's invariant procedure in GNATprove mode.
7261 (Build_Invariant_Procedure_Declaration): Semi-insert the
7262 declaration into the tree for GNATprove by setting its Parent
7263 field.
7264 * freeze.adb (Freeze_Arry_Type):In GNATprove mode, do not add
7265 the component invariants to the array type invariant procedure
7266 so that the procedure can be used to check the array type
7267 invariants if any.
7268 (Freeze_Record_Type): In GNATprove mode, do
7269 not add the component invariants to the record type invariant
7270 procedure so that the procedure can be used to check the record
7271 type invariants if any.
7272
7273 2017-01-19 Hristian Kirtchev <kirtchev@adacore.com>
7274
7275 * lib-xref-spark_specific.adb: Minor reformatting.
7276 * exp_ch7.adb (Add_Parent_Invariants): Do not process array types.
7277
7278 2017-01-19 Javier Miranda <miranda@adacore.com>
7279
7280 * exp_aggr.adb (Pass_Aggregate_To_Back_End): Renamed as
7281 Build_Back_End_Aggregate.
7282 (Generate_Aggregate_For_Derived_Type): Code cleanup.
7283 (Prepend_Stored_Values): Code cleanup.
7284
7285 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7286
7287 * sem_ch6.adb (Analyze_Expression_Function): Check for an
7288 incomplete return type after attempting to freeze it, so that
7289 other freeze actiona are generated in the proper order.
7290
7291 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7292
7293 * sem_aggr.adb (Resolve_Aggregate): If the type is a string
7294 type, ie. a type whose component is a character type, and the
7295 aggregate is positional, do not convert into a string literal
7296 if the index type is not an integer type, because the original
7297 type may be required in an enclosing operation.
7298
7299 2017-01-19 Bob Duff <duff@adacore.com>
7300
7301 * binde.adb, debug.adb: Enable new elaboration order algorithm
7302 by default. -dp switch reverts to the old algorithm.
7303
7304 2017-01-19 Hristian Kirtchev <kirtchev@adacore.com>
7305
7306 * sem_ch3.adb Add with and use clauses for Exp_Ch7.
7307 (Analyze_Declarations): Create the DIC and Invariant
7308 procedure bodies s after all freezing has taken place.
7309 (Build_Assertion_Bodies): New routine.
7310 * sem_ch7.adb Remove the with and use clauses for Exp_Ch7
7311 and Exp_Util.
7312 (Analyze_Package_Specification): Remove the
7313 generation of the DIC and Invariant procedure bodies. This is
7314 now done by Analyze_Declarations.
7315 * sem_disp.adb (Check_Dispatching_Operation): DIC and Invariant
7316 procedures are never treated as primitives.
7317
7318 2017-01-19 Yannick Moy <moy@adacore.com>
7319
7320 * frontend.adb: Analyze inlined bodies and check elaboration
7321 rules in GNATprove mode too.
7322 * sem_elab.adb (Delay_Element): Add Boolean component to save
7323 indication that call is in SPARK code. (Check_Elab_Calls):
7324 Check elaboration rules in GNATprove mode, and correctly set
7325 the current value of SPARK_Mode.
7326 * lib-xref-spark_specific.adb
7327 (Add_SPARK_Xrefs): Simplify iteration over dereferences.
7328
7329 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7330
7331 * exp_ch4.adb (Expand_Concatenate): Do no enable overflow
7332 checks on the expression for the high bound of concatenation
7333 when checks are disabled, to suppress warnings about potential
7334 constraint errors in restricted runtimes.
7335
7336 2017-01-19 Hristian Kirtchev <kirtchev@adacore.com>
7337
7338 * exp_ch3.adb (Expand_Freeze_Enumeration_Type): Mark the
7339 representation-to-position function as inlined.
7340 * sem_cat.adb (Set_Categorization_From_Scope): Do not modify
7341 the purity of an internally generated entity if it has been
7342 explicitly marked as pure for optimization purposes.
7343 * exp_aggr.adb: Minor reformatting.
7344
7345 2017-01-19 Javier Miranda <miranda@adacore.com>
7346
7347 * exp_ch6.adb (Expand_Call): Remove side effects on
7348 actuals that are allocators with qualified expression since the
7349 initialization of the object is performed by means of individual
7350 statements (and hence it must be done before the call).
7351
7352 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7353
7354 * sem_ch3.adb (Analyze_Declarations): Minor reformatting.
7355 (Build_Derived_Enumeration_Type): If the derived type inherits a
7356 dynamic predicate from its parent, the bounds of the type must
7357 freeze because an explicit constraint is constructed for the
7358 type and the corresponding range is elaborated now.
7359
7360 2017-01-19 Arnaud Charlet <charlet@adacore.com>
7361
7362 * sem_attr.ads: minor fix of inconsistent casing in comment
7363 * lib-writ.ads: minor align comments in columns
7364 * sem_ch3.adb: Minor reformatting.
7365 * spark_xrefs.ads: minor fix typo in SPARK-related comment
7366 * table.ads: minor style fix in comment
7367 * lib-xref-spark_specific.adb
7368 (Add_SPARK_Xrefs): simplify processing of SPARK cross-references.
7369 * sem_ch12.adb: minor whitespace fix
7370 * freeze.adb: Add comment.
7371 * sem_util.adb (Unique_Name): for instances of
7372 generic subprograms ignore the name of the wrapper package.
7373
7374 2017-01-19 Javier Miranda <miranda@adacore.com>
7375
7376 * exp_aggr.adb (Resolve_Record_Aggregate):
7377 Factorize code needed for aggregates of limited and unlimited
7378 types in a new routine.
7379 (Pass_Aggregate_To_Back_End): New subprogram.
7380
7381 2017-01-19 Yannick Moy <moy@adacore.com>
7382
7383 * sinfo.adb (Pragma_Name): Only access up to Last_Pair of Pragma_Map.
7384
7385 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7386
7387 * sem_ch4.ads, sem_ch4.adb (Try_Object_Operation): Make subprogram
7388 public, for use elsewhere.
7389 * sem_ch6.adb (Analyze_Procedure_Call): In SPARK_Mode and within
7390 an Inlined_body, recognize a call that uses object notation
7391 and has not been rewritten as a regular call because regular
7392 expansion has not taken place.
7393
7394 2017-01-19 Bob Duff <duff@adacore.com>
7395
7396 * checks.adb (Apply_Type_Conversion_Checks): Disable small optimization
7397 in case of generic formal discrete types, because it causes crashes in
7398 the compiler when built with assertions on.
7399
7400 2017-01-19 Hristian Kirtchev <kirtchev@adacore.com>
7401
7402 * lib-xref-spark_specific.adb, sem_util.adb, sem_util.ads,
7403 sem_ch4.adb, sem_ch8.adb, lib-xref.ads: Minor reformatting.
7404
7405 2017-01-19 Bob Duff <duff@adacore.com>
7406
7407 * bcheck.adb (Check_Consistent_Dynamic_Elaboration_Checking):
7408 Increment Warnings_Detected. It was decrementing, which is
7409 wrong since we just issued a warning message.
7410 * binderr.ads (Errors_Detected, Warnings_Detected): Declare
7411 these variables to be of subtype Nat instead of Int, because
7412 they should never be negative.
7413
7414 2017-01-19 Javier Miranda <miranda@adacore.com>
7415
7416 * contracts.adb (Build_Postconditions_Procedure): Replace
7417 Generate_C_Code by Modify_Tree_For_C.
7418 * exp_aggr.adb (Build_Record_Aggr_Code, Expand_Array_Aggregate):
7419 Replace Generate_C_Code by Modify_Tree_For_C.
7420 * exp_attr.adb (Float_Valid, Is_GCC_Target): Replace Generate_C_Code by
7421 Modify_Tree_For_C.
7422 * exp_ch11.adb (Expand_N_Exception_Declaration): Replace
7423 Generate_C_Code by Modify_Tree_For_C.
7424 * exp_ch4.adb (Expand_Allocator_Expression): Replace
7425 Generate_C_Code by Modify_Tree_For_C.
7426 * exp_dbug.adb (Qualify_Entity_Name): Replace Generate_C_Code
7427 by Modify_Tree_For_C.
7428 * exp_util.adb (Remove_Side_Effects, Side_Effect_Free): Replace
7429 Generate_C_Code by Modify_Tree_For_C.
7430 * sem_res.adb (Resolve_Type_Conversion): Replace Generate_C_Code
7431 by Modify_Tree_For_C.
7432 * sinfo.ads (Modify_Tree_For_C): Adding documentation.
7433
7434 2017-01-19 Javier Miranda <miranda@adacore.com>
7435
7436 * sem_util.ads, sem_util.adb (Expression_Of_Expression_Function): New
7437 subprogram.
7438 (Is_Inlinable_Expression_Function): New subprogram.
7439 * exp_ch6.ads, exp_ch6.adb (Expression_Of_Expression_Function): Moved
7440 to Sem_Util.
7441 (Is_Inlinable_Expression_Function): Moved to Sem_Util.
7442
7443 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7444
7445 * sem_ch4.adb (Diagnose_Call): Improve error message when a
7446 selected component has a prefix that might be interpreted
7447 as a parameterless function call, but none of the candidate
7448 interpretations is parameterless, and there is a hidden homonym
7449 of the prefix that is a package.
7450 * sem_ch8.adb (Find_Selected_Component): If the prefix might be
7451 interpreted as a parameterless function call and its analysis
7452 fails, do not call Analyze_Selected_Component.
7453
7454 2017-01-19 Steve Baird <baird@adacore.com>
7455
7456 * sem_util.ads: Add new Use_Full_View Boolean parameter to
7457 Get_Index_Bounds.
7458 * sem_util.adb (Get_Index_Bounds): replace calls to Scalar_Range with
7459 calls to a newly-defined Scalar_Range_Of_Right_View function.
7460
7461 2017-01-19 Arnaud Charlet <charlet@adacore.com>
7462
7463 * gnat1drv.adb: minor fix of unbalanced parens in comment
7464 * lib-xref.ads (Traverse_Compilation_Unit): declaration moved
7465 to visible part of the package to allow re-use in GNATprove.
7466 * lib-xref-spark_specific.adb (Traverse_Stub): routine refactored
7467 from repeated code of Traverse_Compilation_Unit.
7468 (Traverse_Declaration_Or_Statement): fixed detection of
7469 generic subprograms and packages; also, iteration over case
7470 statement alternatives rewritten to avoid testing if the first
7471 alternative is present (since it must be present due to Ada
7472 syntax restrictions).
7473
7474 2017-01-19 Hristian Kirtchev <kirtchev@adacore.com>
7475
7476 * exp_ch6.adb (Expand_N_Subprogram_Body): Mark the spec as
7477 returning by reference not just for subprogram body stubs,
7478 but for all subprogram cases.
7479 * sem_util.adb: Code reformatting.
7480 (Requires_Transient_Scope): Update the call to Results_Differ.
7481 (Results_Differ): Update the parameter profile and the associated
7482 comment on usage.
7483
7484 2017-01-19 Ed Schonberg <schonberg@adacore.com>
7485
7486 * sem_dim.adb (Analyze_Dimension): Analyze object declaration and
7487 identifier nodes that do not come from source, to handle properly
7488 dimensionality check within an inlined body which inclddes both
7489 original operands and rewritten operands. This removes spurious
7490 dimensionality errors in the presence of front-end inlining,
7491 as well as in SPARK mode.
7492
7493 2017-01-16 Jakub Jelinek <jakub@redhat.com>
7494
7495 PR driver/49726
7496 * gcc-interface/lang.opt (gant, gnatO, gnat): Add Driver flag.
7497
7498 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7499
7500 * gcc-interface/Makefile.in (SPARC/Solaris): Fix typo.
7501
7502 2017-01-13 Arnaud Charlet <charlet@adacore.com>
7503
7504 * doc/gnat_ugn/getting_started_with_gnat.rst,
7505 doc/gnat_ugn/inline_assembler.rst,
7506 doc/gnat_ugn/building_executable_programs_with_gnat.rst,
7507 doc/gnat_ugn/elaboration_order_handling_in_gnat.rst,
7508 doc/gnat_ugn/about_this_guide.rst,
7509 doc/gnat_ugn/platform_specific_information.rst,
7510 doc/gnat_ugn/example_of_binder_output.rst,
7511 doc/gnat_ugn/gnat_and_program_execution.rst,
7512 doc/gnat_ugn/gnat_utility_programs.rst,
7513 doc/gnat_ugn/the_gnat_compilation_model.rst,
7514 doc/gnat_rm/implementation_defined_attributes.rst,
7515 doc/gnat_rm/compatibility_and_porting_guide.rst,
7516 doc/gnat_rm/standard_library_routines.rst,
7517 doc/gnat_rm/standard_and_implementation_defined_restrictions.rst,
7518 doc/gnat_rm/implementation_defined_pragmas.rst,
7519 doc/gnat_rm/the_gnat_library.rst,
7520 doc/gnat_rm/obsolescent_features.rst,
7521 doc/gnat_rm/about_this_guide.rst,
7522 doc/gnat_rm/the_implementation_of_standard_i_o.rst,
7523 doc/gnat_rm/implementation_of_ada_2012_features.rst,
7524 doc/gnat_rm/interfacing_to_other_languages.rst,
7525 doc/gnat_rm/implementation_defined_aspects.rst,
7526 doc/gnat_rm.rst: Update documentation.
7527 * gnat_rm.texi, gnat_ugn.texi: Regenerated.
7528
7529 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7530
7531 * einfo.ads: minor grammar fixes in comment of Normalized_Position_Max.
7532 * scil_ll.adb: Minor style fix in comment.
7533 * sem_ch8.adb (Analyze_Expanded_Name): Perform dimension analysis
7534 even if entity is already set, because the node may be renalyzed
7535 after inlining transformations.
7536
7537 2017-01-13 Javier Miranda <miranda@adacore.com>
7538
7539 * sem_res.adb (Resolve_Call): Do not establish a transient scope
7540 for a call to inlinable expression function (since the call will
7541 be replaced by its returned object).
7542 * exp_ch6.ads (Is_Inlinable_Expression_Function): New subprogram.
7543 * exp_ch6.adb (Expression_Of_Expression_Function): New subprogram.
7544 (Expand_Call): For inlinable expression function call replace the
7545 call by its returned object.
7546 (Is_Inlinable_Expression_Function): New subprogram.
7547
7548 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7549
7550 * checks.adb: Minor typo fix and reformatting.
7551
7552 2017-01-13 Javier Miranda <miranda@adacore.com>
7553
7554 * contracts.adb (Contract_Only_Subprograms): Remove formal.
7555 (Copy_Original_Specification): Removed.
7556 (Skip_Contract_Only_Subprogram): Move here checks previously
7557 located in the caller of this routine (to leave the code more clean).
7558 (Build_Contract_Only_Subprogram): Code cleanup.
7559 * scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): Removed.
7560 (Get_Contract_Only_Missing_Body_Name): Removed.
7561
7562 2017-01-13 Javier Miranda <miranda@adacore.com>
7563
7564 * sem_ch6.adb (Cloned_Expression): New subprogram.
7565 (Freeze_Expr_Types): Complete previous patch since the expression
7566 of an expression-function may have iterators and loops with
7567 defining identifiers which, as part of the preanalysis of the
7568 expression, may be left decorated with itypes that will not be
7569 available in the tree passed to the backend.
7570
7571 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7572
7573 * checks.adb (Apply_Type_Conversion_Checks): Optimize a type
7574 conversion to Integer of an expression that is an attribute
7575 reference 'Pos on an enumeration type.
7576
7577 2017-01-13 Bob Duff <duff@adacore.com>
7578
7579 * atree.ads: Minor comment fix.
7580
7581 2017-01-13 Justin Squirek <squirek@adacore.com>
7582
7583 * sem_ch6.adb (Check_Aggregate_Accessibility): Ignore function
7584 calls in accessibility check on return statement.
7585
7586 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7587
7588 * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
7589 Ensure that the input body is a subprogram body before trying to
7590 determine whether it denoted an expression function. Note that
7591 subprogram body stubs cannot denote expression functions.
7592
7593 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7594
7595 * bindgen.adb, sem_ch6.adb, binde.adb, exp_ch3.adb: Minor reformatting
7596 and typo fixes.
7597
7598 2017-01-13 Javier Miranda <miranda@adacore.com>
7599
7600 * einfo.ads (Component_Bit_Offset): Fix documentation.
7601 * sem_ch13.adb (Check_Record_Representation_Clause): Skip check
7602 on record holes for components with unknown compile-time offsets.
7603
7604 2017-01-13 Bob Duff <duff@adacore.com>
7605
7606 * ali.ads, ali.adb (Static_Elaboration_Model_Used): Remove unused flag.
7607 * g-locfil.ads: Minor comment fix.
7608
7609 2017-01-13 Bob Duff <duff@adacore.com>
7610
7611 * binde.adb (Elab_New): New elaboration order algorithm
7612 that is expected to cause fewer ABE issues. This is a work in
7613 progress. The new algorithm is currently disabled, and can be
7614 enable by the -dp switch, or by modifying the Do_Old and Do_New
7615 etc. flags and rebuilding. Experimental code is included to
7616 compare the results of the old and new algorithms.
7617 * binde.ads: Use GNAT.Dynamic_Tables instead of Table, so we
7618 can have multiple of these tables, so the old and new algorithms
7619 can coexist.
7620 * bindgen.ads (Gen_Output_File): Pass Elab_Order as an 'in'
7621 parameter of type array. This avoids the global variable, and
7622 allows bounds checking (which is normally defeated by the tables
7623 packages). It also ensures that the Elab_Order is read-only
7624 to Bindgen.
7625 * bindgen.adb: Pass Elab_Order as an 'in' parameter to all
7626 subprograms that need it, as above.
7627 * debug.adb: Document new -dp switch. Modify doc of old -do
7628 switch.
7629 * gnatbind.adb (Gnatbind): Make use of new interfaces to Binde
7630 and Bindgen. Move writing of closure (-R and -Ra switches)
7631 to Binde; that's more convenient.
7632
7633 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7634
7635 * sem_ch6.adb (Analyze_Expression_Function): If the expression
7636 function is a completion, all entities referenced in the
7637 expression are frozen. As a consequence, a reference to an
7638 uncompleted private type from an enclosing scope is illegal.
7639
7640 2017-01-13 Javier Miranda <miranda@adacore.com>
7641
7642 * sem_ch6.adb (Freeze_Expr_Types): New subprogram.
7643 (Analyze_Subprogram_Body_Helper): At the occurrence of an
7644 expression function declaration that is a completion, its
7645 expression causes freezing (AI12-0103).
7646
7647 2017-01-13 Vadim Godunko <godunko@adacore.com>
7648
7649 * a-coinho-shared.adb: Fix memory leaks in Constant_Reference and
7650 Reference functions of Ada.Containers.Indefinite_Holders.
7651
7652 2017-01-13 Bob Duff <duff@adacore.com>
7653
7654 * s-os_lib.ads: Minor comment fixes.
7655
7656 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7657
7658 * exp_ch3.adb (Default_Initialize_Object): Do not default
7659 initialize an object when it is of a task type and restriction
7660 No_Tasking is in effect because the initialization is obsolete.
7661 * exp_ch9.adb (Build_Master_Entity): Do not generate a master when
7662 restriction No_Tasking is in effect.
7663 (Build_Master_Renaming): Do not rename a master when restriction
7664 No_Tasking is in effect.
7665
7666 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7667
7668 * sem_aggr.adb (Resolve_Array_Aggregate): The code that verifies
7669 the legality of An others clause applies as well to a choice in
7670 an Iterated_component_ association.
7671 (Resolve_Iterated_Component_Association): An others choice
7672 is legal.
7673 * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): An
7674 Iterated_Component_Association is not static.
7675
7676 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7677
7678 * exp_ch3.adb (Freeze_Type): Mark the Ghost mode as set in case
7679 control is passed to the expresion handler before the new mode
7680 is set.
7681 * sem_ch12.adb (Analyze_Package_Instantiation,
7682 Analyze_Subprogram_Instantiation): Mark the Ghost mode as set
7683 in case control is passed to the expresion handler before the
7684 new mode is set.
7685
7686 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7687
7688 * sem_aggr.adb, sem_ch3.adb, inline.adb, sem_util.adb, exp_ch4.adb,
7689 exp_aggr.adb: Minor reformatting.
7690
7691 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7692
7693 * inline.adb: Minor reformatting and typo fix.
7694
7695 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7696
7697 * sem_util.ads, sem_util.adb (Choice_List): Move function here
7698 from sem_aggr.adb, for use elsewhere.
7699 * sem_ch3.adb (Analyze_Object_Declaration): Use Choice_List.
7700 * sem_aggr.adb (Resolve_Array_Aggregate): Remove
7701 Iterated_Component_Present.
7702 * exp_aggr.adb: Use Choice_List throughout, to handle
7703 Iterated_Component_Associations.
7704 (Gen_Loop): Generate proper loop for an
7705 Iterated_Component_Association: loop variable has the identifier
7706 of the original association. Generate a loop even for a single
7707 component choice, in order to make loop parameter visible in
7708 expression.
7709 (Flatten): An Iterated_Component_Association is not static.
7710
7711 2017-01-13 Yannick Moy <moy@adacore.com>
7712
7713 * exp_ch4.adb (Expand_N_Op_Expon): Ensure that the value of
7714 float exponentiation for statically known small negative values
7715 is the reciprocal of the exponentiation for the opposite value
7716 of the exponent.
7717 * s-exnllf.adb (Exn_Float, Exn_Long_Float, Exn_Long_Long_Float):
7718 Ensure that the value of float exponentiation for negative values
7719 is the reciprocal of the exponentiation for the opposite value
7720 of the exponent.
7721 * inline.adb (Expand_Inlined_Call): Fix the count
7722 for the number of generated gotos.
7723
7724 2017-01-13 Yannick Moy <moy@adacore.com>
7725
7726 * inline.adb: Code cleanup.
7727 * sem_util.adb (Is_OK_Volatile_Context): Add
7728 expression in delay statement as OK for volatile context.
7729
7730 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7731
7732 * sem_aggr.adb (Resolve_Array_Aggregate): In normal compilation
7733 mode a choice that is a subtype with a static predicate is
7734 replaced by the values it covers. This transformation must not
7735 be performed in ASIS mode, to preserve the source for analysis.
7736
7737 2017-01-13 Justin Squirek <squirek@adacore.com>
7738
7739 * nlists.ads: Correct minor typo.
7740
7741 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7742
7743 * sem_ch13.adb: Minor reformatting and typo fix.
7744
7745 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7746
7747 * par-ch4.adb (P_Aggregate_Or_Parent_Expr): An
7748 Iterated_Component_Association is a named association in an
7749 array aggregate.
7750 * sem_aggr.adb (Resolve_Iterated_Component_Association): New
7751 procedure, subsidiary of Resolve_Array_Aggregate, to analyze
7752 and resolve the discrete choices and the expression of the
7753 new construct.
7754 * sinfo.adb, sinfo.ads: In analogy with N_Component_Association,
7755 Loop_Actions and Box_Present are attributes of
7756 N_Iterated_Component_Association nodes. Box_Present is always
7757 False in this case.
7758 * sprint.adb (Sprint_Node): An Iterated_Component_Association
7759 has a Discrete_Choices list, as specified in the RM. A
7760 Component_Association for aggregate uses instead a Choices list.
7761 We have to live with this small inconsistency because the new
7762 construct also has a defining identifier, and there is no way
7763 to merge the two node structures.
7764
7765 2017-01-13 Yannick Moy <moy@adacore.com>
7766
7767 * inline.adb (Remove_Aspects_And_Pragmas): Add Unused to the
7768 list of pragmas to remove. Remove pragmas from the list of
7769 statements in the body to inline.
7770 * namet.adb, namet.ads (Nam_In): New version with 12 parameters.
7771
7772 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7773
7774 * sem_ch3.adb (Resolve_Aspects): New procedure, subsidiary of
7775 Analyze_Declarations, to analyze and resolve the expressions of
7776 aspect specifications in the current declarative list, so that
7777 the expressions have proper entity and type info. This is needed
7778 for ASIS when there is no subsequent expansion to generate this
7779 semantic information.
7780 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Use Etype of
7781 original expression, to suppress cascaded errors when expression
7782 has been constant-folded.
7783 (Resolve_Aspect_Expressions, Resolve_Name): Preserve entities in
7784 ASIS mode, because there is no subsequent expansion to decorate
7785 the tree.
7786
7787 2017-01-13 Yannick Moy <moy@adacore.com>
7788
7789 * inline.adb, inline.ads (Call_Can_Be_Inlined_In_GNATprove_Mode):
7790 New function to detect when a call may be inlined or not in
7791 GNATprove mode.
7792 (Expand_Inlined_Call): Ensure that a temporary
7793 is always created in the cases where a type conversion may be
7794 needed on an input parameter in GNATprove mode, so that GNATprove
7795 sees the check to perform.
7796 * sem_res.adb (Resolve_Call): In GNATprove mode, skip inlining
7797 when not applicable due to actual requiring type conversion
7798 with possible check but no temporary value can be copied for
7799 GNATprove to see the check.
7800
7801 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7802
7803 * sem_aggr.adb, par_sco.adb, s-osprim-mingw.adb, exp_ch5.adb,
7804 exp_prag.adb, sem_ch3.adb, xr_tabls.adb, lib-xref-spark_specific.adb,
7805 layout.adb, sem_dist.adb, exp_spark.adb, exp_ch7.adb, gnatcmd.adb,
7806 exp_util.adb, prj-proc.adb, sem_aux.adb, comperr.adb, g-memdum.adb,
7807 exp_attr.adb, s-intman-solaris.adb, exp_ch9.adb, make.adb, live.adb,
7808 g-sercom-linux.adb, sem_dim.adb, mlib-prj.adb, s-intman-posix.adb,
7809 sem_ch9.adb, sem_ch10.adb, prep.adb, einfo.adb, scng.adb, checks.adb,
7810 prj-strt.adb, sem_prag.adb, eval_fat.adb, sem_ch12.adb, sem.adb,
7811 a-numaux-x86.adb, a-stwifi.adb, i-cobol.adb, prj.adb,
7812 get_spark_xrefs.adb, s-tasini.adb, rtsfind.adb, freeze.adb,
7813 g-arrspl.adb, par-ch4.adb, sem_util.adb, sem_res.adb, expander.adb,
7814 sem_attr.adb, exp_dbug.adb, prj-pp.adb, a-stzfix.adb, s-interr.adb,
7815 s-wchcnv.adb, switch-m.adb, gnat1drv.adb, sinput-l.adb, stylesw.adb,
7816 contracts.adb, s-intman-android.adb, g-expect.adb, exp_ch4.adb,
7817 g-comlin.adb, errout.adb, sinput.adb, s-exctra.adb, repinfo.adb,
7818 g-spipat.adb, g-debpoo.adb, exp_ch6.adb, sem_ch4.adb, exp_ch13.adb,
7819 a-wtedit.adb, validsw.adb, pprint.adb, widechar.adb, makeutl.adb,
7820 ali.adb, set_targ.adb, sem_mech.adb, sem_ch6.adb, gnatdll.adb,
7821 get_scos.adb, g-pehage.adb, s-tratas-default.adb, gnatbind.adb,
7822 prj-dect.adb, g-socthi-mingw.adb, par-prag.adb, prj-nmsc.adb,
7823 exp_disp.adb, par-ch12.adb, binde.adb, sem_ch8.adb,
7824 s-tfsetr-default.adb, s-regexp.adb, gprep.adb, s-tpobop.adb,
7825 a-teioed.adb, sem_warn.adb, sem_eval.adb, g-awk.adb, s-io.adb,
7826 a-ztedit.adb, xoscons.adb, exp_intr.adb, sem_cat.adb, sprint.adb,
7827 g-socket.adb, exp_dist.adb, sem_ch13.adb, s-tfsetr-vxworks.adb,
7828 par-ch3.adb, treepr.adb, g-forstr.adb, g-catiio.adb, par-ch5.adb,
7829 uname.adb, osint.adb, exp_ch3.adb, prj-env.adb, a-strfix.adb,
7830 a-stzsup.adb, prj-tree.adb, s-fileio.adb: Update all eligible case
7831 statements to reflect the new style for case alternatives. Various
7832 code clean up and reformatting.
7833
7834 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7835
7836 * exp_util.adb: Minor reformatting.
7837
7838 2017-01-13 Yannick Moy <moy@adacore.com>
7839
7840 * exp_spark.adb: Code cleanup.
7841 * sem_ch9.adb (Analyze_Delay_Until): Resolve
7842 expression so that calls are identified as such inside delay
7843 until.
7844
7845 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7846
7847 * exp_util.adb (Insert_Actions): Handle Iterated_Component_Association.
7848 * par-ch3.adb (P_Discrete_Choice_List): An
7849 Iterated_Component_Association is an array aggregate component.
7850 * par-ch4.adb (P_Iterated_Component_Association): New procedure.
7851 (Is_Quantified_Expression): New function that performs a lookahead
7852 to distinguish quantified expressions from iterated component
7853 associations.
7854 (P_Aggregate_Or_Paren_Expr): Recognize iterated component
7855 associations.
7856 (P_Unparen_Cond_Case_Quant_Expression, P_Primary): Ditto.
7857 * sem.adb (Analyze): Handle Iterated_Component_Association.
7858 * sem_aggr.adb (Resolve_Array_Aggregate): Dummy handling of iterated
7859 component associations.
7860 * sinfo.ads, sinfo.adb: Entries for for
7861 N_Iterated_Component_Association and its fields.
7862 * sprint.adb (Sprint_Node_Actual): Handle
7863 N_Iterated_Component_Association.
7864
7865 2017-01-13 Justin Squirek <squirek@adacore.com>
7866
7867 * sem_ch12.adb (Analyze_Package_Instantiation): Move disabiling
7868 of the style check until after preanalysis of acutals.
7869
7870 2017-01-13 Yannick Moy <moy@adacore.com>
7871
7872 * sem_ch13.adb: Minor reformatting.
7873 * par-ch11.adb: minor style fix in whitespace
7874 * gnatbind.adb (Gnatbind): Scope of Std_Lib_File
7875 reduced to Add_Artificial_ALI_File; style fix in declaration of
7876 Text; grammar fix in comment.
7877 * osint-c.adb (Read_Library_Info): strip trailing NUL from result.
7878 * freeze.adb: Cleanup to pass pragma instead of
7879 expression to call.
7880 * exp_spark.adb (Expand_SPARK_Attribute_Reference): New procedure to
7881 replace System'To_Address by equivalent call.
7882
7883 2017-01-13 Arnaud Charlet <charlet@adacore.com>
7884
7885 * bindusg.adb: Improve usage output for -f switch.
7886
7887 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7888
7889 * frontend.adb, freeze.adb, sem_res.adb, sem_attr.adb, sem_ch8.adb:
7890 Minor reformatting.
7891
7892 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7893
7894 * sem_ch13.adb (Is_Predicate_Static): Following the intent of the RM,
7895 treat comparisons on strings as legal in a Static_Predicate.
7896 (Is_Predicate_Static, Is_Type_Ref): Predicate also returns true on
7897 a function call that is the expansion of a string comparison.The
7898 function call is built when compiling the corresponding predicate
7899 function, but the expression has been found legal as a static
7900 predicate during earlier analysis.
7901 * sem_eval.adb (Real_Or_String_Static_Predicate_Matches): Handle
7902 properly a function call that is the expansion of a string
7903 comparison operation, in order to recover the Static_Predicate
7904 expression and apply it to a static argument when needed.
7905
7906 2017-01-13 Tristan Gingold <gingold@adacore.com>
7907
7908 * s-mmap.adb, s-mmap.ads (Open_Read_No_Exception): New function.
7909 (Open_Read): Re-implement using Open_Read_No_Exception.
7910 (Open_Write): Raise exception in case of error.
7911 * s-mmosin-mingw.adb (Open_Common): Do not raise exception.
7912 * s-mmosin-unix.adb (Open_Read, Open_Write): Do not
7913 reaise exception.
7914 * s-mmosin-mingw.ads, s-mmosin-unix.ads (Open_Read): Adjust comment.
7915
7916 2017-01-13 Yannick Moy <moy@adacore.com>
7917
7918 * checks.adb: Code cleanup.
7919
7920 2017-01-13 Yannick Moy <moy@adacore.com>
7921
7922 * freeze.adb (Check_Inherited_Conditions): Use analyzed pragma
7923 expression instead of unanalyzed aspect expression for checking
7924 the validity of inheriting an operation. Also copy the expression
7925 being passing it to Build_Class_Wide_Expression, as this call
7926 modifies its argument.
7927 * sem_util.ads Fix comment to reference correct function name
7928 New_Copy_Tree.
7929
7930 2017-01-13 Javier Miranda <miranda@adacore.com>
7931
7932 * sem_res.adb (Resolve_Generalized_Indexing): Compiling in ASIS mode,
7933 when we propagate information about the indexes back to the original
7934 indexing mode and the prefix of the index is a function call, do not
7935 remove any parameter from such call.
7936
7937 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7938
7939 * exp_ch6.ads (Needs_BIP_Finalization_Master): Update comment.
7940 * exp_ch6.adb (Needs_BIP_Finalization_Master): Return True for
7941 a build-in-place function whose result type is tagged.
7942
7943 2017-01-13 Yannick Moy <moy@adacore.com>
7944
7945 * sem_ch8.adb (Analyze_Subprogram_Renaming.Build_Class_Wide_Wrapper):
7946 Do not generate a wrapper when the only candidate is a class-wide
7947 subprogram.
7948 (Analyze_Subprogram_Renaming): Do not freeze the renaming or renamed
7949 inside a generic context.
7950
7951 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7952
7953 * exp_util.adb (Add_Inherited_Tagged_DIC):
7954 Pass the object parameters of both the parent and the derived
7955 type DIC procedure to the reference replacement circuitry.
7956 (Find_DIC_Type): Modify the circuitry to present the partial
7957 view of a private type in case the private type defines its own
7958 DIC pragma.
7959 (Replace_Object_And_Primitive_References): Add two
7960 optional formal parameters. Update the comment on usage. Update
7961 the replacement of references to object parameters.
7962
7963 2017-01-13 Gary Dismukes <dismukes@adacore.com>
7964
7965 * einfo.adb, sem_ch6.adb, atree.adb: Minor reformatting and typo fix.
7966
7967 2017-01-13 Ed Schonberg <schonberg@adacore.com>
7968
7969 * sem_res.adb (Resolve_Actuals): Apply Scalar_Range_Check to
7970 an out parameter that is a type conversion, independently of th
7971 range check that may apply to the expression of the conversion,
7972 for use in GNATProve.
7973
7974 2017-01-13 Yannick Moy <moy@adacore.com>
7975
7976 * gnat1drv.adb (Gnat1drv): Move the implicit with for System in
7977 GNATprove_Mode here to Frontend.
7978 * frontend.adb (Frontend): Move the implicit with for System
7979 in GNATprove_Mode here as it ismore correct this way; the old
7980 place only worked by chance, since there were no overloaded names.
7981 * rtsfind.ads (RE_Id, RE_Unit_Table): Add RE_Tasking_State.
7982 * sem_attr.adb (Analyze_Attribute): In GNATprove_Mode, for the
7983 four attributes identified in SRM 9(18), add an implicit with
7984 to Ada.Task_Identification.
7985 * sem_ch8.adb (Analyze_Subprogram_Renaming.Build_Class_Wide_Wrapper):
7986 Deal specially with the wrapper introduced for AI05-0071 in GNATprove
7987 mode.
7988 * checks.adb (Apply_Discriminant_Check,
7989 Apply_Selected_Length_Checks, Apply_Selected_Range_Checks):
7990 In GNATprove mode, we do not apply the checks, but we still
7991 analyze the expression to possibly issue errors on SPARK
7992 code when a run-time error can be detected at compile time.
7993 (Selected_Length_Checks, Selected_Range_Checks): Perform analysis
7994 in GNATprove mode.
7995
7996 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
7997
7998 * expander.adb (Expand): Add a warning about using return
7999 statements in Ghost management code.
8000 * exp_ch3.adb (Freeze_Type): Add a warning about using return
8001 statements in Ghost management code.
8002 * exp_ch7.adb (Build_Invariant_Procedure_Body,
8003 Build_Invariant_Procedure_Declaration): Add a warning about
8004 using return statements in Ghost management code.
8005 * exp_disp.adb (Make_DT): Add a warning about using return
8006 statements in Ghost management code.
8007 * exp_util.adb (Build_DIC_Procedure_Body,
8008 Build_DIC_Procedure_Declaration, Make_Predicated_Call): Add a
8009 warning about using return statements in Ghost management code.
8010 * freeze.adb (Freeze_Entity): Add a warning about using return
8011 statements in Ghost management code.
8012 * sem.adb (Analyze, Do_Analyze): Add a warning about using return
8013 statements in Ghost management code.
8014 * sem_ch3.adb (Analyze_Object_Declaration, Process_Full_View): Add
8015 a warning about using return statements in Ghost management code.
8016 * sem_ch5.adb (Analyze_Assignment): Add a warning about using
8017 return statements in Ghost management code.
8018 * sem_ch6.adb (Analyze_Procedure_Call,
8019 Analyze_Subprogram_Body_Helper): Add a warning about using return
8020 statements in Ghost management code.
8021 * sem_ch7.adb (Analyze_Package_Body_Helper): Add a warning about
8022 using return statements in Ghost management code.
8023 * sem_ch12.adb (Analyze_Package_Instantiation,
8024 Analyze_Subprogram_Instantiation, Instantiate_Package_Body,
8025 Instantiate_Subprogram_Body): Add a warning about using return
8026 statements in Ghost management code.
8027 * sem_ch13.adb (Build_Predicate_Functions,
8028 Build_Predicate_Function_Declarations): Add a warning about
8029 using return statements in Ghost management code.
8030 * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part,
8031 Analyze_Initial_Condition_In_Decl_Part, Analyze_Pragma,
8032 Analyze_Pre_Post_Condition_In_Decl_Part): Add a warning about
8033 using return statements in Ghost management code.
8034
8035 2017-01-13 Tristan Gingold <gingold@adacore.com>
8036
8037 * s-mmosin-mingw.adb: Fix pragma import.
8038
8039 2017-01-13 Arnaud Charlet <charlet@adacore.com>
8040
8041 * gnat1drv.adb (Adjust_Global_Switches): Ignore -gnateE in
8042 codepeer mode.
8043
8044 2017-01-13 Hristian Kirtchev <kirtchev@adacore.com>
8045
8046 * atree.adb (Allocate_Initialize_Node): A newly created node is
8047 no longer marked as Ghost at this level.
8048 (Mark_New_Ghost_Node): New routine.
8049 (New_Copy): Mark the copy as Ghost.
8050 (New_Entity): Mark the entity as Ghost.
8051 (New_Node): Mark the node as Ghost.
8052 * einfo.adb (Is_Checked_Ghost_Entity): This attribute can now
8053 apply to unanalyzed entities.
8054 (Is_Ignored_Ghost_Entity): This attribute can now apply to unanalyzed
8055 entities.
8056 (Set_Is_Checked_Ghost_Entity): This attribute now
8057 applies to all entities as well as unanalyzed entities.
8058 (Set_Is_Ignored_Ghost_Entity): This attribute now applies to
8059 all entities as well as unanalyzed entities.
8060 * expander.adb Add with and use clauses for Ghost.
8061 (Expand): Install and revert the Ghost region associated with the node
8062 being expanded.
8063 * exp_ch3.adb (Expand_Freeze_Array_Type): Remove all Ghost-related code.
8064 (Expand_Freeze_Class_Wide_Type): Remoe all Ghost-related code.
8065 (Expand_Freeze_Enumeration_Type): Remove all Ghost-related code.
8066 (Expand_Freeze_Record_Type): Remove all Ghost-related code.
8067 (Freeze_Type): Install and revert the Ghost region associated
8068 with the type being frozen.
8069 * exp_ch5.adb Remove with and use clauses for Ghost.
8070 (Expand_N_Assignment_Statement): Remove all Ghost-related code.
8071 * exp_ch6.adb Remove with and use clauses for Ghost.
8072 (Expand_N_Procedure_Call_Statement): Remove all Ghost-relatd code.
8073 (Expand_N_Subprogram_Body): Remove all Ghost-related code.
8074 * exp_ch7.adb (Build_Invariant_Procedure_Body): Install and revert the
8075 Ghost region of the working type.
8076 (Build_Invariant_Procedure_Declaration): Install and revert
8077 the Ghost region of the working type.
8078 (Expand_N_Package_Body): Remove all Ghost-related code.
8079 * exp_ch8.adb Remove with and use clauses for Ghost.
8080 (Expand_N_Exception_Renaming_Declaration): Remove all Ghost-related
8081 code.
8082 (Expand_N_Object_Renaming_Declaration): Remove all Ghost-related code.
8083 (Expand_N_Package_Renaming_Declaration): Remove all Ghost-related code.
8084 (Expand_N_Subprogram_Renaming_Declaration): Remove all Ghost-related
8085 code.
8086 * exp_ch13.adb Remove with and use clauses for Ghost.
8087 (Expand_N_Freeze_Entity): Remove all Ghost-related code.
8088 * exp_disp.adb (Make_DT): Install and revert the Ghost region of
8089 the tagged type. Move the generation of various entities within
8090 the Ghost region of the type.
8091 * exp_prag.adb Remove with and use clauses for Ghost.
8092 (Expand_Pragma_Check): Remove all Ghost-related code.
8093 (Expand_Pragma_Contract_Cases): Remove all Ghost-related code.
8094 (Expand_Pragma_Initial_Condition): Remove all Ghost-related code.
8095 (Expand_Pragma_Loop_Variant): Remove all Ghost-related code.
8096 * exp_util.adb (Build_DIC_Procedure_Body): Install
8097 and revert the Ghost region of the working types.
8098 (Build_DIC_Procedure_Declaration): Install and revert the
8099 Ghost region of the working type.
8100 (Make_Invariant_Call): Install and revert the Ghost region of the
8101 associated type.
8102 (Make_Predicate_Call): Reimplemented. Install and revert the
8103 Ghost region of the associated type.
8104 * freeze.adb (Freeze_Entity): Install and revert the Ghost region
8105 of the entity being frozen.
8106 (New_Freeze_Node): Removed.
8107 * ghost.adb Remove with and use clauses for Opt.
8108 (Check_Ghost_Completion): Update the parameter profile
8109 and all references to formal parameters.
8110 (Ghost_Entity): Update the comment on usage.
8111 (Install_Ghost_Mode): New routines.
8112 (Is_Ghost_Assignment): New routine.
8113 (Is_Ghost_Declaration): New routine.
8114 (Is_Ghost_Pragma): New routine.
8115 (Is_Ghost_Procedure_Call): New routine.
8116 (Is_Ghost_Renaming): Removed.
8117 (Is_OK_Declaration): Reimplemented.
8118 (Is_OK_Pragma): Reimplemented.
8119 (Is_OK_Statement): Reimplemented.
8120 (Is_Subject_To_Ghost): Update the comment on usage.
8121 (Mark_And_Set_Ghost_Assignment): New routine.
8122 (Mark_And_Set_Ghost_Body): New routine.
8123 (Mark_And_Set_Ghost_Completion): New routine.
8124 (Mark_And_Set_Ghost_Declaration): New routine.
8125 (Mark_And_Set_Ghost_Instantiation): New routine.
8126 (Mark_And_Set_Ghost_Procedure_Call): New routine.
8127 (Mark_Full_View_As_Ghost): Removed.
8128 (Mark_Ghost_Declaration_Or_Body): New routine.
8129 (Mark_Ghost_Pragma): New routine.
8130 (Mark_Ghost_Renaming): New routine.
8131 (Mark_Pragma_As_Ghost): Removed.
8132 (Mark_Renaming_As_Ghost): Removed.
8133 (Propagate_Ignored_Ghost_Code): Update the comment on usage.
8134 (Prune_Node): Freeze nodes no longer need special pruning, they
8135 are processed by the general ignored Ghost code mechanism.
8136 (Restore_Ghost_Mode): New routine.
8137 (Set_Ghost_Mode): Reimplemented.
8138 (Set_Ghost_Mode_From_Entity): Removed.
8139 * ghost.ads Add with and use clauses for Ghost.
8140 (Check_Ghost_Completion): Update the parameter profile
8141 along with the comment on usage.
8142 (Install_Ghost_Mode): New routine.
8143 (Is_Ghost_Assignment): New routine.
8144 (Is_Ghost_Declaration): New routine.
8145 (Is_Ghost_Pragma): New routine.
8146 (Is_Ghost_Procedure_Call): New routine.
8147 (Mark_And_Set_Ghost_Assignment): New routine.
8148 (Mark_And_Set_Ghost_Body): New routine.
8149 (Mark_And_Set_Ghost_Completion): New routine.
8150 (Mark_And_Set_Ghost_Declaration): New routine.
8151 (Mark_And_Set_Ghost_Instantiation): New routine.
8152 (Mark_And_Set_Ghost_Procedure_Call): New routine.
8153 (Mark_Full_View_As_Ghost): Removed.
8154 (Mark_Ghost_Pragma): New routine.
8155 (Mark_Ghost_Renaming): New routine.
8156 (Mark_Pragma_As_Ghost): Removed.
8157 (Mark_Renaming_As_Ghost): Removed.
8158 (Restore_Ghost_Mode): New routine.
8159 (Set_Ghost_Mode): Redefined.
8160 (Set_Ghost_Mode_From_Entity): Removed.
8161 * sem.adb (Analyze): Install and revert the Ghost region of the
8162 node being analyzed.
8163 (Do_Analyze): Change the way a clean Ghost
8164 region is installed and reverted.
8165 * sem_ch3.adb (Analyze_Full_Type_Declaration): Remove
8166 all Ghost-related code.
8167 (Analyze_Incomplete_Type_Decl): Remove all Ghost-related code.
8168 (Analyze_Number_Declaration): Remove all Ghost-related code.
8169 (Analyze_Object_Declaration): Install and revert the Ghost region of
8170 a deferred object declaration's completion.
8171 (Array_Type_Declaration): Remove all Ghost-related code.
8172 (Build_Derived_Type): Update the comment on
8173 the propagation of Ghost attributes from a parent to a derived type.
8174 (Derive_Subprogram): Remove all Ghost-related code.
8175 (Make_Class_Wide_Type): Remove all Ghost-related code.
8176 (Make_Implicit_Base): Remove all Ghost-related code.
8177 (Process_Full_View): Install and revert the Ghost region of
8178 the partial view. There is no longer need to check the Ghost
8179 completion here.
8180 * sem_ch5.adb (Analyze_Assignment): Install and revert the Ghost
8181 region of the left hand side.
8182 * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Remove
8183 all Ghost-related code.
8184 (Analyze_Expression_Function): Remove all Ghost-related code.
8185 (Analyze_Generic_Subprogram_Body): Remove all Ghost-related code.
8186 (Analyze_Procedure_Call): Install and revert the Ghost region of
8187 the procedure being called.
8188 (Analyze_Subprogram_Body_Helper): Install and revert the Ghost
8189 region of the spec or body.
8190 (Analyze_Subprogram_Declaration): Remove all Ghost-related code.
8191 (Build_Subprogram_Declaration): Remove all Ghost-related code.
8192 (Find_Corresponding_Spec): Remove all Ghost-related code.
8193 (Process_Formals): Remove all Ghost-related code.
8194 * sem_ch7.adb (Analyze_Package_Body_Helper): Install and revert
8195 the Ghost region of the spec.
8196 (Analyze_Package_Declaration): Remove all Ghost-related code.
8197 * sem_ch8.adb (Analyze_Exception_Renaming): Mark a renaming as
8198 Ghost when it aliases a Ghost entity.
8199 (Analyze_Generic_Renaming): Mark a renaming as Ghost when it aliases
8200 a Ghost entity.
8201 (Analyze_Object_Renaming): Mark a renaming as Ghost when
8202 it aliases a Ghost entity.
8203 (Analyze_Package_Renaming): Mark a renaming as Ghost when it aliases
8204 a Ghost entity.
8205 (Analyze_Subprogram_Renaming): Mark a renaming as Ghost when it
8206 aliases a Ghost entity.
8207 * sem_ch11.adb Remove with and use clauses for Ghost.
8208 (Analyze_Exception_Declaration): Remove all Ghost-related code.
8209 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Remove all
8210 Ghost-related code.
8211 (Analyze_Generic_Subprogram_Declaration): Remove all Ghost-related
8212 code.
8213 (Analyze_Package_Instantiation): Install and revert the Ghost region
8214 of the package instantiation.
8215 (Analyze_Subprogram_Instantiation): Install
8216 and revert the Ghost region of the subprogram instantiation.
8217 (Instantiate_Package_Body): Code clean up. Install and revert the
8218 Ghost region of the package body.
8219 (Instantiate_Subprogram_Body): Code clean up. Install and revert the
8220 Ghost region of the subprogram body.
8221 * sem_ch13.adb (Build_Predicate_Functions): Install
8222 and revert the Ghost region of the related type.
8223 (Build_Predicate_Function_Declaration): Code clean up. Install
8224 and rever the Ghost region of the related type.
8225 * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part):
8226 Install and revert the Ghost region of the pragma.
8227 (Analyze_Initial_Condition_In_Decl_Part): Install and revert the
8228 Ghost region of the pragma.
8229 (Analyze_Pragma): Install and revert the Ghost region of various
8230 pragmas. Mark a pragma as Ghost when it is related to a Ghost entity
8231 or encloses a Ghost entity.
8232 (Analyze_Pre_Post_Condition): Install and revert the Ghost
8233 region of the pragma.
8234 (Analyze_Pre_Post_Condition_In_Decl_Part): Install and revert the
8235 Ghost region of the pragma.
8236 * sem_res.adb (Resolve): Remove all Ghost-related code.
8237 * sem_util.adb (Is_Declaration): Reimplemented.
8238 (Is_Declaration_Other_Than_Renaming): New routine.
8239 * sem_util.ads (Is_Declaration_Other_Than_Renaming): New routine.
8240 * sinfo.adb (Is_Checked_Ghost_Pragma): New routine.
8241 (Is_Ghost_Pragma): Removed.
8242 (Is_Ignored_Ghost_Pragma): New routine.
8243 (Set_Is_Checked_Ghost_Pragma): New routine.
8244 (Set_Is_Ghost_Pragma): Removed.
8245 (Set_Is_Ignored_Ghost_Pragma): New routine.
8246 * sinfo.ads: Update the documentation on Ghost mode and
8247 Ghost regions. New attributes Is_Checked_Ghost_Pragma
8248 and Is_Ignored_Ghost_Pragma along with usages in nodes.
8249 Remove attribute Is_Ghost_Pragma along with usages in nodes.
8250 (Is_Checked_Ghost_Pragma): New routine along with pragma Inline.
8251 (Is_Ghost_Pragma): Removed along with pragma Inline.
8252 (Is_Ignored_Ghost_Pragma): New routine along with pragma Inline.
8253 (Set_Is_Checked_Ghost_Pragma): New routine along with pragma Inline.
8254 (Set_Is_Ghost_Pragma): Removed along with pragma Inline.
8255 (Set_Is_Ignored_Ghost_Pragma): New routine along with pragma Inline.
8256
8257 2017-01-12 Tristan Gingold <gingold@adacore.com>
8258
8259 * s-mmap.ads, s-mmap.adb, s-mmosin-unix.ads, s-mmosin-unix.adb,
8260 s-mmauni-long.ads, s-mmosin-mingw.ads, s-mmosin-mingw.adb: New files.
8261
8262 2017-01-12 Yannick Moy <moy@adacore.com>
8263
8264 * errout.adb, errout.ads (Initialize): Factor common treatment
8265 in Reset_Warnings.
8266 (Reset_Warnings): New procedure to reset counts related to warnings.
8267 (Record_Compilation_Errors): New variable to store the presence of an
8268 error, used in gnat2why to allow changing the Warning_Mode.
8269 (Compilation_Errors): Use new variable Record_Compilation_Errors to
8270 store the presence of an error.
8271
8272 2017-01-12 Javier Miranda <miranda@adacore.com>
8273
8274 * sem_ch13.adb (Analyze_Aspect_Specifications):
8275 For Interrupt_Handler and Attach_ Handler aspects, decorate the
8276 internally built reference to the protected procedure as coming
8277 from sources and force its analysis.
8278
8279 2017-01-12 Ed Schonberg <schonberg@adacore.com>
8280
8281 * sem_ch3.adb (Build_Derived_Type): For a scalar derived type,
8282 inherit predicates if any from the first_subtype of the parent,
8283 not from the anonymous parent type.
8284 * sem_eval.adb (Is_Static_Subtype): A type that inherits a dynamic
8285 predicate is not a static subtype.
8286
8287 2017-01-12 Gary Dismukes <dismukes@adacore.com>
8288
8289 * freeze.adb (Check_Suspicious_Convention): New procedure
8290 performing a warning check on discriminated record types with
8291 convention C or C++. Factored out of procedure Freeze_Record_Type,
8292 and changed to only apply to base types (to avoid spurious
8293 warnings on subtypes). Minor improvement of warning messages
8294 to refer to discriminated rather than variant record types.
8295 (Freeze_Record_Type): Remove code for performing a suspicious
8296 convention check.
8297 (Freeze_Entity): Only call Freeze_Record_Type
8298 on types that aren't declared within any enclosing generic units
8299 (rather than just excluding the type when the innermost scope
8300 is generic). Call Check_Suspicious_Convention whether or not
8301 the type is declared within a generic unit.
8302 * sem_ch8.adb (In_Generic_Scope): Move this function to Sem_Util.
8303 * sem_util.ads, sem_util.adb (In_Generic_Scope): New function (moved
8304 from Sem_Ch8).
8305
8306 2017-01-12 Tristan Gingold <gingold@adacore.com>
8307
8308 * sysdep.c, adaint.c, rtinit.c, ming32.h:
8309 (__gnat_current_codepage): Renamed from CurrentCodePage
8310 (__gnat_current_ccs_encoding): Renamed from CurrentCCSEncoding
8311
8312 2017-01-12 Ed Schonberg <schonberg@adacore.com>
8313
8314 * sem_ch6.adb (Fully_Conformant_Expressions): Handle properly
8315 quantified expressions, following AI12-050: the loop parameters
8316 of two quantified expressions are conformant if they have the
8317 same identifier.
8318
8319 2017-01-12 Arnaud Charlet <charlet@adacore.com>
8320
8321 * gcc-interface/Makefile.in: Clean up VxWorks targets.
8322
8323 2017-01-12 Ed Schonberg <schonberg@adacore.com>
8324
8325 * sem_attr.adb (Analyze_Attribute_Reference, case Loop_Entry):
8326 Hnadle properly the attribute reference when it appears as part
8327 of an expression in another loop aspect.
8328
8329 2017-01-12 Ed Schonberg <schonberg@adacore.com>
8330
8331 * exp_ch3.adb (Check_Predicated_Discriminant): New procedure,
8332 subsidiary of Build_Initialization_Call, to complete generation
8333 of predicate checks on discriminants whose (sub)types have
8334 predicates, and to add checks on variants that do not have an
8335 others clause.
8336 * sem_util.adb (Gather_Components): A missing Others alternative is
8337 not an error when the type of the discriminant is a static predicate
8338 (and coverage has been checked when analyzing the case statement). A
8339 runtime check is generated to verify that a given discriminant
8340 satisfies the predicate (RM 3.8.1. (21.1/2)).
8341
8342 2017-01-12 Yannick Moy <moy@adacore.com>
8343
8344 * gnat1drv.adb (Adjust_Global_Switches): Only
8345 perform checking of exception mechanism when generating code.
8346
8347 2017-01-12 Justin Squirek <squirek@adacore.com>
8348
8349 * exp_ch7.adb (Add_Type_Invariants, Process_Array_Component):
8350 Remove handling of access component with invariant.
8351 (Build_Invariant_Procedure_Declaration): Remove return on class
8352 wide type.
8353 * freeze.adb (Freeze_Array_Type, Freeze_Record_Type): Remove
8354 conditional exception for component or array so Has_Own_Invariants
8355 flag is not falsly set.
8356 * sem_ch3.adb (Make_Class_Wide_Type): Initialize copy of class
8357 wide type to have no invariant flags.
8358
8359 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8360
8361 * exp_ch9.adb, sem_prag.adb, s-tassta.adb, sem_util.adb, s-tarest.adb,
8362 sem_ch13.adb: Minor reformatting.
8363
8364 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8365
8366 * exp_aggr.adb (Build_Record_Aggr_Code): Guard against a missing
8367 adjustment primitive when the ancestor type was not properly frozen.
8368 (Gen_Assign): Guard against a missing initialization
8369 primitive when the component type was not properly frozen.
8370 (Initialize_Array_Component): Guard against a missing adjustment
8371 primitive when the component type was not properly frozen.
8372 (Initialize_Record_Component): Guard against a missing adjustment
8373 primitive when the component type was not properly frozen.
8374 (Process_Transient_Component_Completion): The transient object may
8375 not be finalized when its associated type was not properly frozen.
8376 * exp_ch3.adb (Build_Assignment): Guard against a missing
8377 adjustment primitive when the component type was not properly frozen.
8378 (Build_Initialization_Call): Guard against a missing
8379 initialization primitive when the associated type was not properly
8380 frozen.
8381 (Expand_N_Object_Declaration): Guard against a missing
8382 adjustment primitive when the base type was not properly frozen.
8383 (Predefined_Primitive_Bodies): Create an empty Deep_Adjust
8384 body when there is no adjustment primitive available. Create an
8385 empty Deep_Finalize body when there is no finalization primitive
8386 available.
8387 * exp_ch4.adb (Apply_Accessibility_Check): Guard against a
8388 missing finalization primitive when the designated type was
8389 not properly frozen.
8390 (Expand_N_Allocator): Guard against a missing initialization primitive
8391 when the designated type was not properly frozen.
8392 * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add the adjustment call
8393 only when the corresponding adjustment primitive is available.
8394 * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Generate the
8395 adjustment/finalization statements only when there is an available
8396 primitive to carry out the action.
8397 (Build_Initialize_Statements): Generate the initialization/finalization
8398 statements only when there is an available primitive to carry out the
8399 action.
8400 (Make_Adjust_Call): Do not generate a call when the underlying
8401 type is not present due to a possible missing full view.
8402 (Make_Final_Call): Do not generate a call when the underlying
8403 type is not present due to a possible missing full view.
8404 (Make_Finalize_Address_Stmts): Generate an empty body when the
8405 designated type lacks a finalization primitive.
8406 (Make_Init_Call): Do not generate a call when the underlying type is
8407 not present due to a possible missing full view.
8408 (Process_Component_For_Adjust): Add the adjustment call only when the
8409 corresponding adjustment primitive is available.
8410 (Process_Component_For_Finalize): Add the finalization call only when
8411 the corresponding finalization primitive is available.
8412 (Process_Object_Declaration): Use a null statement to emulate a
8413 missing call to the finalization primitive of the object type.
8414 * exp_ch7.ads (Make_Adjust_Call): Update the comment on usage.
8415 (Make_Final_Call): Update the comment on usage.
8416 (Make_Init_Call): Update the comment on usage.
8417 * exp_util.adb (Build_Transient_Object_Statements): Code reformatting.
8418
8419 2017-01-12 Arnaud Charlet <charlet@adacore.com>
8420
8421 * einfo.ads: Update documentation of Address_Taken.
8422 * sem_attr.adb (Analyze_Access_Attribute, Resolve_Attribute
8423 [Access_Attribute]): Only consider 'Access/'Unchecked_Access
8424 for subprograms when setting Address_Taken flag.
8425
8426 2017-01-12 Patrick Bernardi <bernardi@adacore.com>
8427
8428 * sem_ch10.adb (Analyze_With_Clause): Removed code that turned
8429 Configurable_Run_Time_Mode off when analysing with'ed predefined
8430 libraries.
8431
8432 2017-01-12 Gary Dismukes <dismukes@adacore.com>
8433
8434 * sem_prag.adb: Minor reformatting.
8435 * sem_util.adb (Unique_Entity): fix result for
8436 bodies of entry families.
8437
8438 2017-01-12 Justin Squirek <squirek@adacore.com>
8439
8440 * sem_prag.adb (Analyze_Pragma): Add appropriate calls to
8441 Resolve_Suppressible in the pragma Assertion_Policy case.
8442 (Resolve_Suppressible): Created this function to factor out
8443 common code used to resolve Suppress to either Ignore or Check
8444 * snames.ads-tmpl: Add name for Suppressible.
8445
8446 2017-01-12 Gary Dismukes <dismukes@adacore.com>
8447
8448 * exp_ch9.adb, s-secsta.adb, snames.ads-tmpl, exp_ch3.adb: Minor
8449 reformatting.
8450 * debug.adb: Minor comment fixes.
8451
8452 2017-01-12 Arnaud Charlet <charlet@adacore.com>
8453
8454 * sem_util.adb (Unique_Entity): For concurrent
8455 bodies that are defined with stubs and complete a declaration
8456 of a single concurrent object return the entity of an implicit
8457 concurrent type, not the entity of the anonymous concurrent
8458 object.
8459 * debug.adb: -gnatd.J is no longer used.
8460 * make.adb (Globalize): Removed, no longer used.
8461 * sem_ch9.adb: minor typo in comment for entry index
8462
8463 2017-01-12 Patrick Bernardi <bernardi@adacore.com>
8464
8465 * aspect.adb, aspect.ads: Added new aspect Secondary_Stack_Size.
8466 * exp_ch3.adb (Build_Init_Statements): As part of initialising
8467 the value record of a task, set its _Secondary_Stack_Size field
8468 if present.
8469 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create
8470 a _Secondary_Stack_Size field in the value record of
8471 the task if a Secondary_Stack_Size rep item is present.
8472 (Make_Task_Create_Call): Include secondary stack size
8473 parameter. If No_Secondary_Stack restriction is in place, passes
8474 stack size of 0.
8475 * par-prag.adb, sem_prag.adb, sem_prag.ads: Added new pragma
8476 Secondary_Stack_Size.
8477 * s-secsta.adb, s-secsta.ads (Minimum_Secondary_Stack_Size): New
8478 function to define the overhead of the secondary stack.
8479 * s-tarest.adb (Create_Restricted_Task,
8480 Create_Restricted_Task_Sequential): Functions now include
8481 Secondary_Stack_Size parameter to pass to Initialize_ATCB.
8482 * s-tarest.adb (Create_Restricted_Task,
8483 Create_Restricted_Task_Sequential): Calls to Initialize_ATCB now
8484 include Secondary_Stack_Size parameter.
8485 (Task_Wrapper): Secondary stack now allocated to the size specified by
8486 the Secondary_Stack_Size parameter in the task's ATCB.
8487 * s-taskin.adb, s-taskin.adb (Common_ATCB, Initialize_ATCB): New
8488 Secondary_Stack_Size component.
8489 * s-tassta.adb, s-tassta.ads (Create_Restricted_Task,
8490 Create_Restricted_Task_Sequential): Function now include
8491 Secondary_Stack_Size parameter.
8492 (Task_Wrapper): Secondary stack now allocated to the size
8493 specified by the Secondary_Stack_Size parameter in the task's
8494 ATCB.
8495 * s-tproft.adb (Register_Foreign_Thread): Amended Initialize_ATCB call
8496 to include Secondary_Stack_Size parameter.
8497 * sem_ch13.adb (Analyze_Aspect_Specification): Add support for
8498 Secondary_Stack_Size aspect, turning the aspect into its corresponding
8499 internal attribute.
8500 (Analyze_Attribute_Definition): Process Secondary_Stack_Size attribute.
8501 * snames.adb-tmpl, snames.ads-tmpl: Added names
8502 Name_Secondary_Stack_Size, Name_uSecondary_Stack_Size,
8503 Attribute_Secondary_Stack_Size and Pragma_Secondary_Stack_Size.
8504
8505 2017-01-12 Yannick Moy <moy@adacore.com>
8506
8507 * exp_spark.adb (Expand_SPARK_Potential_Renaming): Fix sloc of copied
8508 subtree.
8509
8510 2017-01-12 Justin Squirek <squirek@adacore.com>
8511
8512 * exp_attr.adb (Expand_N_Attribute_Reference):
8513 Fix Finalization_Size case by properly resolving the type after
8514 rewritting the node.
8515
8516 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8517
8518 * exp_util.adb (Build_DIC_Procedure_Body): Semi-insert the body into
8519 the tree.
8520 (Build_DIC_Procedure_Declaration): Semi-insert the body into the tree.
8521 * binde.adb, exp_ch5.adb, sem_type.adb, sem.ads, sem_res.adb,
8522 exp_sel.ads: Minor reformatting.
8523
8524 2017-01-12 Justin Squirek <squirek@adacore.com>
8525
8526 * exp_ch6.adb (Expand_Call): Add guard to prevent
8527 invariant checks from being created for internally generated
8528 subprograms.
8529
8530 2017-01-12 Bob Duff <duff@adacore.com>
8531
8532 * lib-writ.ads: Remove incorrect comment.
8533
8534 2017-01-12 Javier Miranda <miranda@adacore.com>
8535
8536 * debug.adb (-gnatd.K): Enable generation of contract-only
8537 procedures in CodePeer mode.
8538 * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
8539 New subprogram.
8540 (Analyze_Contracts): Generate contract-only procedures if -gnatdK is
8541 set.
8542 * scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): New
8543 subprogram.
8544 (Get_Contract_Only_Missing_Body_Name): New subprogram.
8545 (Get_Contract_Only_Body): New subprogram.
8546 (Set_Contract_Only_Body): New subprogram.
8547 (Is_Contract_Only_Body): New subprogram.
8548 (Set_Is_Contract_Only_Body): New subprogram.
8549 (SCIL_Nodes): Replace table by hash-table.
8550
8551 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8552
8553 * exp_ch6.adb: Minor reformatting.
8554 * spark_xrefs.ads: minor cleanup of comments for SPARK xrefs
8555
8556 2017-01-12 Bob Duff <duff@adacore.com>
8557
8558 * binde.adb (Forced): New reason for a dependence.
8559 (Force_Elab_Order): Implementation of the new switch.
8560 * binde.ads: Minor comment fixes.
8561 * bindusg.adb: Add -f switch. Apparently, there was an -f switch
8562 long ago that is no longer supported; removed comment about that.
8563 * opt.ads (Force_Elab_Order_File): Name of file specified for
8564 -f switch.
8565 * switch-b.adb: Parse -f switch.
8566
8567 2017-01-12 Justin Squirek <squirek@adacore.com>
8568
8569 * exp_ch6.adb (Check_View_Conversion): Created this function
8570 to properly chain calls to check type invariants that may be
8571 present in a subprogram call after the subprogram.
8572 (Expand_Call): Add a conditional to identify when a view conversion
8573 needs to be checked.
8574 * nlists.adb, nlists.ads (Prepend_New): New routine.
8575 (Prepend_New_To): New routine.
8576
8577 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8578
8579 * sinfo.ads: Minor reformatting.
8580
8581 2017-01-12 Gary Dismukes <dismukes@adacore.com>
8582
8583 * exp_util.adb, exp_util.ads, einfo.ads: Minor typo fixes and
8584 reformatting.
8585
8586 2017-01-12 Hristian Kirtchev <kirtchev@adacore.com>
8587
8588 * exp_ch6.adb (Make_Build_In_Place_Call_In_Anonymous_Context): Add new
8589 variable Definite. Create a local object and pass its 'Access to the
8590 BIP function when the result type is either definite or it does not
8591 require any finalization or secondary stack management.
8592
8593 2017-01-12 Bob Duff <duff@adacore.com>
8594
8595 * contracts.adb, einfo.adb, errout.adb, exp_attr.adb,
8596 exp_ch3.adb, exp_ch7.adb, exp_ch9.adb, exp_prag.adb, freeze.adb,
8597 frontend.adb, ghost.adb, inline.adb, lib-writ.adb, lib-xref.adb,
8598 par.adb, par-ch10.adb, par-ch2.adb, par-prag.adb, par_sco.adb,
8599 sem_attr.adb, sem_aux.adb, sem_ch10.adb, sem_ch12.adb,
8600 sem_ch13.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb, sem_elab.adb,
8601 sem_prag.adb, sem_res.adb, sem_util.adb, sem_util.ads,
8602 sem_warn.adb, sinfo.adb, sinfo.ads, sprint.adb (Pragma_Name):
8603 Change name to Pragma_Name_Unmapped.
8604 (Pragma_Name_Mapped): Change name to Pragma_Name.
8605 This is because the "mapped" version should be the usual case.
8606
8607 2017-01-09 Hristian Kirtchev <kirtchev@adacore.com>
8608
8609 * einfo.ads, einfo.adb: Remove uses of flags Has_Default_Init_Cond,
8610 Is_Default_Init_Cond_Procedure, and
8611 Has_Inherited_Default_Init_Cond. Add uses of flags
8612 Has_Own_DIC, Is_DIC_Procedure, and Has_Inherited_DIC.
8613 (Default_Init_Cond_Procedure): Removed.
8614 (DIC_Procedure): New routine.
8615 (Has_Default_Init_Cond): Removed.
8616 (Has_DIC): New routine.
8617 (Has_Inheritable_Invariants): The attribute applies to the base type.
8618 (Has_Inherited_Default_Init_Cond): Removed.
8619 (Has_Inherited_DIC): New routine.
8620 (Has_Inherited_Invariants): The attribute applies to the base type.
8621 (Has_Own_DIC): New routine.
8622 (Has_Own_Invariants): The attribute applies to the base type.
8623 (Is_Default_Init_Cond_Procedure): Removed.
8624 (Is_DIC_Procedure): New routine.
8625 (Set_Default_Init_Cond_Procedure): Removed.
8626 (Set_DIC_Procedure): New routine.
8627 (Set_Has_Default_Init_Cond): Removed.
8628 (Set_Has_Inheritable_Invariants): The attribute applies
8629 to the base type.
8630 (Set_Has_Inherited_Default_Init_Cond): Removed.
8631 (Set_Has_Inherited_DIC): New routine.
8632 (Set_Has_Inherited_Invariants): The attribute applies to the base type.
8633 (Set_Has_Own_DIC): New routine.
8634 (Set_Has_Own_Invariants): The attribute applies to the base type.
8635 (Set_Is_Default_Init_Cond_Procedure): Removed.
8636 (Set_Is_DIC_Procedure): New routine.
8637 (Write_Entity_Flags): Update the output of all flags related to
8638 default initial condition.
8639 * exp_ch3.adb (Expand_N_Object_Declaration): Update the generation
8640 of the call to the DIC procedure.
8641 (Freeze_Type): Generate the body of the DIC procedure.
8642 * exp_ch7.adb (Build_Invariant_Procedure_Body): Replace
8643 all occurrences of Create_Append with Append_New_To. Do
8644 not generate an invariant procedure for a class-wide type.
8645 The generated body acts as a freeze action of the working type.
8646 (Build_Invariant_Procedure_Declaration): Do not generate an
8647 invariant procedure for a class-wide type.
8648 (Create_Append): Removed.
8649 * exp_util.adb: Add with and use clauses for Sem_Ch3, sem_ch6,
8650 sem_Ch12, Sem_Disp, and GNAT.HTable. Move the handling of
8651 class-wide pre/postcondition description and data structures from
8652 Sem_Prag.
8653 (Build_Class_Wide_Expression): Moved from Sem_Prag.
8654 (Build_DIC_Call): New routine.
8655 (Build_DIC_Procedure_Body): New routine.
8656 (Build_DIC_Procedure_Declaration): New routine.
8657 (Entity_Hash): Moved from Sem_Prag.
8658 (Find_DIC_Type): New routine.
8659 (Update_Primitives_Mapping): Reimplemented.
8660 (Update_Primitives_Mapping_Of_Types): New routine.
8661 * exp_util.ads (Build_Class_Wide_Expression): Moved from Sem_Prag.
8662 (Build_DIC_Call): New routine.
8663 (Build_DIC_Procedure_Body): New routine.
8664 (Build_DIC_Procedure_Declaration): New routine.
8665 (Update_Primitives_Mapping): Moved from Sem_Prag.
8666 (Update_Primitives_Mapping_Of_Types): New routine.
8667 * nlists.adb (Append_New): New routine.
8668 (Append_New_To): New routine.
8669 * nlists.ads (Append_New): New routine.
8670 (Append_New_To): New routine.
8671 * sem_ch3.adb (Analyze_Declarations): Do not generate the bodies
8672 of DIC procedures here. This is now done at the end of the
8673 visible declarations, private declarations, and at the freeze
8674 point of a type.
8675 (Analyze_Private_Extension_Declaration):
8676 A private extension inherits the DIC pragma of a parent type.
8677 (Analyze_Subtype_Declaration): No need to propagate invariant
8678 attributes to a subtype as those apply to the base type.
8679 (Build_Derived_Record_Type): No need to inherit invariants here
8680 as this is now done in Build_Derived_Type.
8681 (Build_Derived_Type): Inherit both the DIC pragma and invariants from
8682 a parent type.
8683 (Process_Full_View): Update the propagation of DIC attributes.
8684 (Propagate_Default_Init_Cond_Attributes): Removed.
8685 * sem_ch7.adb Add with and use clauses for Exp_Util.
8686 (Analyze_Package_Specification): Create the body of the DIC
8687 procedure at the end of the visible and private declarations.
8688 (Preserve_Full_Attributes): Propagate DIC attributes.
8689 * sem_ch9.adb (Analyze_Protected_Type_Declaration): Propagate
8690 DIC attributes.
8691 (Analyze_Task_Type_Declaration): Propagate DIC attributes.
8692 * sem_elab.adb (Check_A_Call): Update the call to
8693 Is_Nontrivial_Default_Init_Cond_Procedure.
8694 * sem_prag.adb Remove the with and use clauses for
8695 GNAT.HTable. Move the handling of class- wide pre/postcondition
8696 description and data structures to Exp_Util.
8697 (Analyze_Pragma): Create the declaration of the DIC procedure. There
8698 is no need to propagate invariant-related attributes at this point
8699 as this is done in Build_Invariant_Procedure_Declaration.
8700 (Build_Class_Wide_Expression): Moved to Exp_Util.
8701 (Entity_Hash): Moved to Exp_Util.
8702 (Update_Primitives_Mapping): Moved to Exp_Util.
8703 * sem_prag.ads (Build_Class_Wide_Expression): Moved to Exp_Util.
8704 (Update_Primitives_Mapping): Moved to Exp_Util.
8705 * sem_util.adb: Remove with and use clauses for Ghost
8706 and Sem_Ch13.
8707 (Build_Default_Init_Cond_Call): Removed.
8708 (Build_Default_Init_Cond_Procedure_Bodies): Removed.
8709 (Build_Default_Init_Cond_Procedure_Declaration): Removed.
8710 (Get_Views): Reimplemented.
8711 (Has_Full_Default_Initialization): Reimplement the section on DIC.
8712 (Inherit_Default_Init_Cond_Procedure): Removed.
8713 (Is_Nontrivial_Default_Init_Cond_Procedure): Removed.
8714 (Is_Nontrivial_DIC_Procedure): New routine.
8715 (Is_Verifiable_DIC_Pragma): New routine.
8716 (Propagate_DIC_Attributes): New routine.
8717 * sem_util.ads (Build_Default_Init_Cond_Call): Removed.
8718 (Build_Default_Init_Cond_Procedure_Bodies): Removed.
8719 (Build_Default_Init_Cond_Procedure_Declaration): Removed.
8720 (Inherit_Default_Init_Cond_Procedure): Removed.
8721 (Is_Nontrivial_Default_Init_Cond_Procedure): Removed.
8722 (Is_Nontrivial_DIC_Procedure): New routine.
8723 (Is_Verifiable_DIC_Pragma): New routine.
8724 (Propagate_DIC_Attributes): New routine.
8725 * sem_warn.adb (Is_OK_Fully_Initialized): Reimplement the section
8726 on DIC.
8727 * sinfo.ads, sinfo.adb: Add new attribute Expression_Copy along with
8728 usage in nodes.
8729 (Expression_Copy): New routine along with pragma Inline.
8730 (Set_Expression_Copy): New routine along with pragma Inline.
8731
8732 2017-01-06 Bob Duff <duff@adacore.com>
8733
8734 * bindgen.adb (Gen_Adainit, Gen_Adafinal): Change
8735 "Bind_Main_Program" to "not Bind_For_Library", because otherwise
8736 we won't generate the call to s_stalib_adafinal when the main
8737 is not written in Ada.
8738
8739 2017-01-06 Bob Duff <duff@adacore.com>
8740
8741 * sem_prag.adb: Minor: remove pragma Warnings.
8742
8743 2017-01-06 Tristan Gingold <gingold@adacore.com>
8744
8745 * Makefile.rtl: Do not compile s-stchop by default.
8746
8747 2017-01-06 Patrick Bernardi <bernardi@adacore.com>
8748
8749 * aspects.adb, aspects.ads, exp_ch3.adb, exp_ch9.adb, par-prag.adb,
8750 sem_ch13.adb, sem_prag.adb, sem_prag.ads, snames.adb-tmpl,
8751 snames.ads-tmpl, s-secsta.adb, s-secsta.ads, s-tarest.adb,
8752 s-tarest.ads, s-taskin.adb, s-taskin.ads, s-tassta.adb, s-tassta.ads:
8753 Reverted previous change for now.
8754
8755 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8756
8757 * exp_ch3.adb (Build_Initialization_Call): Apply predicate
8758 check to default discriminant value if checks are enabled.
8759 (Build_Assignment): If type of component has static predicate,
8760 apply check to its default value, if any.
8761
8762 2017-01-06 Patrick Bernardi <bernardi@adacore.com>
8763
8764 * aspect.adb, aspect.ads: Added new aspect Secondary_Stack_Size.
8765 * exp_ch3.adb (Build_Init_Statements): As part of initialising
8766 the value record of a task, set its _Secondary_Stack_Size field
8767 if present.
8768 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create
8769 a _Secondary_Stack_Size field in the value record of
8770 the task if a Secondary_Stack_Size rep item is present.
8771 (Make_Task_Create_Call): Include secondary stack size
8772 parameter. If No_Secondary_Stack restriction is in place, passes
8773 stack size of 0.
8774 * par-prag.adb, sem_prag.adb, sem_prag.ads: Added new pragma
8775 Secondary_Stack_Size.
8776 * s-secsta.adb, s-secsta.ads (Minimum_Secondary_Stack_Size): New
8777 function to define the overhead of the secondary stack.
8778 * s-tarest.adb (Create_Restricted_Task,
8779 Create_Restricted_Task_Sequential): Functions now include
8780 Secondary_Stack_Size parameter to pass to Initialize_ATCB.
8781 * s-tarest.adb (Create_Restricted_Task,
8782 Create_Restricted_Task_Sequential): Calls to Initialize_ATCB
8783 now include Secondary_Stack_Size parameter.
8784 (Task_Wrapper):
8785 Secondary stack now allocated to the size specified by the
8786 Secondary_Stack_Size parameter in the task's ATCB.
8787 * s-taskin.adb, s-taskin.adb (Common_ATCB, Initialise_ATCB): New
8788 Secondary_Stack_Size component.
8789 * s-tassta.adb, s-tassta.ads (Create_Restricted_Task,
8790 Create_Restricted_Task_Sequential): Function now include
8791 Secondary_Stack_Size parameter.
8792 (Task_Wrapper): Secondary stack
8793 now allocated to the size specified by the Secondary_Stack_Size
8794 parameter in the task's ATCB.
8795 * sem_ch13.adb (Analyze_Aspect_Specification): Add support
8796 for Secondary_Stack_Size aspect, turning the aspect into its
8797 corresponding internal attribute.
8798 (Analyze_Attribute_Definition):
8799 Process Secondary_Stack_Size attribute.
8800 * snames.adb-tmpl, snames.ads-tmpl: Added names
8801 Name_Secondary_Stack_Size, Name_uSecondary_Stack_Size,
8802 Attribute_Secondary_Stack_Size and Pragma_Secondary_Stack_Size.
8803
8804 2017-01-06 Pascal Obry <obry@adacore.com>
8805
8806 * a-direio.adb, a-direio.ads, a-sequio.adb, a-sequio.ads: Add Flush to
8807 Sequential_IO and Direct_IO.
8808
8809 2017-01-06 Bob Duff <duff@adacore.com>
8810
8811 * snames.ads-tmpl (Renamed): New name for the pragma argument.
8812 * par-ch2.adb: Allow the new pragma (with analysis deferred
8813 to Sem_Prag).
8814 * sinfo.ads, sinfo.adb (Map_Pragma_Name, Pragma_Name_Mapped):
8815 Keep a mapping from new pragma names to old names.
8816 * sem_prag.adb: Check legality of pragma Rename_Pragma, and
8817 implement it by calling Map_Pragma_Name.
8818 * checks.adb, contracts.adb, einfo.adb, errout.adb,
8819 * exp_attr.adb, exp_ch3.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
8820 * exp_prag.adb, exp_util.adb, freeze.adb, frontend.adb, ghost.adb,
8821 * inline.adb, lib-writ.adb, scans.adb, scans.ads, sem_attr.adb,
8822 * sem_aux.adb, sem_ch10.adb, sem_ch13.adb, sem_ch6.adb, sem_ch9.adb,
8823 * sem_elab.adb, sem_res.adb, sem_util.adb, sem_util.ads,
8824 * sem_warn.adb: Call Pragma_Name_Mapped instead of Pragma_Name
8825 as appropriate.
8826
8827 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
8828
8829 * exp_ch9.adb: Minor reformatting.
8830
8831 2017-01-06 Tristan Gingold <gingold@adacore.com>
8832
8833 * exp_ch9.ads, exp_ch9.adb (Build_Entry_Names): Remove (unused).
8834 * rtsfind.ads (RE_Task_Entry_Names_Array, RO_ST_Set_Entry_Names)
8835 (RE_Protected_Entry_Names_Array, RO_PE_Set_Entry_Names): Remove
8836 (unused).
8837 * s-taskin.ads, s-taskin.adb (Set_Entry_Names,
8838 Task_Entry_Names_Array, Task_Entry_Names_Access): Remove.
8839 * s-tpoben.ads, s-tpoben.adb (Set_Entry_Names,
8840 Protected_Entry_Names_Array, Protected_Entry_Names_Access): Remove.
8841
8842 2017-01-06 Bob Duff <duff@adacore.com>
8843
8844 * sinfo.ads, sinfo.adb (Map_Pragma_Name): Preparation work,
8845 dummy implementation of Map_Pragma_Name.
8846
8847 2017-01-06 Tristan Gingold <gingold@adacore.com>
8848
8849 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Make the
8850 entry_body variable constant.
8851 * s-taprob.ads (Entry_Body_Access): Move to s-tposen.
8852 * s-tpoben.ads (Protected_Entry_Body_Access): Now access
8853 to constant.
8854 * s-tposen.ads (Entry_Body_Access): Moved from s-taprob,
8855 now access to constant.
8856
8857 2017-01-06 Gary Dismukes <dismukes@adacore.com>
8858
8859 * einfo.ads, sem_res.adb, sem_attr.adb, sem_ch6.adb: Minor
8860 reformatting and typo fixes.
8861
8862 2017-01-06 Bob Duff <duff@adacore.com>
8863
8864 * snames.ads-tmpl: New names for pragma renaming.
8865 * snames.adb-tmpl (Is_Configuration_Pragma_Name): Minor cleanup.
8866 * par-prag.adb: Add new pragma name to case statement.
8867 * sem_prag.adb (Rename_Pragma): Initial cut at semantic analysis
8868 of the pragma.
8869 * sinfo.ads, sinfo.adb (Pragma_Name_Mapped): Preparation work,
8870 Dummy implementation of Pragma_Name_Mapped.
8871
8872 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8873
8874 * exp_ch6.adb (Expand_Protected_Subprogram_Call): Add guard to
8875 better detect call within an entry_wrapper.
8876 * sem_res.adb (Resolve_Call): A protected call within an
8877 entity_wrapper is analyzed in the context of the protected
8878 object but corresponds to a pre-analysis and is not an access
8879 before elaboration.
8880 * sem_attr.adb: Minor reformatting.
8881
8882 2017-01-06 Justin Squirek <squirek@adacore.com>
8883
8884 * sem_attr.adb (Analyze_Attribute): Modify semantic checks for
8885 Finalization_Size to allow a prefix of any non-class-wide type.
8886 * sem_attr.ads Modify comment for Finalization_Size to include
8887 definite type use case.
8888
8889 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8890
8891 * einfo.ads, einfo.adb (Is_Entry_Wrapper): New flag, defined
8892 on procedures that are wrappers created for entries that have
8893 preconditions.
8894 * sem_ch6.adb (Analyze_Subrogram_Body_Helper): If the subprogram
8895 body is an entry_wrapper, compile it in the context of the
8896 synchronized type, because a precondition may refer to funtions
8897 of the type.
8898 * exp_ch9.adb (Build_Contract_Wrapper): Set Is_Entry_Wrapper on
8899 body entity.
8900 * exp_ch6.adb (Expand_Protected_Subprogram_Call): if the call is
8901 within an Entry_Wrapper this is an external call whose target
8902 is the synchronized object that is the actual in the call to
8903 the wrapper.
8904
8905 2017-01-06 Yannick Moy <moy@adacore.com>
8906
8907 * sem_attr.adb (Analyze_Attribute/Attribute_Loop_Entry): Analyze node
8908 in tree, which means not analyzing the previous prefix if the node has
8909 been rewritten into its prefix.
8910
8911 2017-01-06 Gary Dismukes <dismukes@adacore.com>
8912
8913 * s-tpobop.adb: Minor reformatting.
8914
8915 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8916
8917 * checks.adb (Ensure_Valid): Do not generate a validity check
8918 within a generated predicate function, validity checks will have
8919 been applied earlier when required.
8920
8921 2017-01-06 Tristan Gingold <gingold@adacore.com>
8922
8923 * s-tpoben.ads (Protection_Entries): Add comment and reorder
8924 components for performances.
8925 * s-tpobop.adb (PO_Do_Or_Queue): Implement Max_Queue_Length runtime
8926 semantic.
8927
8928 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8929
8930 * sem_eval.adb (Check_Expression_Against_Static_Predicate):
8931 If expression is compile-time known and obeys a static predicate
8932 it must be labelled as static, to prevent spurious warnings and
8933 run-time errors, e.g. in case statements. This is relevant when
8934 the expression is the result of constant-folding a type conversion
8935 whose expression is a variable with a known static value.
8936
8937 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
8938
8939 * exp_attr.adb, sem_attr.ads: Minor reformatting.
8940
8941 2017-01-06 Justin Squirek <squirek@adacore.com>
8942
8943 * exp_attr.adb (Expand_N_Attribute_Reference): Add entry for
8944 expansion of Finalization_Size attribute.
8945 * sem_attr.adb (Analyze_Attribute): Add entry to check the
8946 semantics of Finalization_Size.
8947 (Eval_Attribute): Add null entry for Finalization_Size.
8948 * sem_attr.ads: Add Finalization_Size to the implementation
8949 dependent attribute list.
8950 * snames.ads-tmpl: Add name entry for Finalization_Size attribute.
8951
8952 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8953
8954 * sem_ch5.adb (Analyze_Loop_Statement): If the loop includes an
8955 iterator specification with a serious syntactic error, transform
8956 construct into an infinite loop in order to continue analysis
8957 and prevent a compiler abort.
8958
8959 2017-01-06 Tristan Gingold <gingold@adacore.com>
8960
8961 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Do not generate
8962 max_queue_lengths_array if unused.
8963
8964 2017-01-06 Bob Duff <duff@adacore.com>
8965
8966 * errout.adb (Set_Msg_Text): Protect against out-of-bounds
8967 array access, in case "\" is at the end of Text.
8968 * stylesw.adb (Set_Style_Check_Options): Don't include input
8969 characters in the error message template, because they could
8970 be control characters such as "\", which Errout will try to
8971 interpret.
8972
8973 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8974
8975 * sem_ch4.adb (Find_Indexing_Operations, Inspect_Declarations):
8976 For a private type examine the visible declarations that follow
8977 the partial view, not just the private declarations that follow
8978 the full view.
8979
8980 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
8981
8982 * exp_ch5.adb, sem_ch3.adb, checks.adb: Minor reformatting and
8983 code cleanup.
8984
8985 2017-01-06 Ed Schonberg <schonberg@adacore.com>
8986
8987 * exp_ch5.adb (Get_Default_Iterator): For a derived type, the
8988 alias of the inherited op is the parent iterator, no need to
8989 examine dispatch table positions which might not be established
8990 yet if type is not frozen.
8991 * sem_disp.adb (Check_Controlling_Formals): The formal of a
8992 predicate function may be a subtype of a tagged type.
8993 * sem_ch3.adb (Complete_Private_Subtype): Adjust inheritance
8994 of representation items for the completion of a type extension
8995 where a predicate applies to the partial view.
8996 * checks.ads, checks.adb (Apply_Predicate_Check): Add optional
8997 parameter that designates function whose actual receives a
8998 predicate check, to improve warning message when the check will
8999 lead to infinite recursion.
9000 * sem_res.adb (Resolve_Actuals): Pass additional parameter to
9001 Apply_Predicate_Check.
9002
9003 2017-01-06 Tristan Gingold <gingold@adacore.com>
9004
9005 * s-rident.ads (Profile_Info): Remove No_Entry_Queue from
9006 Gnat_Extended_Ravenscar.
9007 * exp_ch9.adb, s-tpoben.adb, s-tpoben.ads: Fix spelling.
9008
9009 2017-01-06 Gary Dismukes <dismukes@adacore.com>
9010
9011 * sem_util.ads: Minor typo fix and reformatting.
9012
9013 2017-01-06 Yannick Moy <moy@adacore.com>
9014
9015 * ghost.adb Minor fixing of references to SPARK RM.
9016 (Check_Ghost_Context): Check whether reference is to a lvalue
9017 before issuing an error about violation of SPARK RM 6.9(13)
9018 when declaration has Ghost policy Check and reference has Ghost
9019 policy Ignore.
9020 * sem_util.adb Minor indentation.
9021 * sem_ch10.adb (Analyze_Package_Body_Stub, Analyze_Protected_Body_Stub,
9022 Analyze_Task_Body_Stub): Set Ekind of the defining identifier.
9023 * sem_util.ads (Unique_Defining_Entity): Document the result
9024 for package body stubs.
9025
9026 2017-01-06 Tristan Gingold <gingold@adacore.com>
9027
9028 * raise-gcc.c (abort): Macro to call Abort_Propagation.
9029 * s-tpoben.ads (Protected_Entry_Queue_Max_Access): Make it access
9030 constant.
9031 * exp_ch9.adb (Expand_N_Protected_Type_Declaration):
9032 Do not generate the Entry_Max_Queue_Lengths_Array if all default
9033 values.
9034 * exp_util.adb (Corresponding_Runtime_Package): Consider
9035 Max_Queue_Length pragma.
9036
9037 2017-01-06 Justin Squirek <squirek@adacore.com>
9038
9039 * exp_ch9.adb (Expand_N_Protected_Type_Declaration):
9040 Remove declaration generation in the case of
9041 System_Tasking_Protected_Objects_Single_Entry being used,
9042 and add a warning message when this is detected to occur.
9043 (Make_Initialize_Protection): Remove reference pass in the case
9044 of System_Tasking_Protected_Objects_Single_Entry.
9045 * rtsfind.ads: Remove RE_Protected_Entry_Queue_Max
9046 * s-tposen.adb (Initialize_Protection_Entry): Remove
9047 Entry_Queue_Max parameter.
9048 * s-tposen.ads: Remove the types use to store the entry queue
9049 maximum.
9050 * sem_prag.adb (Analyze_Pragma): Remove entry families restriction
9051
9052 2017-01-06 Yannick Moy <moy@adacore.com>
9053
9054 * sem_util.adb, sem_util.ads (Get_Enum_Lit_From_Pos): Strengthen
9055 behavior of function, to also accept out of range positions
9056 and raise Constraint_Error in such case, and to copy sloc from
9057 literal if No_Location passed as location.
9058 * uintp.adb, uintp.ads (UI_To_Int, UI_To_CC): Strengthen behavior
9059 of functions to raise Constraint_Error in case of value not in
9060 appropriate range.
9061
9062 2017-01-06 Tristan Gingold <gingold@adacore.com>
9063
9064 * sem_util.adb, s-taprop-linux.adb (Finalize_TCB): Remove call to
9065 Invalidate_Stack_Cache.
9066
9067 2017-01-06 Eric Botcazou <ebotcazou@adacore.com>
9068
9069 * s-os_lib.adb: Minor fix to the signature of Readlink.
9070
9071 2017-01-06 Javier Miranda <miranda@adacore.com>
9072
9073 * sem_ch6.adb (Conforming_Types): Handle another
9074 confusion between views in a nested instance with an actual
9075 private type whose full view is not in scope.
9076
9077 2017-01-06 Arnaud Charlet <charlet@adacore.com>
9078
9079 * exp_ch5.adb (Expand_N_If_Statement): Obey existing comment and
9080 mark a rewritten if statement as explicit (Comes_From_Source).
9081
9082 2017-01-06 Gary Dismukes <dismukes@adacore.com>
9083
9084 * sem_prag.adb, rtsfind.adb, sem_util.adb: Minor typo fixes.
9085
9086 2017-01-06 Tristan Gingold <gingold@adacore.com>
9087
9088 * ada.ads, a-unccon.ads: Add pragma No_Elaboration_Code_All.
9089
9090 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
9091
9092 * sem_case.adb: Minor reformatting.
9093
9094 2017-01-06 Thomas Quinot <quinot@adacore.com>
9095
9096 * g-socthi-mingw.adb: Remove now extraneous USE TYPE clause
9097
9098 2017-01-06 Justin Squirek <squirek@adacore.com>
9099
9100 * aspects.adb: Register aspect in Canonical_Aspect.
9101 * aspects.ads: Associate qualities of Aspect_Max_Queue_Length
9102 into respective tables.
9103 * einfo.ads, einfo.adb: Add a new attribute for
9104 handling the parameters for Pragma_Max_Entry_Queue
9105 (Entry_Max_Queue_Lengths_Array) in E_Protected_Type. Subprograms
9106 for accessing and setting were added as well.
9107 * par-prag.adb (Prag): Register Pramga_Max_Entry_Queue.
9108 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Emit
9109 declaration for pramga arguments and store them in the protected
9110 type node.
9111 (Make_Initialize_Protection): Pass a reference to
9112 the Entry_Max_Queue_Lengths_Array in the protected type node to
9113 the runtime.
9114 * rtsfind.adb: Minor grammar fix.
9115 * rtsfind.ads: Register new types taken from the
9116 runtime libraries RE_Protected_Entry_Queue_Max and
9117 RE_Protected_Entry_Queue_Max_Array
9118 * s-tposen.adb, s-tpoben.adb
9119 (Initialize_Protection_Entry/Initialize_Protection_Entries):
9120 Add extra parameter and add assignment to local object.
9121 * s-tposen.ads, s-tpoben.ads: Add new types to
9122 store entry queue maximums and a field to the entry object record.
9123 * sem_ch13.adb (Analyze_Aspect_Specifications): Add case statement
9124 for Aspect_Max_Queue_Length.
9125 (Check_Aspect_At_Freeze_Point):
9126 Add aspect to list of aspects that don't require delayed analysis.
9127 * sem_prag.adb (Analyze_Pragma): Add case statement for
9128 Pragma_Max_Queue_Length, check semantics, and register arugments
9129 in the respective entry nodes.
9130 * sem_util.adb, sem_util.ads Add functions Get_Max_Queue_Length
9131 and Has_Max_Queue_Length
9132 * snames.ads-tmpl: Add constant for the new aspect-name
9133 Name_Max_Queue_Length and corrasponding pragma.
9134
9135 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
9136
9137 * exp_util.adb (Is_Controlled_Function_Call):
9138 Reimplemented. Consider any node which has an entity as the
9139 function call may appear in various ways.
9140
9141 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
9142
9143 * exp_attr.adb (Rewrite_Stream_Proc_Call): Use
9144 an unchecked type conversion when performing a view conversion
9145 to/from a private type. In all other cases use a regular type
9146 conversion to ensure that any relevant checks are properly
9147 installed.
9148
9149 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com>
9150
9151 * sem_prag.adb, sem_ch8.adb: Minor reformatting.
9152
9153 2017-01-06 Ed Schonberg <schonberg@adacore.com>
9154
9155 * sem_case.adb (Explain_Non_Static_Bound): Suppress cascaded
9156 error on case expression that is an entity, when coverage is
9157 incomplete and entity has a static value obtained by local
9158 propagation.
9159 (Handle_Static_Predicate): New procedure, subsidiary of
9160 Check_Choices, to handle case alternatives that are either
9161 subtype names or subtype indications involving subtypes that
9162 have static predicates.
9163
9164 2017-01-06 Thomas Quinot <quinot@adacore.com>
9165
9166 * s-oscons-tmplt.c, g-socket.adb, g-socket.ads, g-sothco.ads:
9167 (GNAT.Socket): Add support for Busy_Polling and Generic_Option
9168
9169 2017-01-06 Bob Duff <duff@adacore.com>
9170
9171 * sem_elab.adb (Activate_Elaborate_All_Desirable): Don't add
9172 Elaborate_All(P) to P itself. That could happen in obscure cases,
9173 and always introduced a cycle (P body must be elaborated before
9174 P body).
9175 * lib-writ.ads: Comment clarification.
9176 * ali-util.ads: Minor comment fix.
9177 * ali.adb: Minor reformatting.
9178
9179 2017-01-06 Tristan Gingold <gingold@adacore.com>
9180
9181 * a-exexpr-gcc.adb: Improve comment.
9182
9183 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
9184
9185 * s-linux-mips.ads: Use correct signal and errno constants.
9186 (sa_handler_pos, sa_mask_pos): Fix offsets for 64-bit MIPS.
9187
9188 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
9189
9190 * s-linux-mips.ads: Rename from s-linux-mipsel.ads.
9191 * gcc-interface/Makefile.in (MIPS/Linux): Merge mips and mipsel
9192 sections.
9193
9194 2017-01-01 Eric Botcazou <ebotcazou@adacore.com>
9195
9196 * gnatvsn.ads: Bump copyright year.
9197
9198 2017-01-01 Jakub Jelinek <jakub@redhat.com>
9199
9200 * gnat_ugn.texi: Bump @copying's copyright year.
9201 * gnat_rm.texi: Likewise.
9202 \f
9203 Copyright (C) 2017 Free Software Foundation, Inc.
9204
9205 Copying and distribution of this file, with or without modification,
9206 are permitted in any medium without royalty provided the copyright
9207 notice and this notice are preserved.