]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_ch12.adb
fortran: Assume there is no cyclic reference with submodule symbols [PR99798]
[gcc.git] / gcc / ada / sem_ch12.adb
13 hours ago Bob Duffada: Allow 'others' in formal packages with overloaded...
6 days ago Steve Bairdada: Rtsfind should not trash state used in analyzing...
7 days ago Piotr Trojanekada: Remove guards against traversal of empty list...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Bob Duffada: Allow passing private types to generic formal...
2024-01-09 Steve Bairdada: Error compiling Ada 2022 object renaming with...
2024-01-09 Eric BotcazouFix internal error on function call returning extension...
2023-12-19 Eric Botcazouada: Add missing guard to previous change
2023-12-19 Eric Botcazouada: Fix spurious visibility error on parent's componen...
2023-12-19 Steve Bairdada: Illegal instance of Generic_1.Generic_2 incorrectl...
2023-11-30 Yannick Moyada: Remove SPARK legality checks
2023-11-30 Steve Bairdada: Too-strict conformance checking for formal discrim...
2023-11-21 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-21 Eric Botcazouada: Fix spurious error on call with default parameter...
2023-11-07 Eric Botcazouada: Fix incorrect resolution of overloaded function...
2023-11-07 Viljar Indusada: Implement Aspects as fields under nodes
2023-11-07 Eric Botcazouada: Minor tweaks for comparison operators
2023-09-05 Eric Botcazouada: Fix internal error on instantiation with private...
2023-06-27 Eric Botcazouada: Fix incorrect handling of iterator specifications...
2023-06-27 Eric Botcazouada: Plug small loophole in the handling of private...
2023-06-27 Eric Botcazouada: Plug another loophole in the handling of private...
2023-06-20 Eric Botcazouada: Further fixes to handling of private views in...
2023-06-20 Eric Botcazouada: Fix fallout of fix to handling of private views...
2023-06-20 Eric Botcazouada: Small fixes to handling of private views in instances
2023-06-13 Piotr Trojanekada: Implement new aspect Always_Terminates for SPARK
2023-06-13 Eric Botcazouada: Fix another case of missing Has_Private_View flag
2023-06-13 Eric Botcazouada: Fix spurious error on call to function returning...
2023-05-29 Eric Botcazouada: Fix spurious error on nested instantiations with...
2023-05-26 Eric Botcazouada: Fix internal error on Big_Integer conversion ghost...
2023-05-26 Eric Botcazouada: Fix missing finalization in library-level instance...
2023-05-23 Piotr Trojanekada: Accept and analyze new aspect Exceptional_Cases
2023-05-23 Eric Botcazouada: Fix latent issue in support for protected entries
2023-05-22 Eric Botcazouada: Fix missing finalization in library-unit instance...
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-16 Marc Poulhièsada: Trivial refactoring in Instantiate_*_Body
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Marc Poulhièsada: Fix nested generic instantiation
2023-01-05 Marc Poulhièsada: Fix generic instantiation of sibling package
2022-11-21 Bob Duffada: Move warnings switches
2022-11-14 Piotr Trojanekada: Adjust locations in aspects on generic formal...
2022-11-14 Piotr Trojanekada: Fix style in code for generic formal subprograms...
2022-11-14 Piotr Trojanekada: Expand generic formal subprograms with contracts...
2022-11-08 Piotr Trojanekada: Propagate aspect Ghost when instantiating null...
2022-11-08 Piotr Trojanekada: Remove unneeded code in handling formal type defaults
2022-11-07 Piotr Trojanekada: Clean up code for visibility of generic actuals
2022-11-04 Piotr Trojanekada: Remove redundant calls in handling of aspect speci...
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-09-26 Piotr Trojanekada: Fix location of pragmas coming from aspects in...
2022-07-13 Justin Squirek[Ada] Fix CodePeer warnings in GNAT sources
2022-07-12 Piotr Trojanek[Ada] Fix spurious warning on unreferenced internal...
2022-07-06 Yannick Moy[Ada] Support ghost generic formal parameters
2022-07-05 Piotr Trojanek[Ada] Remove unnecessary dead code after calls to nonre...
2022-05-18 Marc Poulhiès[Ada] Fix incorrect freezing with generic child unit
2022-05-17 Yannick Moy[Ada] Allow inlining for proof inside generics
2022-05-17 Eric Botcazou[Ada] Fix bogus visibility error with partially paramet...
2022-05-12 Piotr Trojanek[Ada] Fix warning about generic subprograms withed...
2022-05-11 Piotr Trojanek[Ada] Fix style of body header boxes
2022-05-10 Piotr Trojanek[Ada] Cleanup detection of No_Elist with No and Present
2022-05-09 Piotr Trojanek[Ada] Fix indentation of "Start of processing for ...
2022-01-11 Piotr Trojanek[Ada] Remove extra space in single object declarations
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07 Piotr Trojanek[Ada] Remove unnecessary guards for appending non-empty...
2022-01-06 Eric Botcazou[Ada] Fix regression in freezing code for instantiations
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-05 Piotr Trojanek[Ada] Remove redundant code related to instances with...
2022-01-05 Piotr Trojanek[Ada] Deconstruct dead wrappers added for external...
2021-12-02 Eric Botcazou[Ada] Enhance freezing code for instantiations
2021-12-01 Gary Dismukes[Ada] Allow formal functions to have a default in the...
2021-12-01 Eric Botcazou[Ada] Tidy up freezing code for instantiations (continued)
2021-12-01 Eric Botcazou[Ada] Tidy up freezing code for instantiations
2021-12-01 Piotr Trojanek[Ada] Replace low-level detection of subprograms with...
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-20 Bob Duff[Ada] tech debt: Clean up Uint fields, such as Esize
2021-10-20 Eric Botcazou[Ada] Expose and use type-generic GCC atomic builtins
2021-09-23 Richard Kenner[Ada] Add N_Has_Bounds and N_Is_Index
2021-09-21 Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-09-20 Bob Duff[Ada] Clean up Uint fields, remove unused routines
2021-07-08 Piotr Trojanek[Ada] Simplify redundant checks for non-empty lists
2021-07-07 Arnaud Charlet[Ada] Front-end inlining and instantiations of UC
2021-07-07 Piotr Trojanek[Ada] Fix location of errors about volatile compatibility
2021-06-29 Eric Botcazou[Ada] Small tweak in a couple of comments
2021-06-29 Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-21 Ed Schonberg[Ada] Implementation of AI12-205: defaults for formal...
2021-06-18 Piotr Trojanek[Ada] Reuse Package_Specification in Is_Incomplete_Or_P...
2021-06-17 Gary Dismukes[Ada] Error in instance on incomplete actual passed...
2021-06-17 Justin Squirek[Ada] Removal of technical debt
2021-06-15 Bob Duff[Ada] Variable-sized node types -- cleanup
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 Piotr Trojanek[Ada] Remove redundant checks for empty lists
2021-05-04 Piotr Trojanek[Ada] Fix inconsistent iteration with First_Formal...
2021-05-03 Arnaud Charlet[Ada] Update copyright notice
2021-05-03 Piotr Trojanek[Ada] Fix calls to Error_Msg_NE instead of Error_Msg_N
2021-05-03 Piotr Trojanek[Ada] Remove leading and trailing spaces in error messages
2020-12-17 Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-11-27 Arnaud Charlet[Ada] Fix tree for expanded instantiations correspondin...
next
This page took 1.141045 seconds and 7 git commands to generate.