]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_ch3.adb
[Ada] Clean up uses of Esize and RM_Size
[gcc.git] / gcc / ada / sem_ch3.adb
2021-09-21 Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-09-21 Ed Schonberg[Ada] Refine patch for spurious link error involving...
2021-09-20 Bob Duff[Ada] Clean up Uint fields, remove unused routines
2021-09-20 Ed Schonberg[Ada] Spurious link error with child unit and different...
2021-09-20 Gary Dismukes[Ada] Implementation of Preelaborable_Initialization...
2021-09-20 Piotr Trojanek[Ada] Don't examine all discriminants when looking...
2021-07-09 Arnaud Charlet[Ada] Inconsistency between declaration and body of...
2021-07-08 Bob Duff[Ada] Remove Unknown_ functions
2021-07-06 Gary Dismukes[Ada] Support for Object.Op subprogram-call notation...
2021-07-05 Piotr Trojanek[Ada] Simplify and reuse Is_Concurrent_Interface
2021-07-05 Ghjuvan Lacambre[Ada] Move overriding rename error message from declara...
2021-07-05 Steve Baird[Ada] Add Ada 2022 Image and Put_Image support for...
2021-07-05 Ghjuvan Lacambre[Ada] Fix overriding subprogram being incorrectly seen...
2021-06-29 Piotr Trojanek[Ada] Remove redundant check for empty list
2021-06-29 Piotr Trojanek[Ada] Simplify detection of local types
2021-06-29 Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-21 Ghjuvan Lacambre[Ada] Minor reformattings
2021-06-18 Gary Dismukes[Ada] Additional error checking on index constraints...
2021-06-18 Gary Dismukes[Ada] Missing check for assigning too-large array to...
2021-06-18 Arnaud Charlet[Ada] Update comments related to TBD
2021-06-18 Javier Miranda[Ada] Ada2020: Special handling of types derived from...
2021-06-17 Arnaud Charlet[Ada] Crash on overriding of an abstract primitive...
2021-06-17 Gary Dismukes[Ada] Implementation of Inox feature of fixed lower...
2021-06-17 Piotr Trojanek[Ada] Don't check No_Wide_Characters restriction for...
2021-06-17 Bob Duff[Ada] Fix varsize node name conflict
2021-06-16 Arnaud Charlet[Ada] Raise expressions and unconstrained components
2021-06-15 Bob Duff[Ada] Incorrect Reinit_Field_To_Zero calls for concurre...
2021-06-15 Bob Duff[Ada] Variable-sized node types -- cleanup
2021-06-15 Arnaud Charlet[Ada] Rename Ada 202* to Ada 2022
2021-06-15 Richard Kenner[Ada] Add more initialization of Stored_Constraint
2021-06-15 Piotr Trojanek[Ada] Robust switching from incomplete to access types
2021-05-07 Piotr Trojanek[Ada] Robust detection of access-to-subprogram and...
2021-05-07 Bob Duff[Ada] Minor reformattings
2021-05-07 Bob Duff[Ada] Variable-sized node types -- cleanup
2021-05-07 Bob Duff[Ada] Reinitialize Private_Dependents when it is vanishing
2021-05-07 Bob Duff[Ada] Variable-sized node types
2021-05-06 Piotr Trojanek[Ada] Avoid repeated analysis of constraint ranges
2021-05-05 Piotr Trojanek[Ada] Reuse Has_Defaulted_Discriminants where possible
2021-05-05 Ed Schonberg[Ada] Handle defaults in declare_expressions in postcon...
2021-05-03 Piotr Trojanek[Ada] Reuse Is_Universal_Numeric_Type where possible
2021-05-03 Arnaud Charlet[Ada] Update copyright notice
2021-05-03 Piotr Trojanek[Ada] Fix typos in calls to Error_Msg_NE
2021-05-03 Piotr Trojanek[Ada] Remove leading and trailing spaces in error messages
2021-04-29 Arnaud Charlet[Ada] Self reference access discriminant
2021-04-28 Yannick Moy[Ada] Use spans instead of locations for compiler diagn...
2021-04-28 Arnaud Charlet[Ada] Incorrect discriminant check on call to access...
2021-04-28 Arnaud Charlet[Ada] Remove unused subprograms
2021-03-02 Eric BotcazouDo not call Set_Cloned_Subtype on private type
2020-12-17 Arnaud Charlet[Ada] Remove discriminant checks processing in gigi
2020-12-17 Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-12-16 Piotr Trojanek[Ada] Remove inconsistent colons in messages for Ada...
2020-11-30 Gary Dismukes[Ada] Implement inheritance for Default_Initial_Conditi...
2020-11-26 Eric Botcazou[Ada] Add support for 128-bit fixed-point types on...
2020-11-25 Yannick Moy[Ada] Fix internal compilation error on circular type...
2020-11-24 Yannick Moy[Ada] Fix crash in GNATprove on inlined subprogram...
2020-10-23 Javier Miranda[Ada] Spurious errors on tagged types with renamed...
2020-10-22 Javier Miranda[Ada] ACATS 4.1H - B853001 - missed errors for renamed...
2020-10-22 Steve Baird[Ada] AI12-0211: Consistency of inherited nonoverridabl...
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-21 Javier Miranda[Ada] Spurious error in taft ammendment derivation...
2020-10-20 Piotr Trojanek[Ada] Refine type for type constraining routines
2020-10-20 Piotr Trojanek[Ada] Propagate predicate function to a full view of...
2020-10-16 Piotr Trojanek[Ada] Unique itypes names for unconstrained array objec...
2020-10-16 Piotr Trojanek[Ada] Cleanup related to itypes for unconstrained objec...
2020-10-15 Steve Baird[Ada] Get finalization right when a function returns...
2020-10-15 Piotr Trojanek[Ada] Cleanup defensive guards for Null_Exclusion_Present
2020-10-15 Piotr Trojanek[Ada] Bring defensive guard for Null_Exclusion_Present...
2020-10-15 Piotr Trojanek[Ada] Explain predicate function not being inherited...
2020-10-15 Piotr Trojanek[Ada] Avoid unnecessary (re)assignments in Make_Info
2020-10-15 Piotr Trojanek[Ada] Remove excessive defensive calls to Is_Type
2020-10-15 Piotr Trojanek[Ada] Refine type from Nat to Pos in Make_Index
2020-10-15 Piotr Trojanek[Ada] Fix range check on constrained array with expande...
2020-07-27 Arnaud Charlet[Ada] Switch Ada_Version_Runtime to Ada 2020
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-27 Gary Dismukes[Ada] AI12-0382: Loosen type-invariant overriding requi...
2020-07-16 Ghjuvan Lacambre[Ada] Do not perform null exclusion static checks on...
2020-07-16 Gary Dismukes[Ada] AI12-0042: Type invariant checking rules
2020-07-15 Eric Botcazou[Ada] Do not generate elaboration code for alignment...
2020-07-15 Eric Botcazou[Ada] Fix oversight in Delayed_Aspect_Present predicate
2020-07-10 Piotr Trojanek[Ada] Cleanup excessive conditions in Check_Completion
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] Revert too late setting of Ekind on discriminants
2020-07-10 Piotr Trojanek[Ada] Fix failing assertions related to volatile objects
2020-07-06 Ed Schonberg[Ada] Crash on declaration with aggregate for unchecked...
2020-06-19 Eric Botcazou[Ada] Fix small fallout of previous change for Analyze_...
2020-06-19 Eric Botcazou[Ada] Small cleanup in Apply_Range_Check implementation
2020-06-18 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-18 Piotr Trojanek[Ada] Cleanups in code related to static expressions
2020-06-18 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-17 Javier Miranda[Ada] Ada2020: AI12-0279 more dispatching points with...
2020-06-17 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-17 Gary Dismukes[Ada] Various typo corrections plus minor reformatting
2020-06-17 Ed Schonberg[Ada] Ada_2020 AI12-0220 Pre/Postconditions on Access_T...
2020-06-17 Piotr Trojanek[Ada] Remove unnecessary special-casing of GNATprove...
2020-06-16 Piotr Trojanek[Ada] Minor casing of " The " after a comma in docs...
2020-06-16 Eric Botcazou[Ada] Implement AI12-0351 Matching for actuals for...
2020-06-15 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-15 Piotr Trojanek[Ada] Support aspect Relaxed_Initialization and attribu...
next
This page took 1.172405 seconds and 108 git commands to generate.