]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_aggr.adb
AArch64: Improve costing of ctz
[gcc.git] / gcc / ada / sem_aggr.adb
9 hours ago Gary Dismukesada: Error on instantiation of generic containing legal...
9 hours ago Gary Dismukesada: Error on instantiation of generic containing legal...
9 hours ago Gary Dismukesada: Resolve ACATS compilation and execution issues...
3 days ago Ronan Desplanquesada: Clarify code for aggregate warnings
3 days ago Ronan Desplanquesada: Fix others error message location
3 days ago Ronan Desplanquesada: Update docs for Resolve_Null_Array_Aggregate
2024-05-06 Ronan Desplanquesada: Fix spurious warning emission
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Piotr Trojanekada: Fix uses of not Present
2024-01-09 Eric Botcazouada: Remove unreachable code in Resolve_Extension_Aggregate
2023-12-19 Gary Dismukesada: Missing error on positional container aggregates...
2023-12-19 Gary Dismukesada: Compiler hangs on container aggregate with functio...
2023-12-19 Eric Botcazouada: Fix spurious visibility error on parent's componen...
2023-11-28 Gary Dismukesada: Errors on instance of Multiway_Trees with discrimi...
2023-11-21 Gary Dismukesada: Compiler crash on container aggregate with loop_pa...
2023-11-21 Steve Bairdada: Deep delta aggregates in postconditions
2023-11-21 Steve Bairdada: Deep delta aggregates cleanup.
2023-11-21 Steve Bairdada: Deep delta aggregates
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-09-15 Piotr Trojanekada: Explicitly analyze and expand null array aggregates
2023-09-05 Javier Mirandaada: Crash on function returning empty Ada 2022 aggregate
2023-07-18 Viljar Indusada: Avoid iterator conflicts in container aggregates
2023-07-18 Viljar Indusada: Apply correct element type for container aggregates
2023-07-18 Eric Botcazouada: Fix internal error on aggregates of self-referenci...
2023-06-15 Piotr Trojanekada: Cleanup analysis of iterated component association
2023-06-13 Piotr Trojanekada: Fix decoration of iterated component association...
2023-06-13 Marc Poulhièsada: Fix iterated component initialization
2023-06-13 Yannick Moyada: Support new GNAT-specific aspect Ghost_Predicate
2023-05-29 Piotr Trojanekada: Remove extra whitespace from FOR loops
2023-05-29 Javier Mirandaada: Crash on aggregate for tagged record with discrimi...
2023-05-26 Yannick Moyada: Default initialize entity to avoid CodePeer message
2023-05-26 Piotr Trojanekada: Cleanups in handling of aggregates
2023-05-25 Javier Mirandaada: Missing warning on null-excluding array aggregate...
2023-05-25 Piotr Trojanekada: Use procedural variant of Next_Index where possible
2023-05-25 Marc Poulhièsada: Fix (again) incorrect handling of Aggregate aspect
2023-05-23 Piotr Trojanekada: Add tags to warnings controlled by Warn_On_Redunda...
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-22 Arnaud Charletada: Remove a remaining reference to ?
2023-05-15 Piotr Trojanekada: Accept aggregates with OTHERS clause in unchecked...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Ronan Desplanquesada: Fix spurious emissions of -gnatwj warning
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-21 Bob Duffada: Move warnings switches
2022-11-08 Piotr Trojanekada: Clean up call to check if aspects are present
2022-11-08 Piotr Trojanekada: Reject limited objects in array and record delta...
2022-11-08 Piotr Trojanekada: Reject record delta aggregates with limited expres...
2022-11-07 Piotr Trojanekada: Reject boxes in delta array aggregates
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-09-12 Steve Baird[Ada] Syntax error in Ada 2022 array aggregate causes...
2022-09-05 Piotr Trojanek[Ada] Move check for null array aggregates to expansion
2022-09-05 Piotr Trojanek[Ada] Fix inconsistent building of itypes for null...
2022-09-05 Piotr Trojanek[Ada] Fix insertion of a runtime check for null array...
2022-09-05 Piotr Trojanek[Ada] Cleanup iteration over aggregate component associ...
2022-09-05 Piotr Trojanek[Ada] Create internal type for null array aggregate...
2022-09-05 Piotr Trojanek[Ada] Fix double identifiers in iterated component...
2022-09-05 Piotr Trojanek[Ada] Fix resolution of iterated component association
2022-09-05 Piotr Trojanek[Ada] Cleanup resolution of aggregates with mixed compo...
2022-09-05 Piotr Trojanek[Ada] Cleanup resolution of iterated component association
2022-07-06 Eric Botcazou[Ada] Fix spurious error for aggregate with box compone...
2022-05-19 Ed Schonberg[Ada] Support Ada 2022 null array aggregates
2022-05-18 Marc Poulhiès[Ada] Fix the parsing for delta aggregate
2022-05-16 Marc Poulhiès[Ada] Fix iterated element association loop var escapin...
2022-05-13 Marc Poulhiès[Ada] Fix the Ada 2022 iterated component association...
2022-05-11 Marc Poulhiès[Ada] Correctly reject record aggregate using brackets
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2021-12-02 Marc Poulhiès[Ada] Fix obsolete array aggregate warning being trigge...
2021-12-02 Marc Poulhiès[Ada] Use bracket aggregates in Ada2022
2021-12-01 Etienne Servais[Ada] Fix typo in comment
2021-10-20 Piotr Trojanek[Ada] Reject boxes in delta record aggregates
2021-10-20 Piotr Trojanek[Ada] Refine type of a counter function for record...
2021-10-11 Piotr Trojanek[Ada] Move rewriting of boxes in aggregates from resolu...
2021-10-11 Piotr Trojanek[Ada] Fix crash on array component with Default_Value
2021-10-05 Yannick Moy[Ada] Improve error message on array aggregates
2021-10-05 Bob Duff[Ada] Improve message on missing all/for in pre-Ada...
2021-10-01 Ghjuvan Lacambre[Ada] Fix CodePeer warnings
2021-09-23 Piotr Trojanek[Ada] Tune detection of internally generated positional...
2021-09-23 Ed Schonberg[Ada] Ada2022: implementation of AI12-0212 : iterator...
2021-09-22 Bob Duff[Ada] Fix conformance errors and erroneous code
2021-07-05 Ed Schonberg[Ada] Spurious error in instantiation with aggregate...
2021-06-17 Steve Baird[Ada] Casing on composite values
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 Ed Schonberg[Ada] Ongoing work for AI12-0212: container aggregates
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
2020-12-17 Piotr Trojanek[Ada] Consistent wording for missing -gnat2020 switch
2020-12-17 Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-12-14 Gary Dismukes[Ada] Additional fixes for Default_Initial_Condition
2020-11-30 Gary Dismukes[Ada] Implement inheritance for Default_Initial_Conditi...
2020-11-30 Yannick Moy[Ada] Add continuation message when others choice not...
2020-11-24 Piotr Trojanek[Ada] Fix resolution of subtype_indication in delta...
2020-11-24 Piotr Trojanek[Ada] Remove SPARK-specific expansion of array aggregates
2020-10-27 Ed Schonberg[Ada] Multidimensional arrays with Iterated_Component_A...
2020-10-26 Piotr Trojanek[Ada] Fix typos in error message for array delta aggregates
2020-10-26 Ed Schonberg[Ada] Spurious error on Old attribute reference in...
next
This page took 1.185528 seconds and 7 git commands to generate.