]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_ch6.adb
ada: Fix detection of function calls in object declarations
[gcc.git] / gcc / ada / exp_ch6.adb
2023-01-03 Eric Botcazouada: Fix detection of function calls in object declarations
2022-12-06 Javier Mirandaada: Spurious error on nested call using the prefix...
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-28 Eric Botcazouada: Fix internal error on conversion as in/out actual...
2022-11-22 Ghjuvan Lacambreada: Disable checking of Elab_Spec procedures in CodePe...
2022-11-21 Steve Bairdada: Internal compiler error for Sequential Partition_E...
2022-11-21 Eric Botcazouada: Small cleanup in Expand_N_Object_Declaration
2022-11-08 Piotr Trojanekada: Clean up call to check if aspects are present
2022-11-08 Javier Mirandaada: Enforce matching of extra formals
2022-11-07 Piotr Trojanekada: Fix detection of external calls to protected objec...
2022-11-07 Piotr Trojanekada: Don't reuse operator nodes in expansion
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-09-20 Martin Liskareplace "the the" typos
2022-09-12 Eric Botcazou[Ada] Temporary tweak new expansion of contracts
2022-09-12 Justin Squirek[Ada] Tech debt: Expansion of contracts
2022-09-12 Javier Miranda[Ada] Revert "Enforce matching of extra formals"
2022-09-06 Javier Miranda[Ada] Enforce matching of extra formals
2022-09-02 Gary Dismukes[Ada] Error on return of object whose full view has...
2022-07-13 Justin Squirek[Ada] Fix CodePeer warnings in GNAT sources
2022-07-06 Eric Botcazou[Ada] Document the various function return mechanisms
2022-07-06 Piotr Trojanek[Ada] Remove explicit call to Make_Unchecked_Type_Conve...
2022-07-05 Eric Botcazou[Ada] Fix dangling bounds for array result of BIP functions
2022-07-04 Eric Botcazou[Ada] Do not use front-end build-in-place mechanism...
2022-07-04 Eric Botcazou[Ada] Call-initialize all controlled objects in place
2022-07-04 Eric Botcazou[Ada] Plug loophole for built-in-place return with...
2022-06-02 Eric Botcazou[Ada] Get rid of secondary stack for most calls returni...
2022-06-02 Eric Botcazou[Ada] Move registering code for predefined primitives...
2022-06-01 Eric Botcazou[Ada] Rename Returns_On_Secondary_Stack into Needs_Seco...
2022-06-01 Eric Botcazou[Ada] Get rid of secondary stack for controlled compone...
2022-06-01 Eric Botcazou[Ada] Use Actions field of freeze nodes for subprograms...
2022-05-30 Piotr Trojanek[Ada] Fix expansion of structural subprogram variants
2022-05-19 Eric Botcazou[Ada] Fix spurious violations of No_Secondary_Stack...
2022-05-19 Eric Botcazou[Ada] Avoid copy operation for returns involving functi...
2022-05-19 Eric Botcazou[Ada] Get rid of secondary stack for controlled components
2022-05-17 Eric Botcazou[Ada] Streamline implementation of Has_Compatible_Repre...
2022-05-17 Eric Botcazou[Ada] Use Actions field of freeze nodes for subprograms
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-10 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-06 Justin Squirek[Ada] Removal of technical debt
2021-12-02 Piotr Trojanek[Ada] Remove extra space after assignment symbol
2021-11-09 Etienne Servais[Ada] Build activation chain for BIP only when needed
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-11 Steve Baird[Ada] Incorrect Dynamic_Predicate results for static...
2021-10-01 Bob Duff[Ada] Subprogram_Variant in ignored ghost code
2021-10-01 Javier Miranda[Ada] Ada2022: AI12-0195 overriding class-wide pre...
2021-09-21 Javier Miranda[Ada] Interface behaves differently from abstract tagge...
2021-09-21 Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-07-09 Justin Squirek[Ada] Crash on expansion of BIP construct in -gnatf...
2021-07-08 Bob Duff[Ada] Transient scope cleanup
2021-07-07 Piotr Trojanek[Ada] Replace low-level membership tests with Is_Privat...
2021-07-07 Bob Duff[Ada] Transient scope cleanup
2021-07-05 Justin Squirek[Ada] INOX: prototype alternative accessibility model
2021-07-05 Bob Duff[Ada] Refactoring related to Returns_By_Ref
2021-06-29 Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-21 Justin Squirek[Ada] INOX: prototype "when" constructs
2021-06-21 Richard Kenner[Ada] Add Return_Statement field
2021-06-18 Arnaud Charlet[Ada] Code cleanups in exp_ch6.adb
2021-06-17 Gary Dismukes[Ada] Implementation of Inox feature of fixed lower...
2021-06-16 Arnaud Charlet[Ada] Wrong reference to System.Tasking in expanded...
2021-06-15 Bob Duff[Ada] No_Task_Parts aspect
2021-06-15 Arnaud Charlet[Ada] Rename Ada 202* to Ada 2022
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] Variable-sized node types
2021-05-05 Justin Squirek[Ada] Incorrect accessibility level on actual in proced...
2021-05-03 Arnaud Charlet[Ada] Update copyright notice
2021-05-03 Piotr Trojanek[Ada] Replace calls to RTE with Is_RTE where possible
2021-05-03 Justin Squirek[Ada] Expansion in _postconditions confusing CodePeer
2021-04-28 Arnaud Charlet[Ada] Incorrect discriminant check on call to access...
2020-12-17 Arnaud Charlet[Ada] Remove unused subprograms in validsw
2020-12-16 Piotr Trojanek[Ada] Simplify membership tests with N_Subprogram_Call...
2020-12-15 Justin Squirek[Ada] Postcondition checks performed before finalization
2020-12-15 Arnaud Charlet[Ada] Transform_Function_Array issues
2020-12-14 Bob Duff[Ada] Compiler crash on call to function instance
2020-11-30 Eric Botcazou[Ada] Fix internal error on extended return and fixed...
2020-11-30 Arnaud Charlet[Ada] Confusion in Transform_Function_Array and interna...
2020-11-27 Arnaud Charlet[Ada] Reference before declaration on C392015
2020-11-24 Arnaud Charlet[Ada] Premature finalization on build in place return...
2020-11-24 Arnaud Charlet[Ada] Wrong finalization in call with if expression
2020-10-27 Arnaud Charlet[Ada] New flag Transform_Function_Array
2020-10-23 Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-22 Justin Squirek[Ada] Reimplementation of accessibility checking
2020-10-21 Steve Baird[Ada] Implement missing function result finalization.
2020-10-21 Gary Dismukes[Ada] Compiler crash on prefixed call to controlled...
2020-10-21 Justin Squirek[Ada] Incorrect associations for extra accessibility...
2020-10-21 Piotr Trojanek[Ada] Make minimum accessibility level a constant object
2020-10-20 Justin Squirek[Ada] Crash on cond expression as actual for anonymous...
2020-10-20 Justin Squirek[Ada] Hang on cond expression as actual for anonymous...
2020-10-20 Piotr Trojanek[Ada] Support for new aspect Subprogram_Variant on...
2020-10-19 Bob Duff[Ada] Suppress warnings in expansion of "for ... of...
2020-10-19 Ed Schonberg[Ada] Compiler abort on in_out function parameter with...
2020-10-19 Arnaud Charlet[Ada] No range check on fixed point to integer conversion
2020-10-19 Piotr Trojanek[Ada] Simplify detection of by-copy types
2020-10-19 Piotr Trojanek[Ada] Remove useless initialization and refine type...
2020-10-19 Piotr Trojanek[Ada] Refine type of a local variable
2020-10-19 Piotr Trojanek[Ada] Simplify membership test for operators
2020-10-16 Piotr Trojanek[Ada] Assorted style cleanups
next
This page took 1.489141 seconds and 108 git commands to generate.