1 2012-05-18 Eric Botcazou <ebotcazou@adacore.com>
3 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: For an object at
4 global level with unconstrained nominal subtype and a non-fixed size,
5 make a variable for the size.
7 2012-05-15 Andris Pavenis <andris.pavenis@iki.fi>
10 * s-taprop-dummy.adb (Specific): New package.
12 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
14 * sem_prag.adb (Process_Atomic_Shared_Volatile): Propagate
15 atomicity from an object to its underlying type only if it
18 2012-05-06 Pascal Obry <obry@adacore.com>
21 2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com>
23 * gcc-interface/Makefile.in (WIN_SO_PREFIX [windows targets]): New
24 Windows-specific make variable.
25 (WIN_SO_INSTALL_DIR [windows targets]): Likewise.
26 (install-gnatlib): Respect the above during installation when set,
27 and also install any windows import library that has been built.
28 (gnatlib-shared-win32): Use WIN_SO_PREFIX to name output DLL and also
29 build a corresponding import library.
31 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
33 * gcc-interface/utils.c (finish_record_type): Force the traditional GCC
34 layout for bitfields on the type if it is packed or has a representation
35 clause and an alternate layout is available.
37 2012-04-09 Mike Stump <mikestump@comcast.net>
39 * a-assert.ads: Remove execute permission.
40 * a-chacon.ads: Likewise.
41 * a-coteio.ads: Likewise.
42 * a-envvar.ads: Likewise.
43 * a-exetim-mingw.ads: Likewise.
44 * a-fzteio.ads: Likewise.
45 * a-izteio.ads: Likewise.
46 * a-lcteio.ads: Likewise.
47 * a-llctio.ads: Likewise.
48 * a-scteio.ads: Likewise.
49 * a-suenco.ads: Likewise.
50 * a-suenst.ads: Likewise.
51 * a-suewst.ads: Likewise.
52 * a-suezst.ads: Likewise.
53 * a-tirsfi.ads: Likewise.
54 * a-wichha.ads: Likewise.
55 * a-zchara.ads: Likewise.
56 * a-zchhan.ads: Likewise.
57 * a-zchuni.ads: Likewise.
58 * a-zrstfi.ads: Likewise.
59 * aspects.ads: Likewise.
60 * g-byorma.ads: Likewise.
61 * g-decstr.ads: Likewise.
62 * g-encstr.ads: Likewise.
63 * g-spchge.ads: Likewise.
64 * g-u3spch.ads: Likewise.
65 * g-wispch.ads: Likewise.
66 * g-zspche.ads: Likewise.
67 * namet-sp.ads: Likewise.
68 * s-os_lib.ads: Likewise.
69 * s-regexp.ads: Likewise.
70 * s-regpat.ads: Likewise.
71 * s-string.ads: Likewise.
72 * s-tasloc.ads: Likewise.
73 * s-utf_32.ads: Likewise.
74 * sem_aux.ads: Likewise.
75 * a-assert.adb: Likewise.
76 * a-chacon.adb: Likewise.
77 * a-envvar.adb: Likewise.
78 * a-exetim-mingw.adb: Likewise.
79 * a-suenco.adb: Likewise.
80 * a-suenst.adb: Likewise.
81 * a-suewst.adb: Likewise.
82 * a-suezst.adb: Likewise.
83 * a-tirsfi.adb: Likewise.
84 * a-wichha.adb: Likewise.
85 * a-zchhan.adb: Likewise.
86 * a-zchuni.adb: Likewise.
87 * a-zrstfi.adb: Likewise.
88 * aspects.adb: Likewise.
89 * g-byorma.adb: Likewise.
90 * g-decstr.adb: Likewise.
91 * g-encstr.adb: Likewise.
92 * g-spchge.adb: Likewise.
93 * g-u3spch.adb: Likewise.
94 * g-wispch.adb: Likewise.
95 * g-zspche.adb: Likewise.
96 * namet-sp.adb: Likewise.
97 * s-except.adb: Likewise.
98 * s-inmaop-vxworks.adb: Likewise.
99 * s-os_lib.adb: Likewise.
100 * s-regexp.adb: Likewise.
101 * s-regpat.adb: Likewise.
102 * s-string.adb: Likewise.
103 * s-tasloc.adb: Likewise.
104 * s-utf_32.adb: Likewise.
105 * s-wchcon.adb: Likewise.
106 * sem_aux.adb: Likewise.
108 2012-03-22 Release Manager
110 * GCC 4.7.0 released.
112 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
114 * gcc-interface/decl.c (components_to_record): Add ARTIFICIAL parameter
115 and set TYPE_ARTIFICIAL according to it. Adjust recursive call.
116 (gnat_to_gnu_entity) <E_Record_Type>: Adjust call to above function.
117 * gcc-interface/utils.c (rest_of_record_type_compilation): Do not
118 invoke rest_of_type_decl_compilation on the parallel type, if any.
120 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
122 * gcc-interface/utils.c (gnat_write_global_declarations): Make sure the
123 dummy global built for global types is preserved.
125 2012-02-27 Tristan Gingold <gingold@adacore.com>
127 * gcc-interface/decl.c (gnat_to_gnu_entity) [E_String_Type,
128 E_Array_Type]: Reuse dummy fat type for gnu_ptr_template and
131 2012-02-27 Eric Botcazou <ebotcazou@adacore.com>
133 * gcc-interface/ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.
134 (TYPE_BY_REFERENCE_P): New flag.
135 (TYPE_IS_BY_REFERENCE_P): New macro.
136 (TYPE_DUMMY_P): Add checking and remove VOID_TYPE.
137 (TYPE_IS_DUMMY_P): Adjust for above change.
138 * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_BY_REFERENCE_P
139 and TYPE_IS_BY_REFERENCE_P instead of TREE_ADDRESSABLE.
140 (gnat_to_gnu_param): Likewise.
141 (maybe_pad_type): Likewise.
142 (make_type_from_size): Use TYPE_IS_PACKED_ARRAY_TYPE_P.
143 * gcc-interface/misc.c (must_pass_by_ref): Use TYPE_IS_BY_REFERENCE_P
144 instead of TREE_ADDRESSABLE.
145 * gcc-interface/trans.c (finalize_nrv): Likewise.
146 (call_to_gnu): Likewise. Do not create a temporary for return values
147 with by-reference type here.
148 (gnat_to_gnu): Test TYPE_IS_DUMMY_P instead of TYPE_DUMMY_P.
149 (gnat_gimplify_expr) <ADDR_EXPR>: Don't do anything for non-constant
150 CONSTRUCTORs and calls.
151 * gcc-interface/utils.c (make_dummy_type): Get the equivalent type of
152 the underlying type and use it throughout. Use TYPE_IS_BY_REFERENCE_P
153 instead of TREE_ADDRESSABLE.
154 * gcc-interface/utils2.c (build_cond_expr): Deal with by-reference
157 2012-02-27 Eric Botcazou <ebotcazou@adacore.com>
159 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Revert previous
160 change that creates a special VAR_DECL for debugging purposes. For an
161 aliased object with an unconstrained nominal subtype, make its type a
162 thin reference to the underlying object.
163 * gcc-interface/utils2.c (build_unary_op) <INDIRECT_REF>: Deal with
164 expressions built for the initialization of above objects.
166 2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com>
168 * gcc-interface/Makefile.in (WIN_SO_PREFIX [windows targets]): New
169 Windows-specific make variable.
170 (WIN_SO_INSTALL_DIR [windows targets]): Likewise.
171 (install-gnatlib): Respect the above during installation when set,
172 and also install any windows import library that has been built.
173 (gnatlib-shared-win32): Use WIN_SO_PREFIX to name output DLL and also
174 build a corresponding import library.
176 2012-02-22 Robert Dewar <dewar@adacore.com>
178 * exp_util.adb, make.adb, sem_dim.adb, sem_ch4.adb, exp_disp.adb: Minor
181 2012-02-22 Geert Bosch <bosch@adacore.com>
183 * g-bytswa-x86.adb, g-bytswa.adb, gcc-interface/Makefile.in: Remove
184 x86-specific version of byteswap and use GCC builtins instead.
186 2012-02-22 Tristan Gingold <gingold@adacore.com>
188 * gcc-interface/decl.c (gnat_to_gnu_entity) [E_String_Type,
189 E_Array_Type]: Translate component ealier.
191 2012-02-22 Robert Dewar <dewar@adacore.com>
193 * par-ch3.adb (P_Signed_Integer_Type_Definition): Specialize
194 error message for 'Range.
196 2012-02-22 Pascal Obry <obry@adacore.com>
198 * s-taprop-mingw.adb (Finalize_TCB): Do not wait on thread handle as
199 this is our own thread.
201 2012-02-22 Sergey Rybin <rybin@adacore.com frybin>
203 * tree_io.ads: Update ASIS_Version_Number because of the changes
206 2012-02-22 Hristian Kirtchev <kirtchev@adacore.com>
208 * exp_ch7.adb (Create_Finalizer): Suppress elaboration checks on
209 stack-related finalizers.
211 2012-02-22 Ed Schonberg <schonberg@adacore.com>
213 * sem_ch6.adb (Analyze_Expression_Function): If the construct
214 is a completion, indicate that its formals are the formals of
215 a completion, and as such do not get a cross- reference entry.
216 (Analyze_Subprogram_Specification): Do not generate a definition
217 for the entity of an expression function, because it may be a
218 completion. Definition will be generated if needed when analyzing
219 the generated subprogram declaration.
221 2012-02-22 Vincent Celier <celier@adacore.com>
223 * make.adb (Check): When checking if an object file is in the
224 correct object directory, get the unit name from a previous call
225 to Check_Source_Info_In_ALI.
226 * makeutl.adb (Check_Source_Info_In_ALI): Return the name of
227 the unit when everything is OK, otherwise return No_Name.
228 * makeutl.ads (Check_Source_Info_In_ALI): Return Name_Id instead
231 2012-02-22 Ed Schonberg <schonberg@adacore.com>
233 * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): In an
234 instance, the operator is visible if an operand is of some
235 numeric type which is not in use or directly visible, and the
236 other operand is a numeric literal.
238 2012-02-22 Tristan Gingold <gingold@adacore.com>
240 * init.c: Minor code clean up.
241 * gcc-interface/Make-lang.in: Update dependencies.
243 2012-02-22 Arnaud Charlet <charlet@adacore.com>
245 * gnatlink.adb (Gnatlink): Use -gnatcC in CodePeer_Node,
246 otherwise GCC will generate an object file.
248 2012-02-22 Vincent Celier <celier@adacore.com>
250 * projects.texi: Correct typo related to "**" in Source_Dirs.
252 2012-02-22 Steve Baird <baird@adacore.com>
254 * sem_prag.adb (Analyze_PPC_In_Decl_Part): Clean up generation of
257 2012-02-22 Vincent Pucci <pucci@adacore.com>
259 * rtsfind.adb (Get_Unit_Name): Ada_Numerics_Child and
260 System_Dim_Child cases added.
261 * rtsfind.ads: Ada_Numerics,
262 Ada_Numerics_Generic_Elementary_Functions, System_Dim,
263 System_Dim_Float_IO and System_Dim_Integer_IO added to the list
264 of RTU_Id. Ada_Numerics_Child and System_Dim_Child added as
266 * sem_dim.adb (Is_Dim_IO_Package_Entity): Use of
267 Rtsfind to verify the package entity is located either
268 in System.Dim.Integer_IO or in System.Dim.Float_IO.
269 (Is_Dim_IO_Package_Instantiation): Minor
270 changes. (Is_Elementary_Function_Call): Removed.
271 (Is_Elementary_Function_Entity): New routine.
272 (Is_Procedure_Put_Call): Is_Dim_IO_Package_Entity call added.
273 * snames.ads-tmpl: Name_Dim and Name_Generic_Elementary_Functions
276 2012-02-22 Vincent Pucci <pucci@adacore.com>
278 * sem_prag.adb: Minor reformatting.
280 2012-02-22 Ed Schonberg <schonberg@adacore.com>
282 * sem_ch3.adb (Find_Type_Name): When analyzing a private type
283 declaration that is the completion of a tagged incomplete type, do
284 not associate the class-wide type already created with the private
285 type to prevent order-of-elaboration issues in the back-end.
286 * exp_disp.adb (Find_Specific_Type): Find specific type of
287 a class-wide type, and handle the case of an incomplete type
288 coming either from a limited_with clause or from an incomplete
289 type declaration. Used when expanding a dispatchin call and
290 generating tag checks (minor refactoring).
292 2012-02-22 Robert Dewar <dewar@adacore.com>
294 * exp_ch5.adb: Add comment.
295 * sem_ch12.adb, exp_ch6.adb: minor reformatting
297 2012-02-22 Ed Schonberg <schonberg@adacore.com>
299 * freeze.adb (Freeze_Entity): Do not perform type layout within
302 2012-02-22 Eric Botcazou <ebotcazou@adacore.com>
304 * init.c (__gnat_error_handler) [Linux]: Map SIGBUS to
307 2012-02-22 Ed Schonberg <schonberg@adacore.com>
309 * exp_ch5.adb (Expand_N_Assignment_Statement): Reject an
310 assignment to a classwide type whose type is limited, as
311 can happen in an instantiation in programs that run afoul or
315 2012-02-17 Ed Schonberg <schonberg@adacore.com>
317 * exp_ch6.adb (Legal_Copy): If layout is not
318 determined in the front-end, do not emit error message when
319 by-reference actual is potentially unaligned.
320 * gcc-interface/decl.c (gnat_to_gnu_field): Better error message for
321 illegal representation clause on tagged or aliased component, or on
322 by-reference type with forced alignment.
324 2012-02-17 Nicolas Roche <roche@adacore.com>
326 * gcc-interface/Makefile.in: Ensure FORCE_DEBUG_ADAFLAGS variables is
327 propagated by gnatlib-sjlj and gnatlib-zcx targets.
328 * gcc-interface/Make-lang.in: Update dependencies.
330 2012-02-17 Thomas Quinot <quinot@adacore.com>
332 * sem_ch12.adb (Analyze_Package_Instantiation): For an
333 instantiation in an RCI library unit, omit the instance body
334 if the RCI library unit is the instance itself (E.2.3(18)),
335 but include the body if the instantiation is within the RCI
336 declaration (12.3(12)).
338 2012-02-17 Steve Baird <baird@adacore.com>
340 * sem_prag.adb (Analyze_PPC_In_Decl_Part): Pre'Class and
341 Post'Class aspects can only be specified for a primitive operation
344 2012-02-17 Yannick Moy <moy@adacore.com>
346 * gnat_rm.texi: Minor shuffling.
348 2012-02-17 Ed Schonberg <schonberg@adacore.com>
350 * aspects.adb: Expression functions can carry pre/postconditions.
351 * par-ch6.adb (P_Subprogram): look for optional pre/postconditions
352 in an expression function.
353 * sem_prag (Check_Precondition_Postcondition): legal on expression
356 2012-02-17 Vincent Pucci <pucci@adacore.com>
358 * a-cdlili.adb, a-cidlli.adb, a-cihama.adb, a-cimutr.adb,
359 * a-ciorma.adb, a-cohama.adb, a-coinve.adb, a-comutr.adb,
360 * a-convec.adb, a-coorma.adb (Adjust): New routine.
361 (Constant_Reference): Increment Busy and Lock counters.
362 (Reference): Increase Busy and Lock counters.
363 (Finalize): New routine.
364 * a-cihase.adb, a-ciorse.adb, a-cohase.adb, a-coorse.adb:
365 (Adjust): New routine. (Constant_Reference): Increment Busy
367 (Finalize): New routine.
368 * a-cdlili.ads, a-cidlli.ads, a-cihama.ads, a-cihase.ads,
369 * a-cimutr.ads, a-ciorma.ads, a-ciorse.ads, a-cohama.ads,
370 * a-cohase.ads, a-coinve.ads, a-comutr.ads, a-convec.ads,
371 * a-coorma.ads, a-coorse: Controlled component added to the
374 2012-02-17 Robert Dewar <dewar@adacore.com>
376 * restrict.adb (Check_Restriction): Add special handling for
377 No_Obsolescent_Features.
379 2012-02-17 Hristian Kirtchev <kirtchev@adacore.com>
381 * exp_util.adb (Find_Finalize_Address): When dealing with an
382 internally built full view for a type with unknown discriminants,
383 use the original record type.
385 2012-02-17 Robert Dewar <dewar@adacore.com>
387 * sem_dim.adb: Minor reformatting.
389 2012-02-17 Yannick Moy <moy@adacore.com>
391 * gnat_rm.texi: Minor rewording.
393 2012-02-17 Thomas Quinot <quinot@adacore.com>
395 * sem_aggr.adb: Minor reformatting.
397 2012-02-17 Robert Dewar <dewar@adacore.com>
399 * gnat_ugn.texi: Update doc for -gnatw.m to include 2*x case.
401 2012-02-17 Vincent Pucci <pucci@adacore.com>
403 * sem_dim.adb (Is_Dim_IO_Package_Entity): New routine.
404 (Is_Dim_IO_Package_Instantiation): Is_Dim_IO_Package_Entity
406 (Is_Procedure_Put_Call): Is_Dim_IO_Package_Entity
408 * s-dim.ads: Make package Pure.
410 2012-02-17 Gary Dismukes <dismukes@adacore.com>
412 * prj-nmsc.adb: Minor reformatting.
414 2012-02-17 Yannick Moy <moy@adacore.com>
416 * gnat_rm.texi: Update GNAT RM with a separate chapter on restrictions.
418 2012-02-17 Yannick Moy <moy@adacore.com>
420 * gnat_ugn.texi: Fix typos.
422 2012-02-17 Pascal Obry <obry@adacore.com>
424 * prj-nmsc.adb: prj-nmsc.adb (Check_Aggregated): Check that an
425 aggregate is not Externally_Built.
427 2012-02-17 Ed Schonberg <schonberg@adacore.com>
429 * sem_aggr.adb (Resolve_Record_Aggregate): If a composite
430 component has a box association, copy the default value using
431 the current scope as the scope of internal types, to prevent
432 scoping anomalies in gigi.
434 2012-02-17 Robert Dewar <dewar@adacore.com>
436 * sem_dim.adb, sem_dim.ads, s-tasren.adb, prj.adb, prj.ads, freeze.adb,
437 sem_res.adb, exp_ch4.adb, sinput.adb, sinput.ads, exp_aggr.adb,
438 exp_intr.adb, s-os_lib.adb: Minor reformatting.
440 2012-02-17 Ed Schonberg <schonberg@adacore.com>
442 * sem_ch6.adb (Is_Non_Overriding_Operation): Add warning if the
443 old operation is abstract, the relevant type is not abstract,
444 and the new subprogram fails to override.
446 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
448 * gcc-interface/trans.c (Identifier_to_gnu): Move block retrieving the
449 type of the result to the end and execute it for a deferred constant of
450 a discriminated type whose full view can be elaborated statically.
452 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
454 * gcc-interface/trans.c (gnat_to_gnu) <N_Qualified_Expression>: If the
455 type is tagged, mark it as used for debugging purposes.
456 <N_Allocator>: Likewise for a qualified expression.
458 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
460 * gcc-interface/trans.c (call_to_gnu): Create the temporary for the
461 return value in the by-reference return type case if this isn't the
462 expression of an object declaration. Tidy up.
464 2012-02-09 Tristan Gingold <gingold@adacore.com>
466 * gcc-interface/Makefile.in: Remove .sym rule (not used).
467 Remove adamsg.o object (requires native message compiler).
468 * init.c (CMA$_EXIT_THREAD, MTH$_FLOOVEMAT, SS$_INTDIV): Define as a
469 macro instead of as extern int.
470 (ADA$_ALREADY_OPEN, ADA$_CONSTRAINT_ERRO, ADA$_DATA_ERROR)
471 (ADA$_DEVICE_ERROR, ADA$_END_ERROR, ADA$_FAC_MODE_MISMAT)
472 (ADA$_IOSYSFAILED, ADA$_KEYSIZERR, ADA$_KEY_MISMATCH)
473 (ADA$_LAYOUT_ERROR, ADA$_LINEXCMRS, ADA$_MAXLINEXC)
474 (ADA$_MODE_ERROR, ADA$_MRN_MISMATCH, ADA$_MRS_MISMATCH)
475 (ADA$_NAME_ERROR, ADA$_NOT_OPEN, ADA$_ORG_MISMATCH)
476 (ADA$_PROGRAM_ERROR, ADA$_RAT_MISMATCH, ADA$_RFM_MISMATCH)
477 (ADA$_STAOVF, ADA$_STATUS_ERROR, ADA$_STORAGE_ERROR)
478 (ADA$_UNSUPPORTED, ADA$_USE_ERROR): Likewise.
479 (struct cond_except): Field cond is now an unsigned int.
480 (dec_ada_cond_except_table): Adjust.
481 (cond_except_table): Likewise.
482 (cond_resignal_table): Likewise.
483 (__gnat_default_resignal_p): Fix style.
485 2012-02-08 Vincent Celier <celier@adacore.com>
487 * gcc-interface/Make-lang.in: Add g-byorma.o to gnatbind objects
488 (g-buorma is now imported by sinput).
490 * scn.adb (Initialize_Scanner): Call Check_For_BOM
491 * sinput-p.adb (Source_File_Is_Subunit): Call Check_For_BOM
492 * sinput.adb: New procedure Check_For_BOM
493 * sinput.ads: New procedure Check_For_BOM
495 2012-02-08 Vincent Pucci <pucci@adacore.com>
497 * impunit.adb: Dimension package names updated
498 * Makefile.rtl: s-dim added
499 * sem_dim.adb (Is_Procedure_Put_Call): minor changes
500 (Is_Dim_IO_Package_Instantiation): minor changes
501 * sem_dim.ads: minor changes in comments
502 * snames.ads-tmpl: Name_Dim added Name_Dim_Float_IO and
503 Name_Dim_Integer_IO removed
504 * s-dim.ads: New package. Define the dimension terminology.
505 * s-diflio.adb, s-diinio.adb, s-dimkio.ads, s-dimmks.ads,
506 * s-dmotpr.ads: Package names updated.
507 * s-diflio.ads, s-diinio.ads: Documentation added and package
510 2012-02-08 Gary Dismukes <dismukes@adacore.com>
512 * gcc-interface/utils2.c (build_call_alloc_dealloc_proc): Revise test
513 for storage pools to test for an underlying record type rather than
514 testing Is_Tagged_Type, so that simple storage pools will be handled
515 the same as normal Ada storage pools.
517 2012-02-08 Yannick Moy <moy@adacore.com>
519 * gnat_rm.texi: Minor reshuffling to place restriction at
522 2012-02-08 Bob Duff <duff@adacore.com>
524 * warnsw.adb (Set_Warning_Switch): Set Warn_On_Suspicious_Modulus_Value
525 False for '-gnatwA', to suppress these warnings.
527 2012-02-08 Vincent Celier <celier@adacore.com>
529 * sinput-p.adb (Source_File_Is_Subunit): Check for BOM before
530 starting to scan, so that UTF8 encoding is taken into account.
532 2012-02-08 Arnaud Charlet <charlet@adacore.com>
534 * s-tasren.adb, s-tasren.ads (Internal_Complete_Rendezvous): New
536 (Complete_Rendezvous): Now call Internal_Complete_Rendezvous.
537 (Exceptional_Complete_Rendezvous): Mark No_Return.
539 2012-02-08 Eric Botcazou <ebotcazou@adacore.com>
541 * exp_aggr.adb (Compile_Time_Known_Composite_Value):
542 New predicate to compute whether a composite value can be
543 evaluated at compile time.
544 (Component_Not_OK_For_Backend): Use Compile_Time_Known_Value for all
545 expressions of elementary type and Compile_Time_Known_Composite_Value
546 for all other expressions.
547 (Expand_Record_Aggregate): Convert to assignments in the case
548 of a type with mutable components if the aggregate cannot be
551 2012-02-08 Gary Dismukes <dismukes@adacore.com>
553 * aspects.ads (type Aspect_Id): Add Simple_Storage_Pool_Type.
554 (Impl_Defined_Aspects): Add association for
555 Aspect_Simple_Storage_Pool_Type.
557 association for Aspect_Simple_Storage_Pool_Type.
559 (Canonical_Aspect): Add association for Simple_Storage_Pool_Type.
560 * exp_attr.adb (Expand_N_Attribute_Reference):
561 Change name to Name_Simple_Storage_Pool_Type.
562 * exp_ch4.adb (Expand_N_Allocator): Change
563 name to Name_Simple_Storage_Pool_Type.
564 * exp_intr.adb (Expand_Unc_Deallocation): Change name to
565 Name_Simple_Storage_Pool_Type. * freeze.adb (Freeze_Entity):
566 Change names to Name_Simple_Storage_Pool_Type. * par-prag.adb:
567 Change names to Name_Simple_Storage_Pool_Type. * sem_attr.adb:
568 (Analyze_Attribute): Change name to Name_Simple_Storage_Pool_Type.
569 * sem_ch13.adb (Analyze_Attribute_Definition_Clause):
570 Change name to Name_Simple_Storage_Pool_Type.
572 (Analyze_Pragma): Change name to Name_Simple_Storage_Pool_Type.
573 (Sig_Flags): Change name to Name_Simple_Storage_Pool_Type.
574 * sem_res.adb (Resolve_Allocator): Change name to
575 Name_Simple_Storage_Pool_Type. * snames.ads-tmpl:
576 (Name_Simple_Storage_Pool_Type): New name constant.
577 (type Pragma_Id): Change name to Name_Simple_Storage_Pool_Type and
578 move to main pragma section because it no longer matches the
580 * snames.adb-tmpl (Get_Pragma_Id): Remove test for
581 Name_Simple_Storage_Pool.
582 (Is_Pragma_Name): Remove test for Name_Simple_Storage_Pool.
584 2012-02-08 Robert Dewar <dewar@adacore.com>
586 * gnat_ugn.texi: Add some clarification to -gnatwA and -gnatws.
588 2012-02-08 Pascal Obry <obry@adacore.com>
590 * prj.adb (Compute_All_Imported_Projects): Use new
591 For_Project_And_Aggregated_Context to ensure proper context is
592 used for encapsulated aggregate libraries.
593 * prj-proc.adb (Recursive_Process): Call
594 Process_Aggregated_Projects earlier to ensure that all dependent
595 projects are set with the proper encapsulated status.
597 2012-02-08 Pascal Obry <obry@adacore.com>
599 * s-os_lib.adb (Normalize_Arguments): Properly escape last \ in null
602 2012-02-08 Pascal Obry <obry@adacore.com>
604 * prj.ads, prj.adb (For_Project_And_Aggregated_Context): New
605 generic routine with a context parameter.
607 2012-02-08 Robert Dewar <dewar@adacore.com>
609 * a-coinve.adb, sem_util.adb, sem_ch8.adb, a-cobove.adb,
610 a-convec.adb: Minor reformatting and code reorganization.
612 2012-02-08 Steve Baird <baird@adacore.com>
614 * sem_cat.adb (In_Preelaborated_Unit): A child
615 unit instantiation does not inherit preelaboration requirements
618 2012-02-08 Gary Dismukes <dismukes@adacore.com>
620 * aspects.ads (type Aspect_Id): Add Aspect_Simple_Storage_Pool.
621 (Impl_Defined_Aspects): Add entry for Aspect_Simple_Storage_Pool.
622 (Aspect_Argument): Add Name entry for Aspect_Simple_Storage_Pool.
623 (Aspect_Names): Add entry for Aspect_Simple_Storage_Pool.
624 * aspects.adb (Canonical_Aspect): Add entry for
625 Aspect_Simple_Storage_Pool.
626 * exp_attr.adb (Expand_N_Attribute_Reference): Handle case of
627 Attribute_Simple_Storage_Pool in the same way as Storage_Pool
628 (add conversion, analyze/resolve). For the Storage_Size attribute,
629 for the simple pool case, locate and use the simple pool type's
630 Storage_Size function (if any), otherwise evaluate to zero.
631 * exp_ch4.adb (Expand_N_Allocator): In the case of an allocator
632 for an access type with an associated simple storage pool,
633 locate and use the pool type's Allocate.
634 * exp_intr.adb (Expand_Unc_Deallocation): In the case where the
635 access type has a simple storage pool, locate the pool type's
636 Deallocate procedure (if present) and use it as the procedure
637 to call on the Free operation.
638 * freeze.adb (Freeze_Entity): In the case of a full type for
639 a private type defined with pragma Simple_Storage_Pool, check
640 that the full type is also appropriate for the pragma. For
641 a simple storage pool type, validate that the operations
642 Allocate, Deallocate (if present), and Storage_Size
643 (if present) are defined with appropriate expected profiles.
644 (Validate_Simple_Pool_Op_Formal): New procedure
645 (Validate_Simple_Pool_Operation): New procedure Add with and
647 * par-prag.adb: Add Pragma_Simple_Storage_Pool to case statement
648 (no action required).
649 * sem_attr.adb (Analyze_Attribute): For the case of the
650 Storage_Pool attribute, give a warning if the prefix type has an
651 associated simple storage pool, and rewrite the attribute as a
652 raise of Program_Error. In the case of the Simple_Storage_Pool
653 attribute, check that the prefix type has an associated simple
654 storage pool, and set the attribute type to the pool's type.
655 * sem_ch13.adb (Analyze_Aspect_Specifications): Add
656 Aspect_Simple_Storage_Pool case choice.
657 (Analyze_Attribute_Definition_Clause): Add
658 Aspect_Simple_Storage_Pool to case for Ignore_Rep_Clauses
659 (no action). Add handling for Simple_Storage_Pool attribute
660 definition, requiring the name to denote a simple storage pool
662 (Check_Aspect_At_Freeze_Point): For a simple storage pool
663 aspect, set the type to that of the name specified for the aspect.
664 * sem_prag.adb (Analyze_Pragma): Add handling for pragma
665 Simple_Storage_Pool, requiring that it applies to a library-level
666 type declared in a package declaration that is a limited private
667 or limited record type.
668 * sem_res.adb (Resolve_Allocator): Flag an attempt to call a
669 build-in-place function in an allocator for an access type with
670 a simple storage pool as unsupported.
671 * snames.ads-tmpl: Add Name_Simple_Storage_Pool.
672 (type Attribute_Id): Add Attribute_Simple_Storage_Pool.
673 (type Pragma_Id): Add Pragma_Simple_Storage_Pool.
674 * snames.adb-tmpl (Get_Pragma_Id): Handle case of
675 Name_Simple_Storage_Pool.
676 (Is_Pragma_Name): Return True for Name_Simple_Storage_Pool.
678 2012-02-08 Cyrille Comar <comar@adacore.com>
680 * projects.texi: Clarify doc for interfaces.
682 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
684 * gcc-interface/Make-lang.in (GCC_LINKERFLAGS): New variable.
687 2012-02-01 Tristan Gingold <gingold@adacore.com>
689 * gcc-interface/trans.c (Loop_Statement_to_gnu): Use sizetype
690 instead of size_type_node.
692 2012-01-30 Nicolas Roche <roche@adacore.com>
694 * gcc-interface/Make-lang.in: Update dependencies.
695 * gcc-interface/Makefile.in: Use system-vxworks-system-ppc-mils.ads
697 Remove Linker_Options -crtbe when building sjlj run-time.
699 2012-01-30 Robert Dewar <dewar@adacore.com>
701 * sem.adb (Analyze): Call Analyze_Mod for N_Op_Mod mode.
702 * sem_ch3.adb (Modular_Type_Declaration): Warn on mod value of
703 form 2 * small-literal.
704 * sem_ch4.adb (Analyze_Mod): New procedure (warn on suspicious
706 * sem_ch4.ads (Analyze_Mod): New procedure.
708 2012-01-30 Ed Schonberg <schonberg@adacore.com>
710 * sem_ch6.adb: sem_ch6.adb (Analyze_Expression_Function): Copy
711 types and return expression when building spec for implicit
712 body, to preserve global references that may be present in an
715 2012-01-30 Matthew Heaney <heaney@adacore.com>
717 * a-convec.adb, a-coinve.adb, a-cobove.adb (Sort,
718 Reverse_Elements): Check for cursor tampering.
720 2012-01-30 Ed Schonberg <schonberg@adacore.com>
722 * sem_util.adb (Is_Fully_Initialized_Type): In Ada 2012, a
723 type with aspect Default_Value or Default_Component_Value is
724 fully initialized, and use of variables of such types do not
727 2012-01-30 Javier Miranda <miranda@adacore.com>
730 * sem_ch8.adb (Analyze_Subprogram_Renaming):
731 Handle self-renaming when the renamed entity is referenced using
734 2012-01-30 Vincent Celier <celier@adacore.com>
736 * projects.texi: Add documentation for attribute Interfaces.
738 2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
740 * exp_ch7.adb (Build_Finalizer_Call): Set loc again.
741 * exp_ch11.adb (Expand_At_End_Handler): Do not provide a source
742 location for the wrapped call to the original AT_END routine
743 and the subsequent return statement.
745 2012-01-30 Pascal Obry <obry@adacore.com>
747 * s-rannum.adb: Minor reformatting.
749 2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
751 * a-calend-vms.adb, a-calend.adb: Increment the number of leap seconds
752 to 25 and add the hard time value for 2012-06-30.
754 2012-01-30 Robert Dewar <dewar@adacore.com>
756 * a-strhas.ads, einfo.adb, einfo.ads, exp_ch7.adb, exp_ch9.adb,
757 freeze.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-proc.adb, s-llflex.ads,
758 s-ransee.adb, s-ransee.ads, sem_ch13.adb, sem_dim.adb, sem_prag.adb:
759 Minor reformatting/code reorganization.
761 2012-01-30 Thomas Quinot <quinot@adacore.com>
763 * s-rannum.adb, s-ransee.adb, s-ransee.ads (Get_Seed): Return
764 Unsigned_64 rather than Duration.
765 (System.Random_Numbers.Reset): Use full value of seed
766 (do not truncate sub-second bits).
768 2012-01-30 Thomas Quinot <quinot@adacore.com>
770 * sem_cat.adb, sem_ch12.adb: Minor reformatting.
772 2012-01-30 Yannick Moy <moy@adacore.com>
774 * gnat_ugn.texi: Minor correction of GNAT UG, to take into
775 account changes to -gnatwa and more recent warnings.
777 2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
779 * exp_ch7.adb (Build_Finalizer_Call): Do not provide a source
780 location when creating a call to a finalizer.
781 * exp_ch11.adb (Expand_Exception_Handlers): Do not provide
782 a source location for the first actual of Save_Occurrence for
785 2012-01-30 Ed Schonberg <schonberg@adacore.com>
787 * einfo.ads, einfo,adb: New attribute on scalar types:
788 Default_Aspect_Value New attribute on array types:
789 Default_Aspect_Component_Value Move attribute Related_Array_Object
790 to a different position to accomodate new aspect attributes.
791 * freeze.adb (Freeze_Entity): Use new attributes to retrieve value
792 of defaults set with an aspect specification, rather than using
793 the list of aspects attached to the type, to prevent issues with
795 * sem_ch13.adb (Analyze_Aspect_Specifications): For aspects
796 Default_Value and Default_Component _Value, store corresponding
797 expression in type entity.
798 (Check_Aspect_At_End_Of_Declaration): If the default aspects
799 are declared on the full view, use the full view to resolve the
800 correseponding expression.
801 * exp_ch3.adb (Init_Component): Use attribute
802 Default_Aspect_Component_Value to perform default initialization,
803 rather than relying on the rep item list for the type.
804 (Get_Simple_Init_Val): Ditto.
806 2012-01-30 Thomas Quinot <quinot@adacore.com>
808 * a-strhas.ads: Document risk of collision attack.
810 2012-01-30 Yannick Moy <moy@adacore.com>
812 * gnat_ugn.texi: Minor update wrt warning switches.
814 2012-01-30 Vincent Celier <celier@adacore.com>
816 * prj-nmsc.adb (Check_Interfaces): Report an error when a
817 unit from Library_Interface is not a unit of the project.
819 2012-01-30 Vincent Pucci <pucci@adacore.com>
821 * sem_prag.adb (Make_Aspect_For_PPC_In_Gen_Sub_Decl): Parent
822 links fixed inside PPC pragmas.
823 * sem_ch12.adb: Move call to Make_Aspect_For_PPC_In_Gen_Sub_Decl.
825 2012-01-30 Thomas Quinot <quinot@adacore.com>
827 * s-ransee.ads: Minor reformatting.
829 2012-01-30 Pascal Obry <obry@adacore.com>
831 * prj.ads, prj.adb (For_Each_Source): Add support for skipping
832 sources coming from an encapsulated library.
834 2012-01-30 Ed Schonberg <schonberg@adacore.com>
836 * sem_ch3.adb (Process-Full_View): fix typo.
837 * sem_ch13.adb (Aalyze_Aspect_Specifications): if predicates
838 appear on a private type and the full view is available, ensure
839 existence of freeze node for full view.
840 (Build_Predicate_Function): Attach predicate function to both
841 views of a private type.
843 2012-01-30 Vincent Celier <celier@adacore.com>
845 * prj-nmsc.adb (Check_Interfaces): Compute the Lib_Interface_ALIs
846 for the project if either attribute Library_Interface or
847 Interfaces is declared.
848 (Check_Stand_Alone_Library): Use Lib_Interface_ALIs computed in
851 2012-01-30 Pascal Obry <obry@adacore.com>
853 * prj-proc.adb (Recursive_Process): Set From_Encapsulated_Lib
854 boolean value to true in the process list created by this routine.
855 * prj.ads (Project_List_Element): New field From_Encapsulated_Lib.
856 Continued work for KA06-021.
857 * prj.adb (Compute_All_Imported_Projects): Set
858 From_Encapsulated_Lib boolean flag.
860 2012-01-30 Vincent Pucci <pucci@adacore.com>
862 * sem_dim.adb (Expand_Put_Call_With_Dimension_Symbol): Minor
864 * s-diflio.ads: Minor change.
866 2012-01-30 Javier Miranda <miranda@adacore.com>
868 * exp_ch9.adb (Build_Dispatching_Requeue): Add missing call
869 to Get_Entry_Index. Required to generate code which provides
870 the correct value of Entry_Index in the target entry.
872 2012-01-30 Nicolas Roche <roche@adacore.com>
874 * system-vxworks-ppc.ads: Add pragma Linker_Options -crtbe to
875 fix issue with zcx on VxWorks5.
877 2012-01-30 Pascal Obry <obry@adacore.com>
879 * prj.ads, prj.adb (For_Every_Project_Imported): Remove
881 (For_Every_Project_Imported_Context): New generic routine with
883 * prj-nmsc.adb: Revert to use For_Every_Project_Imported Avoid
884 distributed complexity.
885 * prj-env.adb, prj-conf.adb, makeutl.adb, gnatcmd.adb: Ditto.
887 2012-01-30 Thomas Quinot <quinot@adacore.com>
889 * exp_aggr.adb (Expand_Record_Aggregate): After creating the
890 _parent aggregate for an extension aggregate, check whether it
891 requires delayed (top-down) expansion.
893 2012-01-30 Vincent Pucci <pucci@adacore.com>
895 * sem_dim.adb (Expand_Put_Call_With_Dimension_Symbol): Rewritten.
896 * snames.ads-tmpl: Name_Item and Name_Symbols added.
897 * s-diflio.adb, s-diflio.ads, s-diinio.adb, s-diinio.ads: Rename
898 and change the position of parameter Symbols in every Put routine.
899 * s-dimmks.ads: Convert long float type Mks_Type into long
901 * s-llflex.ads: Modifications in comments.
903 2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
905 * sem_ch12.adb (Earlier): Do not use the
906 top level source locations of the two input nodes.
908 2012-01-30 Robert Dewar <dewar@adacore.com>
910 * einfo.ads, sem_prag.adb, sem_attr.adb, aspects.ads,
911 sem_cat.adb, sem_aggr.adb, exp_aggr.adb: Minor reformatting.
913 2012-01-30 Robert Dewar <dewar@adacore.com>
915 * a-cdlili.adb, a-cidlli.adb, a-cbdlli.adb: Minor reformatting.
917 2012-01-30 Olivier Hainque <hainque@adacore.com>
919 * sigtramp-ppcvxw.c (CFI_COMMON_REGS): Add rule for r1 back +
922 2012-01-30 Thomas Quinot <quinot@adacore.com>
924 * gnat_rm.texi, sem_dist.adb, sem_dist.ads, einfo.ads, sem_prag.adb,
925 sem_ch12.adb, sem_attr.adb, aspects.adb, aspects.ads, par-prag.adb,
926 sem_cat.adb, snames.ads-tmpl (Sem_Dist.Is_Valid_Remote_Object_Type):
927 New subprogram (extracted from
928 Sem_Cat.Validate_Remote_Access_Object_Type_Declaration).
929 (Einfo.Is_Remote_Types): Now applies to generic types. Update
930 documentation accordingly.
931 (Sem_Ch12.Analyze_Associations): A RACW type is acceptable as
932 actual for a formal type to which a pragma Remote_Access_Type
934 (Aspects, Par.Prag, Sem_Prag): Support for new pramga/aspect
936 (Sem_Attr.Analyze_Attribute, case Stub_Type): Attribute can
937 be applied to a generic type if pragma Remote_Access_Type
938 applies, in which case the type of the attribute is
939 System.Partition_Interface.RACW_Stub_Type.
941 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
943 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set
944 an alignment on fields of the RETURN type built for the CICO mechanism.
946 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
948 * gcc-interface/trans.c (gnat_to_gnu): Avoid making a SAVE_EXPR for
949 a call to a function that returns an unconstrained type with default
950 discriminant. Similarly, avoid doing the conversion to the nominal
951 result type in this case.
953 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
955 * gcc-interface/ada-tree.h (DECL_ALIASED_P): New flag.
956 * gcc-interface/decl.c (is_variable_size): Rename to...
957 (type_has_variable_size): ...this.
958 (adjust_packed): Adjust to above renaming.
959 (gnat_to_gnu_field): Set DECL_ALIASED_P on the field.
960 (field_is_artificial): New predicate.
961 (field_is_aliased): Likewise.
962 (field_has_self_size): Likewise.
963 (field_has_variable_size): Likewise.
964 (components_to_record): Record information for the final layout during
965 the first pass on fields.
966 If there is an aliased field placed after a field whose length depends
967 on discriminants, put all the fields of the latter sort, last.
969 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
971 * gcc-interface/gigi.h (get_minimal_subprog_decl): Declare.
972 * gcc-interface/decl.c (get_minimal_subprog_decl): New function.
973 * gcc-interface/trans.c (Attribute_to_gnu): Use it for the prefix of an
974 Access-like attribute in a dispatch table if the subprogram is public.
976 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
978 * gcc-interface/gigi.h (create_label_decl): Adjust.
979 * gcc-interface/utils.c (create_label_decl): Add GNAT_NODE parameter
980 and invoke gnat_pushdecl on it. Remove obsolete settings.
981 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Label>: Adjust call to
983 * gcc-interface/trans.c (gnat_to_gnu) <N_Null): Likewise. Ignore the
984 label for debugging purposes.
986 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
988 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: For an aliased
989 object with an unconstrained nominal subtype and if optimization isn't
990 enabled, create a special VAR_DECL for debugging purposes.
992 2012-01-23 Robert Dewar <dewar@adacore.com>
994 * sem_prag.ads, sem_prag.adb: Minor reformatting.
996 2012-01-23 Robert Dewar <dewar@adacore.com>
998 * sem_ch13.adb (Analyze_Aspect_Specifications): Check for
999 language defined aspect applied to renaming or formal type
1000 declaration (not permitted)
1002 2012-01-23 Matthew Heaney <heaney@adacore.com>
1004 * a-cdlili.adb, a-cidlli.adb, a-cbdlli.adb (Vet): Replaced
1005 comment with pragma Assert.
1007 2012-01-23 Vincent Pucci <pucci@adacore.com>
1009 * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Call
1010 to Make_Aspect_For_PPC_In_Gen_Sub_Decl added in ASIS mode.
1011 * sem_prag.adb, sem_prag.ads (Make_Aspect_For_PPC_In_Gen_Sub_Decl): New
1012 routine. In ASIS mode, convert any PPC pragmas into aspects in generic
1013 subprogram declaration in order to enable the analysis of PPC boolean
1016 2012-01-23 Robert Dewar <dewar@adacore.com>
1018 * sem_ch3.adb (Analyze_Object_Declaration): Properly
1019 handle Current_Value for volatile variables (also propagate
1020 Treat_As_Volatile from type to object).
1022 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1024 * sem_ch12.adb (Install_Body): Detect the case
1025 where the enclosing context is a package with a stub body that
1026 has already been replaced by the actual body. In such cases,
1027 the freeze node for the enclosing context must be inserted after
1030 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1032 * sem_prag.adb (Analyze_Pragma, case Debug): Freeze the called
1033 subprogram before expanding the pragma into an if-statement with
1034 a block, to ensure that when the subprogram is null its body is
1035 properly generated before expansion.
1037 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1039 * sem_ch12.adb (Analyze_Associations): Alphabetize local variables and
1040 constants. Rename Actual_Types to Actuals_To_Freeze. Rename Next_Formal
1042 Freeze all eligible subprograms which appear as actuals in
1044 (Has_Fully_Defined_Profile): New routine.
1045 (Renames_Standard_Subprogram): New routine.
1046 (Earlier): Add local variable N. Comment update. Do not use source
1047 locations when trying to determine whether one node precedes another.
1049 2012-01-23 Gary Dismukes <dismukes@adacore.com>
1051 * exp_ch4.adb (Expand_Concatenate): In the case
1052 where the result of a concatentation can be null, set the to
1053 result have both the low and high bounds of the right operand (not
1054 just the high bound, as was the case prior to this fix). Also,
1055 fix the saved high bound setting (Last_Opnd_High_Bound) in the
1056 empty string literal case (should have been low bound minus one,
1057 rather than plus one).
1059 2012-01-23 Thomas Quinot <quinot@adacore.com>
1061 * scos.ads, put_scos.adb, get_scos.adb (Get_SCOs, Put_SCOs): Do not
1062 omit statement SCOs for disabled pragmas.
1064 2012-01-23 Matthew Heaney <heaney@adacore.com>
1066 * a-cohase.ads, a-cihase.ads, a-cbhase.ads, a-coorse.ads,
1067 a-ciorse.ads, a-cborse.ads, a-cohama.ads, a-cihama.ads, a-cbhama.ads,
1068 a-coorma.ads, a-ciorma.ads, a-cborma.ads, a-cdlili.ads, a-cidlli.ads,
1069 a-cbdlli.ads, a-convec.ads, a-coinve.ads, a-cobove.ads (Cursor'Read,
1070 Cursor'Write): Declare in private part.
1071 (Reference_Type'Read, Reference_Type'Write): Ditto.
1072 (Constant_Reference_Type'Read, Constant_Reference_Type'Write): Ditto.
1074 2012-01-23 Robert Dewar <dewar@adacore.com>
1076 * a-catizo.ads, a-calend.adb, a-calend.ads, par-ch13.adb: Minor
1079 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1081 * sem_ch6.adb (Analyze_Subprogram_Declaration): Do not set the
1082 Corresponding_Body on a defaulted null formal subprogram.
1083 * sem_ch12.adb (Check_Formal_Package_Instance): No check needed
1084 on a defaulted formal subprogram that is a null procedure.
1086 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1088 * exp_ch9.adb: Update the comments involving pragma Implemented.
1089 * sem_ch3.adb (Check_Pragma_Implemented (Entity_Id)): Add local
1090 constant Subp_Alias and local variable Impl_Subp. Properly
1091 handle aliases of synchronized wrappers. Code cleanup.
1092 (Check_Pragma_Implemented (Entity_Id; Entity_Id)): Add
1093 Name_Optional as part of the condition.
1094 * sem_prag.adb (Analyze_Pragma): Add "Optional" as one of the
1095 valid choices of implementation kind.
1096 (Check_Arg_Is_One_Of): New routine.
1097 * snames.ads-tmlp: Add Name_Optional.
1099 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1101 * par-ch13.adb: Better error recovery in illegal aspect
1104 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1106 * a-calend.adb: Add with clause for Interfaces.C. Add constant
1108 (Day_Of_Week): Call the internal UTC_Time_Offset.
1109 (Split): Call the internal UTC_Time_Offset.
1110 (Time_Of): Call the internal UTC_Time_Offset.
1111 (Time_Zone_Operations.UTC_Time_Offset): Call internal UTC_Time_Offset.
1112 (UTC_Time_Offset): New library-level routine.
1113 * a-calend.ads (UTC_Time_Offset): Remove parameter
1114 Is_Historic. Update related comment on usage.
1115 * a-catizo.adb (UTC_Time_Offset): Removed.
1116 (UTC_Time_Offset (Time)): Call Time_Zone_Operations.UTC_Time_Offset.
1117 * a-caltizo.ads (UTC_Time_Offset): Removed.
1118 (UTC_Time_Offset (Time)): Add back the default expression of parameter
1121 2012-01-23 Robert Dewar <dewar@adacore.com>
1123 * sprint.ads, sprint.adb (Sprint_Node_List): Add New_Lines parameter
1124 (pg,po,ps): Make sure each entry starts on new line.
1126 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1128 * a-calend.ads, a-calend.adb: Define types int and int_Pointer. Update
1129 the parameter profile of procedure localtime_tzoff and its associated
1131 (Day_Of_Week): Do not treat the input date as historical
1132 with respect to time zones.
1133 (Split): Do not treat the input
1134 date as historical with respect to time zones. (Time_Of): Do
1135 not treat the input constituents as forming a historical date
1136 with respect to time zones.
1137 (UTC_Time_Offset): Add new formal
1138 parameter Is_Historic. Add local variable Flag. Update the call
1140 * a-catizo.ads, a-catizo.adb (UTC_Time_Offset): New routine.
1141 (UTC_Time_Offset (Time)): Update the call to
1142 Time_Zone_Operations.UTC_Time_Offset.
1143 * sysdep.c (__gnat_localtime_tzoff): Update parameter
1144 profile. Split the processing of offsets on Windows into two - one
1145 part of historic time stamps and the other for the current time.
1147 2012-01-23 Robert Dewar <dewar@adacore.com>
1149 * a-calend.adb: Minor reformatting.
1151 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1153 * exp_ch9.adb, sem_ch9.adb: Handle array of access to synchronized
1154 interface in requeue statement.
1156 2012-01-23 Cyrille Comar <comar@adacore.com>
1158 * projects.texi: Remove references to main units and replace
1159 with references to main programs to be coherent with the
1162 2012-01-23 Robert Dewar <dewar@adacore.com>
1164 * s-utf_32.adb: Minor reformatting.
1166 2012-01-23 Vincent Celier <celier@adacore.com>
1168 * snames.ads-tmpl: Minor comment addition Indicate that
1169 Name_Library_Encapsulated_Options is only used in gprbuild.
1171 2012-01-23 Robert Dewar <dewar@adacore.com>
1173 * sem_ch10.adb (Analyze_Subunit): Properly save/restore cunit
1176 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1178 * snames.ads-tmpl: Add Name_Synchronization.
1179 * aspects.ads, aspects.adb: Add Aspect_Synchronization to
1180 enumeration type and related maps.
1181 * sem_ch13.adb (Analyze_Aspect_Specifications): Handle Aspect
1182 Synchronization, build corresponding pragma Implemented.
1183 * sem_util.adb (Implementation_Kind): Handle both explicit and
1184 implicit pragma_argument association to retrieve the given
1185 synchronization mode.
1187 2012-01-23 Robert Dewar <dewar@adacore.com>
1189 * sem_ch10.adb, errout.adb: Minor reformatting.
1191 2012-01-23 Ed Schonberg <schonberg@adacore.com>
1193 * sem_res.adb (Resolve_Actuals): An actual in a call to an
1194 Ada 2012 Reference function does not lead to a dangerous order
1197 2012-01-23 Gary Dismukes <dismukes@adacore.com>
1199 * exp_util.adb (Is_Iterated_Container): Test
1200 Is_Entity_Name when searching for calls to the default iterator,
1201 to avoid blowing up on indirect calls which have an explicit
1202 dereference as the call name.
1204 2012-01-23 Thomas Quinot <quinot@adacore.com>
1206 * errout.adb (Set_Msg_Node): For an N_Expanded_Name, output
1207 the complete expanded name, rather than just its Selector_Name.
1209 2012-01-23 Thomas Quinot <quinot@adacore.com>
1211 * a-textio.adb (Put): Rewrite one-parameter Character version to
1212 just call the two-parameter one with Current_Out.
1214 2012-01-23 Hristian Kirtchev <kirtchev@adacore.com>
1216 * freeze.adb (Check_Current_Instance): Issue an
1217 error when the prefix of 'Unchecked_Access or 'Access does not
1218 denote a legal aliased view of a type.
1219 (Freeze_Record_Type): Do not halt the processing of record components
1220 once the Has_Controlled_Component is set as this bypasses the remaining
1222 (Is_Aliased_View_Of_Type): New routine.
1224 2012-01-23 Thomas Quinot <quinot@adacore.com>
1226 * errout.ads, freeze.adb: Minor reformatting.
1228 2012-01-23 Thomas Quinot <quinot@adacore.com>
1230 * sem_ch10.adb, sem_prag.adb: Remove redundant apostrophes in error
1233 2012-01-23 Olivier Hainque <hainque@adacore.com>
1235 * adadecode.c (__gnat_decode): Deal with empty input early,
1236 preventing potential erroneous memory access later on.
1238 2012-01-21 Eric Botcazou <ebotcazou@adacore.com>
1241 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: In the case of a
1242 renaming, preserve the volatileness through the indirection, if any.
1244 2012-01-14 Andreas Schwab <schwab@linux-m68k.org>
1246 * gcc-interface/Makefile.in (OSCONS_EXTRACT): Add
1249 2012-01-10 Pascal Obry <obry@adacore.com>
1251 * prj-nmsc.adb (Check_Library_Attributes):
1252 Kill check for object/source directories for aggregate libraries.
1254 2012-01-10 Matthew Heaney <heaney@adacore.com>
1256 * a-cdlili.adb, a-cdlili.ads, a-cihama.adb, a-cihama.ads, a-coinve.adb,
1257 a-coinve.ads, a-ciorse.adb, a-ciorse.ads, a-coorma.adb, a-coorma.ads,
1258 a-cborma.adb, a-cborma.ads, a-cidlli.adb, a-cidlli.ads, a-cimutr.adb,
1259 a-cimutr.ads, a-cihase.adb, a-cihase.ads, a-cohama.adb, a-cohama.ads,
1260 a-coorse.adb, a-coorse.ads, a-cbhama.adb, a-cbhama.ads, a-cborse.adb,
1261 a-cborse.ads, a-comutr.adb, a-comutr.ads, a-ciorma.adb, a-cobove.adb,
1262 a-ciorma.ads, a-cobove.ads, a-convec.adb, a-convec.ads, a-cohase.adb,
1263 a-cohase.ads, a-cbdlli.adb, a-cbdlli.ads, a-cbmutr.adb, a-cbmutr.ads,
1264 a-cbhase.adb, a-cbhase.ads (Reference, Constant_Reference): Declare
1265 container parameter as aliased in/in out.
1268 2012-01-10 Bob Duff <duff@adacore.com>
1270 * s-os_lib.ads: Improve comment.
1272 2012-01-10 Geert Bosch <bosch@adacore.com>
1274 * s-gearop.adb (Forward_Eliminate): Avoid improper aliasing
1277 2012-01-10 Bob Duff <duff@adacore.com>
1279 * sem_intr.adb (Check_Shift): Use RM_Size instead of Esize, when
1280 checking that the 'Size is correct. If the type is "mod 2**12",
1281 for example, it's illegal, but Esize is the 'Object_Size, which
1282 will be something like 16 or 32, so the error ('Size = 12) was
1284 * gnat_rm.texi: Improve documentation of shift
1285 and rotate intrinsics.
1287 2012-01-10 Pascal Obry <obry@adacore.com>
1289 * prj.adb (For_Every_Project_Imported): Fix
1290 implementation to make sure we return each project only once
1291 for aggragte libraries. It is fine to return a project twice for
1292 aggregate projects, this was the case as a Project_Id is different
1293 in each project tree. The new implementation use a table based on
1294 the project name to ensure proper detection of duplicate project
1295 in aggregate library. A new context is then created to continue
1296 retrurning duplicate project for aggregate libraries.
1298 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
1300 * gcc-interface/trans.c (call_to_gnu): Create the temporary for the
1301 return value in the variable-sized return type case if the target is
1302 an array with fixed size. However, do not create it if this is the
1303 expression of an object declaration.
1305 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
1307 * gcc-interface/trans.c (addressable_p) <COMPONENT_REF>: Fix thinko.
1309 2012-01-06 Robert Dewar <dewar@adacore.com>
1311 * a-wichha.ads, a-wichun.ads, a-zchhan.ads, a-zchuni.ads,
1312 s-utf_32.ads: Add pragma Pure
1313 * s-utf_32.adb: Suppress warnings on non-static constants (now
1316 2012-01-06 Bob Duff <duff@adacore.com>
1318 * s-rpc.ads (Read, Write): Add overriding indicators.
1320 2012-01-06 Robert Dewar <dewar@adacore.com>
1322 * gnat_rm.texi: Add documentation for conventions
1323 Ada_Pass_By_Copy and Ada_Pass_By_Reference.
1325 2012-01-06 Gary Dismukes <dismukes@adacore.com>
1327 * a-tienio.adb (Put): Add exception message on
1328 raise statements. Remove unneeded blocks and object declarations.
1330 2012-01-06 Robert Dewar <dewar@adacore.com>
1332 * sem_prag.adb: Minor reformatting.
1334 2012-01-06 Ed Schonberg <schonberg@adacore.com>
1336 * sinfo.ads, sinfo.adb (Has_Prefixed_Call): New flag to indicate
1337 that a selected component within a generic unit has been resolved
1338 as a prefixed call with local references.
1339 * sem_ch3.adb (Is_Visible_Component): In an instance body a selected
1340 component is always visible.
1341 * sem_ch4.adb (Analyze_Selected_Component): If the node is a
1342 prefixed call in an instance, do not look for visible components
1344 * sem_ch12.adb (Reset_Entity): If a selected component has resolved
1345 to a prefixed call, mark the node accordingly when prefix and
1346 selector are local references.
1348 2012-01-02 Eric Botcazou <ebotcazou@adacore.com>
1350 * gnatvsn.ads (Current_Year): Bump to 2012.
1352 Copyright (C) 2012 Free Software Foundation, Inc.
1354 Copying and distribution of this file, with or without modification,
1355 are permitted in any medium without royalty provided the copyright
1356 notice and this notice are preserved.