]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/checks.adb
[Ada] Variable-sized node types
[thirdparty/gcc.git] / gcc / ada / checks.adb
2021-05-07  Bob Duff[Ada] Variable-sized node types
2021-05-06  Justin Squirek[Ada] Spurious constraint error on conversion of access...
2021-05-04  Arnaud Charlet[Ada] Address some ??? comments in checks.adb
2021-05-03  Arnaud Charlet[Ada] Update copyright notice
2021-05-03  Piotr Trojanek[Ada] Replace calls to RTE with Is_RTE where possible
2021-04-29  Justin Squirek[Ada] Missing access-to-discriminated conversion check
2020-12-17  Arnaud Charlet[Ada] Remove unused subprograms in validsw
2020-12-17  Justin Squirek[Ada] Crash on discriminant check with current instance
2020-12-17  Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-11-27  Yannick Moy[Ada] Do not apply range checks inside generics in...
2020-11-27  Eric Botcazou[Ada] Optimize generation of checks for fixed-point...
2020-11-24  Piotr Trojanek[Ada] Fix minor typos in comments
2020-10-23  Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-22  Eric Botcazou[Ada] Fix bogus error on conversion from Float to 128...
2020-10-22  Justin Squirek[Ada] Reimplementation of accessibility checking
2020-10-21  Eric Botcazou[Ada] Basic support for 128-bit types
2020-10-19  Arnaud Charlet[Ada] No range check on fixed point to integer conversion
2020-10-16  Piotr Trojanek[Ada] Assorted style cleanups
2020-10-15  Steve Baird[Ada] Get finalization right when a function returns...
2020-07-27  Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-10  Arnaud Charlet[Ada] Use small limit for aggregates inside subprograms
2020-07-10  Eric Botcazou[Ada] Fix internal error on if-expression in call retur...
2020-07-07  Eric Botcazou[Ada] Move generation of range checks for entry familie...
2020-07-06  Piotr Trojanek[Ada] Avoid forced loading of System.Priority in CodePe...
2020-06-19  Eric Botcazou[Ada] Small cleanup in Apply_Range_Check implementation
2020-06-19  Piotr Trojanek[Ada] Remove repeated testing of Check_Validity_Of_Para...
2020-06-18  Eric Botcazou[Ada] Improve compile-time evaluation of value ranges
2020-06-18  Piotr Trojanek[Ada] Fix failed assertion on a slice indexed by a...
2020-06-18  Piotr Trojanek[Ada] Cleanups in code related to static expressions
2020-06-17  Eric Botcazou[Ada] Add early return to Apply_Universal_Integer_Attri...
2020-06-17  Eric Botcazou[Ada] Do not generate useless length check for array...
2020-06-17  Piotr Trojanek[Ada] Remove unnecessary special-casing of GNATprove...
2020-06-16  Piotr Trojanek[Ada] Minor casing of " The " after a comma in docs...
2020-06-11  Piotr Trojanek[Ada] Iterate with procedural version of Next routine...
2020-06-11  Eric Botcazou[Ada] Consolidate handling of implicit dereferences...
2020-06-09  Eric Botcazou[Ada] Propagate DIC, Invariant and Predicate attributes...
2020-06-08  Eric Botcazou[Ada] Remove the Has_Dynamic_Range_Check flag
2020-06-08  Gary Dismukes[Ada] Implement predicate checks on qualified expressio...
2020-06-05  Eric Botcazou[Ada] Make the Has_Dynamic_Range_Check flag obsolete
2020-06-05  Eric Botcazou[Ada] Rename parameter of routines in Checks
2020-06-04  Eric Botcazou[Ada] Remove obsolete reference to gigi in comment
2020-06-03  Piotr Trojanek[Ada] Iterate with procedural versions of Next_......
2020-06-03  Eric Botcazou[Ada] Avoid creating temporaries in Universal_Integer...
2020-06-02  Arnaud Charlet[Ada] Remove ASIS_Mode
2020-06-02  Arnaud Charlet[Ada] Bump copyright year
2020-06-02  Arnaud Charlet[Ada] Address potentially uninitialized variables and...
2019-12-16  Gary Dismukes[Ada] Minor reformatting and U.S. spelling adjustment
2019-12-16  Ed Schonberg[Ada] Crash on conversion in branch of if-expression
2019-09-18  Eric Botcazou[Ada] Fix spurious alignment warning on simple address...
2019-08-21  Piotr Trojanek[Ada] Minor refactorings/reformattings
2019-08-21  Yannick Moy[Ada] Avoid spurious error in GNATprove mode on non...
2019-08-20  Gary Dismukes[Ada] Minor reformattings
2019-08-19  Gary Dismukes[Ada] Improve warnings about "too few elements" and...
2019-08-12  Eric Botcazou[Ada] Fix leak of Do_Range_Check flag in -gnatVa mode
2019-08-12  Eric Botcazou[Ada] Fix missing range check for In/Out parameter...
2019-08-12  Eric Botcazou[Ada] Fix incorrect Do_Range_Check on type conversion
2019-07-23  Eric Botcazou[Ada] Plug small loophole in Generate_Range_Check
2019-07-23  Eric Botcazou[Ada] Eliminate redundant overflow checks for conversio...
2019-07-22  Eric Botcazou[Ada] Overhaul code implementing conversions involving...
2019-07-11  Piotr Trojanek[Ada] Minor refactoring
2019-07-11  Hristian Kirtchev[Ada] Minor reformatting
2019-07-11  Justin Squirek[Ada] No warning for guaranteed accessibility check...
2019-07-05  Justin Squirek[Ada] Incorrect accessibility check
2019-07-05  Hristian Kirtchev[Ada] Minor reformatting
2019-07-05  Ed Schonberg[Ada] Compiler abort on a dynamic predicate used in...
2019-07-01  Hristian Kirtchev[Ada] Minor reformatting
2019-07-01  Ed Schonberg[Ada] Wrong code with -gnatVa on lock-free protected...
2019-01-08  Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-11  Hristian Kirtchev[Ada] Volatility, validity checks, and System.Aux_DEC
2018-12-03  Hristian Kirtchev[Ada] Minor reformattings
2018-11-14  Ed Schonberg[Ada] Enhance constraints propagation to ease the work...
2018-11-14  Hristian Kirtchev[Ada] Minor reformatting
2018-11-14  Hristian Kirtchev[Ada] Limited function violates No_Exception_Propagation
2018-10-09  Ed Schonberg[Ada] Preserve Do_Range_Check flags in SPARK mode
2018-09-26  Ed Schonberg[Ada] Missing front-end code for constraint checks...
2018-09-26  Javier Miranda[Ada] ICE on mix of tagged and limited interfaces
2018-08-21  Hristian Kirtchev[Ada] Minor reformattings
2018-08-21  Javier Miranda[Ada] Enumeration types with non-standard representation
2018-07-31  Hristian Kirtchev[Ada] Minor reformattings
2018-07-17  Arnaud Charlet[Ada] Add provision for floating-point in Apply_Divisio...
2018-05-31  Ed Schonberg[Ada] Illegal copy of limited object
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-30  Arnaud Charlet[Ada] Ignore out of range values for System.Priority...
2018-05-23  Arnaud Charlet[Ada] Fix various defects found by static analysis
2018-05-21  Piotr Trojanek[Ada] Fix inconstent subprogram body headers
2018-01-11  Arnaud Charlet[Ada] Bump copyright notices to 2018
2017-12-15  Pierre-Marie de... exp_unst.adb (Unnest_Subprograms): Nothing to do if...
2017-12-05  Pierre-Marie de... [multiple changes]
2017-11-16  Pierre-Marie de... [multiple changes]
2017-11-09  Pierre-Marie de... [multiple changes]
2017-10-14  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... [multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-06  Arnaud Charlet[multiple changes]
2017-09-06  Arnaud Charlet[multiple changes]
2017-07-25  Eric Botcazougimple.c (gimple_assign_set_rhs_with_ops): Do not ask...
2017-05-02  Arnaud CharletMinor reformatting.
2017-05-02  Arnaud Charlet[multiple changes]
2017-05-02  Arnaud Charlet[multiple changes]
next