]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_ch4.adb
AArch64: Improve costing of ctz
[gcc.git] / gcc / ada / sem_ch4.adb
4 days ago Piotr Trojanekada: Improve recovery from illegal occurrence of 'Old...
6 days ago Eric Botcazouada: Factor out implementation of default initializatio...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Eric BotcazouFix internal error on function call returning extension...
2023-12-19 Yannick Moyada: Cleanup SPARK legality checking
2023-11-30 Steve Bairdada: Constant_Indexing used when context requires a...
2023-11-07 Eric Botcazouada: Fix incorrect resolution of overloaded function...
2023-11-07 Eric Botcazouada: Minor tweaks for comparison operators
2023-11-07 Piotr Trojanekada: Cleanup more "not Present"
2023-11-07 Bob Duffada: Error in prefix-notation call
2023-09-05 Bob Duffada: Fix crash on selected component lookup in generic...
2023-07-18 Eric Botcazouada: Improve error message for ambiguous subprogram...
2023-06-20 Javier Mirandaada: Spurious error on package instantiation
2023-06-15 Eric Botcazouada: Fix missing error on function call returning incom...
2023-06-13 Yannick Moyada: Support new GNAT-specific aspect Ghost_Predicate
2023-05-29 Eric Botcazouada: Repair support for user-defined literals in arithm...
2023-05-26 Piotr Trojanekada: Tune detection of expression functions within...
2023-05-23 Arnaud Charletada: Add new switch -gnatyz
2023-05-22 Steve Bairdada: Accept Assert pragmas in expression functions
2023-05-22 Arnaud Charletada: Improve -gnatyx style check
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-22 Steve Bairdada: Reject illegal declarations in expression functions
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 Eric Botcazouada: Implement RM 4.5.7(10/3) name resolution rule
2022-11-08 Eric Botcazouada: Minor consistency tweaks in Sem_Ch4
2022-11-08 Eric Botcazouada: Remove redundant line in Analyze_Qualified_Expression
2022-11-04 Steve Bairdada: Allow enabling a restricted set of language extens...
2022-10-06 Gary Dismukesada: Accessibility error incorrectly flagged on call...
2022-09-12 Steve Baird[Ada] Initialize a local variable to avoid a CodePeer...
2022-09-12 Steve Baird[Ada] bugbox referencing INOX prefixed view of primitiv...
2022-09-06 Steve Baird[Ada] ICE handling discriminant-dependent index constra...
2022-09-05 Piotr Trojanek[Ada] Cleanup analysis of quantified expressions with...
2022-07-06 Justin Squirek[Ada] Spurious non-callable warning on prefixed call...
2022-07-04 Steve Baird[Ada] Compiler rejects legal allocator in record compon...
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-16 Eric Botcazou[Ada] Couple of small consistency tweaks
2022-05-13 Eric Botcazou[Ada] Do not overwrite limited view of result type
2022-05-12 Eric Botcazou[Ada] Plug loophole in Possible_Type_For_Conditional_Ex...
2022-05-12 Eric Botcazou[Ada] Revamp analysis of conditional expressions
2022-05-12 Eric Botcazou[Ada] Rewrite Sem_Ch4.Find_Boolean_Types
2022-05-11 Eric Botcazou[Ada] Fix spurious ambiguity for if_expression containi...
2022-05-10 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2022-05-09 Ed Schonberg[Ada] Fix check for looking for user defined literals
2022-05-09 Eric Botcazou[Ada] Revamp type resolution for comparison and equalit...
2022-01-11 Piotr Trojanek[Ada] Reduce scope of declare block in analysis of...
2022-01-11 Piotr Trojanek[Ada] Balance parentheses in comments about allocators
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-06 Piotr Trojanek[Ada] Remove unnecessary guards for non-empty lists
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-06 Justin Squirek[Ada] Spurious error when using current instance of...
2022-01-06 Eric Botcazou[Ada] Rename Any_Access into Universal_Access
2022-01-05 Marc Poulhiès[Ada] Remove Compiler_Unit[_Warning] pragmas
2021-12-01 Yannick Moy[Ada] Improve error messages for dot notation when...
2021-11-10 Eric Botcazou[Ada] Fix oversight in latest change to Has_Compatible_Type
2021-11-10 Eric Botcazou[Ada] Add guard against previous error for peculiar...
2021-11-09 Eric Botcazou[Ada] Tidy up implementation of Has_Compatible_Type
2021-10-25 Ed Schonberg[Ada] Spurious error on user-defined literal and operator
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-20 Yannick Moy[Ada] Issue warning on unused quantified expression
2021-10-11 Steve Baird[Ada] Incorrect Dynamic_Predicate results for static...
2021-10-11 Etienne Servais[Ada] Find an interpretation for membership test with...
2021-10-11 Etienne Servais[Ada] Reorder subprogram spec and bodies in alphabetica...
2021-09-21 Gary Dismukes[Ada] Presence of abstract operator function causes...
2021-09-20 Ghjuvan Lacambre[Ada] Fix condition in op interpretation resolution
2021-09-20 Ghjuvan Lacambre[Ada] Only assign type to op if compatible
2021-07-08 Arnaud Charlet[Ada] Spurious warning in generic instance
2021-07-06 Gary Dismukes[Ada] Regression on overloaded prefixed calls related...
2021-07-06 Gary Dismukes[Ada] Support for Object.Op subprogram-call notation...
2021-07-05 Yannick Moy[Ada] Adapt SPARK checking after change in rules regard...
2021-06-17 Piotr Trojanek[Ada] Reject allocators in contexts restricted by SPARK
2021-05-07 Bob Duff[Ada] Minor reformattings
2021-05-07 Bob Duff[Ada] Variable-sized node types
2021-05-07 Piotr Trojanek[Ada] Remove End_Interp_List from the overloaded resolu...
2021-05-06 Piotr Trojanek[Ada] Set Raises_CE flag only in Apply_Compile_Time_Con...
2021-05-05 Piotr Trojanek[Ada] Reuse Has_Defaulted_Discriminants where possible
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] Replace call with a reference to a local constant
2021-05-03 Ed Schonberg[Ada] Error message on invalid prefixed procedure call
2021-05-03 Piotr Trojanek[Ada] Remove leading and trailing spaces in error messages
2021-04-28 Arnaud Charlet[Ada] Crash with declare expression used in a postcondition
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] Simplify membership tests with N_Subprogram_Call...
2020-11-26 Piotr Trojanek[Ada] Remove duplicated calls to Set_Entity
2020-10-23 Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-23 Arnaud Charlet[Ada] Missing detection of unused with_clause
2020-10-23 Gary Dismukes[Ada] Better error for illegal call to abstract operati...
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-19 Arnaud Charlet[Ada] Wrong freezing for expression function with contr...
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16 Gary Dismukes[Ada] Implicit dereferencing in container indexing
2020-07-16 Javier Miranda[Ada] Ada2020: AI12-0107 convention of By_Protected_Pro...
2020-07-10 Bob Duff[Ada] Ada2020: AI12-0368 Declare expressions can be...
2020-07-07 Arnaud Charlet[Ada] Assert failure on invalid Variable_Indexing
next
This page took 1.323869 seconds and 7 git commands to generate.