]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_ch6.adb
RISC-V: Implement -m{,no}fence-tso
[gcc.git] / gcc / ada / sem_ch6.adb
2 days ago Viljar Indusada: Avoid checking parameters of protected procedures
2 days ago Eric Botcazouada: Fix bogus error on function returning noncontrolli...
4 days ago Yannick Moyada: Update of SPARK RM legality rules on ghost code
5 days ago Piotr Trojanekada: Deconstruct flag Split_PPC since splitting now...
5 days ago Eric Botcazouada: Replace finalization masters with finalization...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Javier Mirandaada: Cannot requeue to a procedure implemented by an...
2024-01-09 Piotr Trojanekada: More aggressive inlining of subprogram calls in...
2023-11-30 Yannick Moyada: Remove SPARK legality checks
2023-11-30 Yannick Moyada: Fix spelling of functions with(out) "side effects"
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-11-07 Viljar Indusada: Implement Aspects as fields under nodes
2023-11-07 Steve Bairdada: New Local_Restrictions and User_Aspect aspects.
2023-10-19 Yannick Moyada: Support new SPARK aspect Side_Effects
2023-09-15 Javier Mirandaada: Crash on creation of extra formals on type extension
2023-09-14 Javier Mirandaada: Assertion failure adding extra formals to late...
2023-09-05 Javier Mirandaada: Crash on creation of extra formals on type extension
2023-07-28 Javier Mirandaada: Fix unsupported dispatching constructor call
2023-07-28 Piotr Trojanekada: Leave detection of missing return in functions...
2023-06-20 Eric Botcazouada: Further fixes to handling of private views in...
2023-05-29 Piotr Trojanekada: Cleanup detection of type support subprogram entities
2023-05-29 Eric Botcazouada: Fix wrong finalization for call to BIP function...
2023-05-26 Ronan Desplanquesada: Fix late extra formals creation
2023-05-25 Marc Poulhièsada: Fix crash during function return analysis
2023-05-25 Piotr Trojanekada: Remove unused initial value of a local variable
2023-05-25 Piotr Trojanekada: Remove redundant guards from calls to Move_Aspects
2023-05-25 Marc Poulhièsada: Fix SPARK context not restored when Load_Unit...
2023-05-23 Piotr Trojanekada: Fix expression pretty-printer for SPARK counterexa...
2023-05-22 Bob Duffada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not...
2023-05-22 Bob Duffada: Add Is_Past_Self_Hiding_Point flag
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-15 Bob Duffada: Clean up vanishing entity fields
2023-03-06 Javier MirandaFix assertion failure on VSS library
2023-01-09 Arnaud Charletada: Update copyright notice
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-21 Bob Duffada: Move warnings switches
2022-11-08 Javier Mirandaada: Enforce matching of extra formals
2022-11-04 Piotr Trojanekada: Simplify detection of controlling formals
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-10-06 Steve Bairdada: Minor potential bug in sem_ch6.adb
2022-09-20 Martin Liskareplace "the the" typos
2022-09-12 Justin Squirek[Ada] Tech debt: Expansion of contracts
2022-09-12 Eric Botcazou[Ada] Do not mark user parameters of protected subprogr...
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-06 Bob Duff[Ada] Place "at end" on body nodes
2022-09-05 Bob Duff[Ada] Suppress warnings in trivial subprograms with...
2022-07-13 Eric Botcazou[Ada] Plug legality loophole for equality operator...
2022-07-12 Bob Duff[Ada] Remove out-of-range warning in unreachable code
2022-07-12 Ed Schonberg[Ada] Proper freezing for dispatching expression functions.
2022-07-05 Piotr Trojanek[Ada] Remove repeated setting of Never_Set_In_Source
2022-07-05 Piotr Trojanek[Ada] Reorder processing of default expressions to...
2022-07-05 Piotr Trojanek[Ada] Remove redundant protection against empty lists
2022-07-05 Eric Botcazou[Ada] Fix dangling bounds for array result of BIP functions
2022-07-05 Piotr Trojanek[Ada] Add RM reference to check for functions without...
2022-07-05 Piotr Trojanek[Ada] Remove comment about a long gone formal verificat...
2022-06-02 Eric Botcazou[Ada] Never make symbols for thunks public
2022-06-02 Piotr Trojanek[Ada] Remove redundant checks for missing lists
2022-06-02 Eric Botcazou[Ada] Get rid of secondary stack for most calls returni...
2022-06-01 Eric Botcazou[Ada] Do not freeze subprogram body without spec too...
2022-06-01 Steve Baird[Ada] Missing discriminant checks when accessing varian...
2022-05-30 Justin Squirek[Ada] Incorrect unreferenced warnings on null subprogra...
2022-05-30 Eric Botcazou[Ada] Restore hiding of predefined "=" operator through...
2022-05-18 Javier Miranda[Ada] Crash building VSS with compiler built with asser...
2022-05-18 Arnaud Charlet[Ada] Errors missed on ACATS test B650007
2022-05-17 Yannick Moy[Ada] Allow inlining for proof inside generics
2022-05-16 Eric Botcazou[Ada] Fix internal error on predicate aspect with iterator
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-16 Eric Botcazou[Ada] Fix spurious error on limited view with incomplet...
2022-05-13 Justin Squirek[Ada] Spurious access error in function returning type...
2022-05-10 Piotr Trojanek[Ada] Cleanup detection of No_Elist with No and Present
2022-05-10 Piotr Trojanek[Ada] Refine iteration from entities to formals
2022-05-09 Piotr Trojanek[Ada] Remove redundant guards for empty list
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07 Piotr Trojanek[Ada] Fix inconsistent quoting in messages about compil...
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-05 Marc Poulhiès[Ada] Remove Compiler_Unit[_Warning] pragmas
2021-12-02 Piotr Trojanek[Ada] Cleanup insertion of single freezing actions
2021-12-01 Yannick Moy[Ada] Improve error messages for dot notation when...
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-20 Justin Squirek[Ada] Missing accessibility check when returning discri...
2021-10-20 Gary Dismukes[Ada] Warning on nonmatching subtypes in fully conformi...
2021-10-04 Ed Schonberg[Ada] Handle properly user_defined literals given by...
2021-10-01 Javier Miranda[Ada] Ada2022: AI12-0195 overriding class-wide pre...
2021-09-22 Yannick Moy[Ada] More precise analysis of function renamings in...
2021-09-22 Justin Squirek[Ada] Removal of technical debt
2021-09-22 Arnaud Charlet[Ada] Change message format on missing return
2021-07-09 Justin Squirek[Ada] Crash on inlined separate subprogram
2021-07-09 Piotr Trojanek[Ada] Initialize local variables related to static...
2021-07-09 Piotr Trojanek[Ada] Reorder preanalysis of static expression functions
2021-07-09 Piotr Trojanek[Ada] Decouple analysis of static expression functions...
2021-07-09 Piotr Trojanek[Ada] Avoid repeated computing of type of expression...
2021-07-09 Piotr Trojanek[Ada] Fix comment related to analysis of expression...
2021-07-09 Piotr Trojanek[Ada] Avoid repeated calls in analysis of expression...
2021-07-09 Piotr Trojanek[Ada] Refine types of local variables in analysis of...
2021-07-09 Piotr Trojanek[Ada] Remove an unnecessary local constant
2021-07-08 Piotr Trojanek[Ada] Simplify redundant checks for non-empty lists
2021-07-07 Piotr Trojanek[Ada] Reduce scope of local variables
next
This page took 0.972952 seconds and 7 git commands to generate.