[Ada] Implement inheritance for Default_Initial_Condition and address other gaps
[gcc.git] / gcc / ada / sem_util.adb
2020-11-30 Gary Dismukes[Ada] Implement inheritance for Default_Initial_Conditi...
2020-11-30 Ed Schonberg[Ada] Spurious visibility error in subprogram body...
2020-11-27 Piotr Trojanek[Ada] Reuse Append_New_Elmt where possible
2020-11-27 Steve Baird[Ada] Implement AI12-0187 (Stable properties of abstrac...
2020-11-26 Piotr Trojanek[Ada] Remove duplicated calls to Set_Entity
2020-11-26 Piotr Trojanek[Ada] Reuse Is_Concurrent_Type when detecting protected...
2020-11-26 Bob Duff[Ada] Pass base type to Set_Has_Own_Invariants
2020-11-25 Piotr Trojanek[Ada] Document attribute Has_Tagged_Values in GNAT RM
2020-11-25 Yannick Moy[Ada] Minimize side-effect removal in GNATprove mode
2020-11-24 Piotr Trojanek[Ada] Reuse Is_Packed_Array where possible
2020-11-24 Piotr Trojanek[Ada] Cleanup expansion of attribute Constrained
2020-11-24 Piotr Trojanek[Ada] Recognize delta and extension aggregates as objects
2020-11-24 Yannick Moy[Ada] Handle correctly current instance of PO in local...
2020-10-23 Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-23 Eric Botcazou[Ada] Implement new legality rules introduced in C...
2020-10-23 Justin Squirek[Ada] Iterative patch for accessibility cleanup
2020-10-22 Steve Baird[Ada] AI12-0211: Consistency of inherited nonoverridabl...
2020-10-22 Steve Baird[Ada] Implement AI12-0280's interactions with container...
2020-10-22 Justin Squirek[Ada] Wrong accessibility for conversion to named access
2020-10-22 Steve Baird[Ada] Implement AI12-0030: Stream attribute availability
2020-10-22 Justin Squirek[Ada] Reimplementation of accessibility checking
2020-10-22 Ed Schonberg[Ada] AI12-0307: uniform resolution rules for aggregates
2020-10-21 Eric Botcazou[Ada] Basic support for 128-bit types
2020-10-21 Piotr Trojanek[Ada] Fix typos and style in comments related to Defaul...
2020-10-20 Piotr Trojanek[Ada] Refine result type of Get_Accessibility
2020-10-20 Piotr Trojanek[Ada] Replace low-level Ekind membership tests with...
2020-10-20 Steve Baird[Ada] Implement AI12-0280 Making 'Old more flexible
2020-10-20 Yannick Moy[Ada] Fix comments as volatility properties can apply...
2020-10-20 Piotr Trojanek[Ada] Support for new aspect Subprogram_Variant on...
2020-10-19 Bob Duff[Ada] Expanded names in ghost assignments
2020-10-16 Piotr Trojanek[Ada] Assorted style cleanups
2020-10-16 Chris Martin[Ada] Constants no longer synchronised if they are...
2020-10-16 Piotr Trojanek[Ada] Detect qualified type names for AI12-0027
2020-10-16 Yannick Moy[Ada] SPARK: update for effectively volatile types...
2020-10-15 Piotr Trojanek[Ada] Fix access to uninitialized global variable when...
2020-10-15 Arnaud Charlet[Ada] Code cleanup
2020-10-15 Arnaud Charlet[Ada] AI12-0385 Predefined shifts and rotates should...
2020-09-03 Arnaud CharletLook at fullest view when checking for static types...
2020-07-27 Javier Miranda[Ada] Ada2020: AI12-0027 Access values and unaliased...
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16 Arnaud Charlet[Ada] AI12-0373 Additional check on Integer_Literal...
2020-07-16 Justin Squirek[Ada] Incorrect static accessibility error in return...
2020-07-16 Javier Miranda[Ada] Ada2020: AI12-0107 convention of By_Protected_Pro...
2020-07-15 Piotr Trojanek[Ada] Cleanup code related to object overlays
2020-07-15 Piotr Trojanek[Ada] Target name is an object reference
2020-07-15 Ghjuvan Lacambre[Ada] Guard against access to wrong fields in Is_Renaming
2020-07-15 Arnaud Charlet[Ada] Missing error on operator call
2020-07-15 Piotr Trojanek[Ada] Fix slices and qualified expressions being effect...
2020-07-15 Piotr Trojanek[Ada] Cleanup condition for an effectively volatile...
2020-07-15 Arnaud Charlet[Ada] Extend static functions
2020-07-10 Javier Miranda[Ada] Potentially unevaluated nested expressions
2020-07-10 Yannick Moy[Ada] Fix detection of volatile properties in SPARK
2020-07-10 Piotr Trojanek[Ada] Remove references to non-existing E_Protected_Object
2020-07-10 Arnaud Charlet[Ada] Use small limit for aggregates inside subprograms
2020-07-10 Piotr Trojanek[Ada] Fix failing assertions related to volatile objects
2020-07-08 Gary Dismukes[Ada] Minor reformatting and typo fix
2020-07-08 Arnaud Charlet[Ada] ACATS 4.1R - BD10001 - Error missed
2020-07-08 Ed Schonberg[Ada] Update entities on class-wide condition function...
2020-07-08 Yannick Moy[Ada] Add utility function to recognize attribute ...
2020-07-08 Piotr Trojanek[Ada] Remove excessive validity checks on in-parameters
2020-07-08 Piotr Trojanek[Ada] Allow boolean expressions in aspect Relaxed_Initi...
2020-07-07 Javier Miranda[Ada] Ada2020: AI12-0198 potentially unevaluated compon...
2020-07-07 Arnaud Charlet[Ada] ACATS 4.1H - BC60005 - null exclusion matching...
2020-07-07 Javier Miranda[Ada] Ada2020: AI12-0198 potentially unevaluated compon...
2020-07-07 Javier Miranda[Ada] Ada2020: AI12-0198 potentially unevaluated compon...
2020-07-06 Javier Miranda[Ada] Ada2020: AI12-0198 potentially unevaluated array...
2020-07-06 Gary Dismukes[Ada] Predicates and the current instance of a subtype...
2020-06-18 Steve Baird[Ada] Implement AI12-0032 fixes for 'Old attribute...
2020-06-18 Richard Kenner[Ada] Properly test for Protected_Body_Subprogram
2020-06-18 Claire Dross[Ada] The definition of constants in declare expression...
2020-06-17 Piotr Trojanek[Ada] Support aspect Relaxed_Initialization on private...
2020-06-17 Piotr Trojanek[Ada] Fix comment of Get_Iterable_Type_Primitive
2020-06-17 Gary Dismukes[Ada] Implement static expression functions for Ada...
2020-06-16 Steve Baird[Ada] Implement AI12-0249, AI12-0295 (user-defined...
2020-06-16 Gary Dismukes[Ada] Fix two typos
2020-06-16 Piotr Trojanek[Ada] Accept renamings of folded string aggregates
2020-06-15 Piotr Trojanek[Ada] Fix analysis of Relaxed_Initialization for bodies...
2020-06-15 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-15 Justin Squirek[Ada] Bad access checks on if/case expression as actual
2020-06-15 Piotr Trojanek[Ada] Remove excessive parens
2020-06-15 Piotr Trojanek[Ada] Support aspect Relaxed_Initialization and attribu...
2020-06-15 Bob Duff[Ada] Clean up error handling of 'Image
2020-06-15 Piotr Trojanek[Ada] Remove unreferenced and dubious Is_Renaming_Decla...
2020-06-12 Steve Baird[Ada] Implement AI12-0369
2020-06-12 Piotr Trojanek[Ada] Reuse Is_Entry where possible
2020-06-12 Eric Botcazou[Ada] Implement AI12-0175 Preelaborable packages with...
2020-06-12 Eric Botcazou[Ada] Small cleanup in handling of Ada 2012 implicit...
2020-06-12 Justin Squirek[Ada] Missing accessibility error on object in type...
2020-06-11 Piotr Trojanek[Ada] Iterate with procedural version of Next routine...
2020-06-11 Steve Baird[Ada] Allow specifying volatility refinement aspects...
2020-06-11 Piotr Trojanek[Ada] Move duplicated routines for building itypes...
2020-06-11 Eric Botcazou[Ada] Consolidate handling of implicit dereferences...
2020-06-11 Javier Miranda[Ada] Crash on dispatching conditional entry call
2020-06-11 Justin Squirek[Ada] Missing accessibility error on object in type...
2020-06-10 Eric Botcazou[Ada] Add missing Sloc on new explicit dereferences
2020-06-10 Eric Botcazou[Ada] Insert explicit dereferences when building actual...
2020-06-10 Ed Schonberg[Ada] Ada_2020 AI12-0220: Pre/Postconditions on Access_...
2020-06-10 Piotr Trojanek[Ada] Minor fix style and typos in comments
2020-06-10 Justin Squirek[Ada] Incorrect accessibility checks on functions calls
2020-06-09 Arnaud Charlet[Ada] Code refactoring on calls to Set_Debug_Info_Needed
next