]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/exp_ch5.adb
ada: Fix internal error on loop iterator filter with -gnatVa
[thirdparty/gcc.git] / gcc / ada / exp_ch5.adb
2023-06-15  Eric Botcazouada: Fix internal error on loop iterator filter with...
2023-06-15  Eric Botcazouada: Remove dead code in Expand_Iterator_Loop_Over_Cont...
2023-06-13  Eric Botcazouada: Streamline expansion of controlled actions for...
2023-05-29  Eric Botcazouada: Fix wrong finalization for case expression in...
2023-05-26  Bob Duffada: Fix typos "statment" and "condtion"
2023-05-22  Arnaud Charletada: Remove extra parentheses
2023-05-22  Piotr Trojanekada: Remove redundant protection against empty lists
2023-05-16  Eric Botcazouada: Adjust semantics and implementation of storage...
2023-05-15  Bob Duffada: Clean up vanishing entity fields
2023-01-09  Arnaud Charletada: Update copyright notice
2022-12-06  Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-21  Bob Duffada: Move warnings switches
2022-11-04  Steve Bairdada: Allow enabling a restricted set of language extens...
2022-10-06  Bob Duffada: Clean up slice-of-component optimization
2022-10-06  Bob Duffada: Disable slice-of-component optimization in some...
2022-09-29  Bob Duffada: Improve efficiency of slice-of-component assignment
2022-09-05  Piotr Trojanek[Ada] Cleanup expansion of attribute Priority
2022-09-05  Piotr Trojanek[Ada] Fix expansion of attribute Priority
2022-07-12  Bob Duff[Ada] Avoid namespace pollution for Next and Previous
2022-06-02  Piotr Trojanek[Ada] Remove redundant checks for missing lists
2022-06-01  Bob Duff[Ada] Fix search for "for ... of" loop subprograms
2022-05-17  Eric Botcazou[Ada] Streamline implementation of Has_Compatible_Repre...
2022-05-11  Gary Dismukes[Ada] Excess finalization on assignment with target...
2022-05-10  Piotr Trojanek[Ada] Cleanup detection of No_Elist with No and Present
2022-05-09  Eric Botcazou[Ada] Fix internal error on declaration of derived...
2022-05-09  Piotr Trojanek[Ada] Remove doubly-negated tests for empty lists
2022-01-11  Piotr Trojanek[Ada] Avoid redundant checks for empty lists
2022-01-11  Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07  Piotr Trojanek[Ada] Remove extra space before THEN keywords
2022-01-07  Piotr Trojanek[Ada] Remove explicit expansion of block with general...
2022-01-07  Piotr Trojanek[Ada] Remove unnecessary guard for inserting non-empty...
2022-01-05  Steve Baird[Ada] Improve support for casing on types with controll...
2021-12-01  Steve Baird[Ada] Improve support for casing on types with controll...
2021-10-25  Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-09-22  Steve Baird[Ada] Add -gnatX support for casing on array values
2021-09-21  Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-09-20  Piotr Trojanek[Ada] Refine types of local constants that store Etype...
2021-07-09  Steve Baird[Ada] Add -gnatX support for casing on discriminated...
2021-07-06  Steve Baird[Ada] Fix bug in casing on composite values with -gnatX
2021-07-06  Justin Squirek[Ada] Spurious initialization of element iterators...
2021-07-05  Justin Squirek[Ada] INOX: prototype alternative accessibility model
2021-07-05  Bob Duff[Ada] Clean up Get_Index_Bounds
2021-06-21  Justin Squirek[Ada] INOX: prototype "when" constructs
2021-06-21  Eric Botcazou[Ada] Adjust new fast bit-field copy path to big-endian...
2021-06-21  Bob Duff[Ada] Improve efficiency of small slice assignments...
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-03  Arnaud Charlet[Ada] Update copyright notice
2021-04-29  Arnaud Charlet[Ada] Tree inconsistency between -O0 and -O1
2020-12-17  Arnaud Charlet[Ada] Remove discriminant checks processing in gigi
2020-11-30  Ed Schonberg[Ada] Spurious error on iterator over container with...
2020-11-30  Bob Duff[Ada] Crash on ghost assignment check for illegal code
2020-10-23  Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-23  Eric Botcazou[Ada] Implement new legality rules introduced in C...
2020-10-20  Arnaud Charlet[Ada] Remove extra validity check in case statement
2020-10-16  Arnaud Charlet[Ada] Remove support for -gnatP and pragma Polling
2020-07-27  Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-23  Arnaud Charlet[Ada] Ada2020: AI12-0027 Access values and unaliased...
2020-07-15  Piotr Trojanek[Ada] Fix slices and qualified expressions being effect...
2020-07-08  Ed Schonberg[Ada] Ada_2020 AI12-0250 : Implement Iterator filters.
2020-07-08  Piotr Trojanek[Ada] Extend optimization to True/False prefixed with...
2020-07-06  Ed Schonberg[Ada] Crash on derived type with rep. clause and rename...
2020-06-19  Eric Botcazou[Ada] Further cleanup in constraint checking code for...
2020-06-18  Eric Botcazou[Ada] Small cleanup in constraint checking code for...
2020-06-17  Eric Botcazou[Ada] Do not generate useless length check for array...
2020-06-17  Piotr Trojanek[Ada] Add assertions to Preserve_Comes_From_Source...
2020-06-16  Piotr Trojanek[Ada] Minor casing of " The " after a comma in docs...
2020-06-09  Arnaud Charlet[Ada] Remove kludge for AI05-0087
2020-06-09  Justin Squirek[Ada] Crash on exit statement within predicated loop
2020-06-08  Eric Botcazou[Ada] Remove the Has_Dynamic_Range_Check flag
2020-06-02  Arnaud Charlet[Ada] Bump copyright year
2019-12-12  Piotr Trojanek[Ada] Fix repeated words and typos in doc and comments
2019-12-12  Ed Schonberg[Ada] Missing length check on private type with unknown...
2019-09-18  Bob Duff[Ada] Avoid gnatbind regression caused by Copy_Bitfield
2019-09-18  Bob Duff[Ada] Improve efficiency of copying bit-packed slices
2019-09-17  Bob Duff[Ada] Avoid touching potentially nonexistent memory
2019-09-17  Eric Botcazou[Ada] Fix wrong value of 'Size for slices of bit-packed...
2019-09-17  Bob Duff[Ada] Refine conditions for calling Copy_Bitfield
2019-08-21  Bob Duff[Ada] Add the System.Bitfield_Utils runtime unit
2019-07-22  Gary Dismukes[Ada] Premature finalization of controlled temporaries...
2019-07-11  Ed Schonberg[Ada] Remove redundant predicate checks
2019-07-09  Piotr Trojanek[Ada] Reformat comments
2019-07-04  Hristian Kirtchev[Ada] Minor reformatting
2019-01-08  Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-07-31  Justin Squirek[Ada] Wrong value after assignment of overlain record...
2018-07-31  Hristian Kirtchev[Ada] Minor reformattings
2018-07-16  Javier Miranda[Ada] Crash processing sources under GNATprove debug...
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-30  Bob Duff[Ada] Secondary stack leak in "for X of ..." loops
2018-05-24  Justin Squirek[Ada] Crash on return of raise expression
2018-05-22  Hristian Kirtchev[Ada] Minor reformattings
2018-05-21  Ed Schonberg[Ada] Exit statement in loops over iterable objects
2018-05-21  Piotr Trojanek[Ada] Fix inconstent subprogram body headers
2018-01-11  Arnaud Charlet[Ada] Bump copyright notices to 2018
2017-12-05  Pierre-Marie de... [multiple changes]
2017-12-05  Pierre-Marie de... [multiple changes]
2017-11-09  Pierre-Marie de... [multiple changes]
next