]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/sem_util.adb
[Ada] Unnesting bugs with array renamings generated for quantified expr
[thirdparty/gcc.git] / gcc / ada / sem_util.adb
2020-06-02  Gary Dismukes[Ada] Unnesting bugs with array renamings generated...
2020-06-02  Piotr Trojanek[Ada] Remove dead code for detecting hidden package...
2020-06-02  Arnaud Charlet[Ada] Address potentially uninitialized variables and...
2020-06-02  Piotr Trojanek[Ada] Reuse Is_Package_Or_Generic_Package where possible
2020-05-25  Yannick Moy[Ada] Fix spurious error on checking of null Abstract_State
2019-12-16  Eric Botcazou[Ada] Fully propagate representation aspects through...
2019-12-16  Eric Botcazou[Ada] Fix couple of oversights in the implementation...
2019-12-16  Gary Dismukes[Ada] Minor reformatting and U.S. spelling adjustment
2019-12-16  Eric Botcazou[Ada] Small consistency fix for Volatile_Full_Access...
2019-12-16  Eric Botcazou[Ada] Implement new legality rules introduced in C...
2019-12-13  Eric Botcazou[Ada] Clear confusion about subcomponents of atomic...
2019-12-13  Yannick Moy[Ada] Avoid spurious mismatch error of assertion policy...
2019-12-13  Yannick Moy[Ada] Prevent inlining inside condition of while loop...
2019-12-13  Gary Dismukes[Ada] Up-level addressing problems with private tasks...
2019-12-13  Justin Squirek[Ada] Missing accessibility checks on conditionals
2019-12-12  Gary Dismukes[Ada] Fix a number of typos, plus minor reformatting
2019-12-12  Ed Schonberg[Ada] Constraint is ignored on constrained access recor...
2019-12-12  Justin Squirek[Ada] Crash on use of Loop_Entry, Result, and Old as...
2019-10-12  Eric Botcazoure PR ada/91995 (gnat miscompilation and bootstrap...
2019-10-10  Gary Dismukes[Ada] Various minor typo fixes
2019-10-10  Gary Dismukes[Ada] Unnesting issues with entry families and accept...
2019-09-19  Eric Botcazou[Ada] Fix bogus visibility error with nested generics...
2019-09-19  Piotr Trojanek[Ada] Remove duplicated routines for getting homonym...
2019-09-18  Justin Squirek[Ada] Spurious run time error on anonymous access formals
2019-09-18  Steve Baird[Ada] Implement AI12-0086's rules for discriminants...
2019-09-18  Piotr Trojanek[Ada] Refine type of Get_Homonym_Number result
2019-09-18  Yannick Moy[Ada] Skip entity name qualification in GNATprove mode
2019-09-17  Steve Baird[Ada] Don't accept illegal (e.g., Integer'(null)) gener...
2019-09-17  Piotr Trojanek[Ada] A new utility routine for detecting attribute...
2019-08-21  Piotr Trojanek[Ada] Do not rewrite argument of pragma Entry_Queue_Len...
2019-08-21  Javier Miranda[Ada] Missing attribute update in new_copy_tree
2019-08-21  Justin Squirek[Ada] Max_Entry_Queue_Length aspect for protected entries
2019-08-20  Bob Duff[Ada] Pragma Warning_As_Error works for style warnings
2019-08-19  Gary Dismukes[Ada] Improve warnings about "too few elements" and...
2019-08-14  Javier Miranda[Ada] Sem_Util: fix a bug in New_Copy_Tree
2019-08-14  Ed Schonberg[Ada] Crash on precondition involving quantified expression
2019-08-13  Yannick Moy[Ada] Complete the more extended AST traversal used...
2019-08-12  Ed Schonberg[Ada] Crash on illegal left-hand side in assignment...
2019-08-12  Yannick Moy[Ada] New aspect/pragma No_Caching for analysis of...
2019-08-12  Yannick Moy[Ada] Adapt new extended traversal of AST to have optio...
2019-08-12  Yannick Moy[Ada] Extended traversal subprograms for GNATprove
2019-07-11  Piotr Trojanek[Ada] Minor refactoring
2019-07-11  Hristian Kirtchev[Ada] Infinite loop on illegal declaration
2019-07-11  Hristian Kirtchev[Ada] Missing finalization of private protected type
2019-07-10  Justin Squirek[Ada] Documentation of Img attribute out of date
2019-07-10  Simon Buist[Ada] Entity names are not unique
2019-07-10  Hristian Kirtchev[Ada] Minor reformatting
2019-07-10  Yannick Moy[Ada] Fix crashes on ownership checking in SPARK
2019-07-09  Hristian Kirtchev[Ada] Minor reformatting
2019-07-09  Ed Schonberg[Ada] Fix scopes for local variables in task/protected...
2019-07-08  Piotr Trojanek[Ada] Remove dead code from Enclosing_Package_Or_Subpro...
2019-07-05  Hristian Kirtchev[Ada] Minor reformatting
2019-07-05  Javier Miranda[Ada] Wrong accessibility level under -gnat12
2019-07-05  Ed Schonberg[Ada] Spurious error on aggregate with choice that...
2019-07-05  Yannick Moy[Ada] Fix inlining in GNATprove inside quantified expre...
2019-07-04  Hristian Kirtchev[Ada] Assertion failure on Default_Initial_Condition
2019-07-04  Piotr Trojanek[Ada] Minor typo fixes
2019-07-04  Yannick Moy[Ada] Synchronized object definition in SPARK updated
2019-07-03  Hristian Kirtchev[Ada] ABE checks v3.0, foundations of Elaboration order...
2019-07-01  Piotr Trojanek[Ada] Remove a SPARK rule about implicit Global
2019-07-01  Hristian Kirtchev[Ada] Minor reformatting
2019-01-08  Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-11  Ed Schonberg[Ada] Crash on misplaced First operation for GNAT itera...
2018-12-11  Hristian Kirtchev[Ada] Minor reformatting
2018-12-11  Piotr Trojanek[Ada] Stubs that complete generic subprogram do have...
2018-12-11  Yannick Moy[Ada] Support access types in GNATprove
2018-12-03  Gary Dismukes[Ada] Fixes for various wrong and missing error message...
2018-12-03  Hristian Kirtchev[Ada] Minor reformattings
2018-11-14  Hristian Kirtchev[Ada] Minor reformatting
2018-11-14  Hristian Kirtchev[Ada] Crash on ignored Ghost assignment
2018-11-14  Piotr Trojanek[Ada] Record components do not appear in the Global...
2018-11-14  Hristian Kirtchev[Ada] Lingering loop for ignored Ghost assignment
2018-09-26  Eric Botcazou[Ada] Preparation for new description of interface...
2018-08-21  Hristian Kirtchev[Ada] Minor reformattings
2018-08-21  Ed Schonberg[Ada] Spurious "Duplicated symbol" error with discrimin...
2018-07-17  Hristian Kirtchev[Ada] Minor reformatting
2018-07-17  Ed Schonberg[Ada] Fix Enclosing_Subprogram for protected entries...
2018-07-17  Hristian Kirtchev[Ada] New ignored Ghost code removal mechanism
2018-07-17  Piotr Trojanek[Ada] Fix Next_Actual when used on calls "inlined for...
2018-07-17  Ed Schonberg[Ada] Fix unnesting issues involving tasks
2018-07-17  Hristian Kirtchev[Ada] Spurious error on unused Part_Of constituent
2018-07-17  Ed Schonberg[Ada] Fix handling of inherited discriminant constraints
2018-07-17  Hristian Kirtchev[Ada] Crash on case expression in build-in-place function
2018-07-16  Hristian Kirtchev[Ada] Minor reformatting
2018-07-16  Hristian Kirtchev[Ada] Spurious error with null Abstract_State
2018-07-16  Javier Miranda[Ada] Sem_Utils: make Has_Prefix public
2018-06-11  Hristian Kirtchev[Ada] Suppress the expansion of ignored assertion pragmas
2018-06-11  Piotr Trojanek[Ada] Fix handling of Pre/Post contracts with AND THEN...
2018-06-11  Javier Miranda[Ada] Wrong code in array aggregates of Ada coextensions
2018-06-11  Hristian Kirtchev[Ada] Minor reformatting
2018-06-11  Hristian Kirtchev[Ada] Performance degradation with references
2018-05-31  Javier Miranda[Ada] Fix compiler crash for tagged private types
2018-05-30  Yannick Moy[Ada] Correctly ignore Assertion_Policy in modes CodePe...
2018-05-30  Gary Dismukes[Ada] Fix several typos
2018-05-30  Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2018-05-30  Hristian Kirtchev[Ada] Spurious error on legal synchronized constituent
2018-05-30  Bob Duff[Ada] Secondary stack leak in "for X of ..." loops
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-29  Javier Miranda[Ada] Wrong equality on untagged private type
2018-05-28  Yannick Moy[Ada] Update FE check following change in SPARK RM...
next