]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/exp_ch4.adb
ada: Fix renaming of predefined equality operator for unchecked union types
[thirdparty/gcc.git] / gcc / ada / exp_ch4.adb
2023-07-03  Eric Botcazouada: Fix renaming of predefined equality operator for...
2023-06-27  Eric Botcazouada: Fix double finalization of case expression in...
2023-06-27  Eric Botcazouada: Fix too late finalization and secondary stack...
2023-06-13  Bob Duffada: Add missing ss_mark/ss_release in quantified expre...
2023-06-13  Eric Botcazouada: Factor out tag assignments from type in expander
2023-05-29  Eric Botcazouada: Fix wrong result for membership test of null in...
2023-05-29  Eric Botcazouada: Fix wrong finalization for call to BIP function...
2023-05-26  Eric Botcazouada: Use truncation for dynamic conversions from floati...
2023-05-26  Javier Mirandaada: Crash on function returning allocated object conta...
2023-05-26  Piotr Trojanekada: Simplify expansion of set membership
2023-05-26  Piotr Trojanekada: Cleanup expansion of membership operators into...
2023-05-25  Javier Mirandaada: Missing warning on null-excluding array aggregate...
2023-05-23  Eric Botcazouada: Fix resolution of mod operator of System.Storage_E...
2023-05-23  Eric Botcazouada: Remove the body of System.Storage_Elements
2023-05-23  Piotr Trojanekada: Remove special-case for parentheses in expansion...
2023-05-22  Arnaud Charletada: Remove extra parentheses
2023-05-22  Eric Botcazouada: Fix double finalization in conditional exit statement
2023-05-16  Eric Botcazouada: Adjust semantics and implementation of storage...
2023-05-16  Eric Botcazouada: Introduce Cannot_Be_Superflat flag on N_Range...
2023-05-15  Bob Duffada: Optimize 2**N to avoid explicit 'if' in modular...
2023-01-16  Eric Botcazouada: Further optimize interface objects initialized...
2023-01-09  Arnaud Charletada: Update copyright notice
2023-01-05  Eric Botcazouada: Revert to constrained allocation for string concat...
2023-01-03  Bob Duffada: Simplify [Small_]Integer_Type_For
2022-12-06  Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-12-06  Eric Botcazouada: Use larger type for membership test of universal...
2022-12-06  Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-07  Bob Duffada: Use named notation in calls to Expand_Composite_Eq...
2022-11-07  Bob Duffada: New warning about noncomposing user-defined "="
2022-11-07  Piotr Trojanekada: Create operator nodes in functional style
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-06  Arnaud Charlet[Ada] Disable if expression optimization for LLVM
2022-07-13  Marc Poulhiès[Ada] Fix if expression returning slice
2022-07-12  Steve Baird[Ada] Use right implementation type for nonbinary-modul...
2022-07-04  Eric Botcazou[Ada] Use static stack allocation for small string...
2022-07-04  Eric Botcazou[Ada] Use static stack allocation for small dynamic...
2022-06-01  Steve Baird[Ada] Missing discriminant checks when accessing varian...
2022-06-01  Bob Duff[Ada] Suppress warnings on membership test of ranges
2022-05-19  Eric Botcazou[Ada] Preserve and reuse original type in Narrow_Large_...
2022-05-19  Steve Baird[Ada] Fix bug in handling of Predicate_Failure aspect
2022-05-19  Eric Botcazou[Ada] Get rid of secondary stack for controlled components
2022-05-17  Gary Dismukes[Ada] Provide allocation subtype for allocators of...
2022-05-16  Etienne Servais[Ada] Freeze target type on qualified expression expansion
2022-05-16  Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-10  Alexandre Oliva[Ada] Optimize nonstandard boolean conversions
2022-05-10  Alexandre Oliva[Ada] Handle non-standard booleans in if_expression...
2022-05-09  Yannick Moy[Ada] Set Error_Msg_Warn before use of << insertion
2022-05-09  Eric Botcazou[Ada] Fix internal error on declaration of derived...
2022-01-28  Eric BotcazouFix wrong operator for universal_integer operands in...
2022-01-11  Piotr Trojanek[Ada] Avoid redundant checks for empty lists
2022-01-11  Piotr Trojanek[Ada] Remove unnecessary block in code for expansion...
2022-01-11  Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07  Justin Squirek[Ada] Cleanup and modification of unreferenced warnings
2022-01-07  Piotr Trojanek[Ada] Fix inconsistent quoting in messages about compil...
2022-01-07  Piotr Trojanek[Ada] Remove unnecessary guard for inserting non-empty...
2022-01-06  Piotr Trojanek[Ada] Remove a locally handled exception
2022-01-05  Piotr Trojanek[Ada] Align arrows in parameter associations
2021-11-10  Piotr Trojanek[Ada] Fix comments about expansion of array equality
2021-11-10  Piotr Trojanek[Ada] Don't carry action bodies for expansion of array...
2021-11-10  Piotr Trojanek[Ada] Use predefined equality for arrays inside records
2021-11-10  Piotr Trojanek[Ada] Extend optimized equality of 2-element arrays
2021-11-09  Justin Squirek[Ada] Crash on expansion of tagged membership test
2021-11-09  Piotr Trojanek[Ada] Refine type in expansion of array equality
2021-11-09  Piotr Trojanek[Ada] Simplify expansion of array equality
2021-11-09  Piotr Trojanek[Ada] Tune comment about expansion of array equality
2021-10-25  Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-25  Piotr Trojanek[Ada] Simplify iteration of record components when...
2021-10-05  Gary Dismukes[Ada] Front-end support for Storage_Model feature
2021-10-04  Justin Squirek[Ada] Incremental patch for restriction No_Dynamic_Acce...
2021-10-04  Piotr Trojanek[Ada] Fix comment about expansion of slices
2021-10-04  Steve Baird[Ada] Improve checking for invalid index values when...
2021-10-01  Steve Baird[Ada] Improved checking for invalid index values when...
2021-09-22  Piotr Trojanek[Ada] Reuse routines for detecting attributes Old and...
2021-09-22  Eric Botcazou[Ada] Generate temporary for if-expression with -fprese...
2021-09-21  Justin Squirek[Ada] Spurious dynamic accessibility check on allocator
2021-09-20  Bob Duff[Ada] Present and No functions for type Uint
2021-09-20  Piotr Trojanek[Ada] Refine types of local constants that store Etype...
2021-09-20  Justin Squirek[Ada] Spurious accessibility error on allocator in...
2021-07-08  Bob Duff[Ada] Transient scope cleanup
2021-07-07  Bob Duff[Ada] Transient scope cleanup
2021-07-06  Gary Dismukes[Ada] Reformatting, typo corrections, and minor rewordi...
2021-07-06  Ed Schonberg[Ada] Crash on use of 'Img on record type in expression
2021-07-06  Ed Schonberg[Ada] Improper predicate check on view conversion
2021-07-05  Justin Squirek[Ada] INOX: prototype alternative accessibility model
2021-07-05  Boris Yakobowski[Ada] Do not catch 'N rem -1' in CodePeer_Mode
2021-06-29  Boris Yakobowski[Ada] Do not catch 'N mod -1' in CodePeer_Mode
2021-06-18  Arnaud Charlet[Ada] Premature freezing of types
2021-06-17  Gary Dismukes[Ada] Implementation of Inox feature of fixed lower...
2021-06-17  Arnaud Charlet[Ada] Missing finalization on nested expression with...
2021-06-16  Arnaud Charlet[Ada] Wrong reference to System.Tasking in expanded...
2021-05-07  Bob Duff[Ada] Minor reformattings
2021-05-07  Bob Duff[Ada] Variable-sized node types
2021-05-07  Ed Schonberg[Ada] Spurious error with component of unchecked_union...
2021-05-07  Claire Dross[Ada] Move Has_Inferable_Discriminants to Sem_Util
2021-05-06  Arnaud Charlet[Ada] Bad expansion with -gnato2 and if expression
2021-05-06  Eric Botcazou[Ada] Implement tiered support for floating-point expon...
2021-05-05  Piotr Trojanek[Ada] Detect unchecked union subcomponents in nested...
2021-05-05  Piotr Trojanek[Ada] Refine types of variables with call to Scope...
2021-05-05  Piotr Trojanek[Ada] Detect unchecked union components with fully...
next