]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/sem_ch3.adb
[Ada] Remove ASIS_Mode
[thirdparty/gcc.git] / gcc / ada / sem_ch3.adb
2020-06-02  Arnaud Charlet[Ada] Remove ASIS_Mode
2020-06-02  Arnaud Charlet[Ada] Bump copyright year
2020-06-02  Javier Miranda[Ada] Improved support for aspect alignment in CCG
2020-06-02  Gary Dismukes[Ada] Two typo fixes
2020-06-02  Eric Botcazou[Ada] Fix small oversight in latest change for Replace_...
2020-06-02  Eric Botcazou[Ada] Do not set the bounds of integer types to be...
2020-06-02  Eric Botcazou[Ada] Fix bogus error for clause on derived type with...
2019-12-18  Bob Duff[Ada] Wrong error on hidden must-override primitive
2019-12-16  Eric Botcazou[Ada] AI12-0001: Independence and Representation clause...
2019-12-13  Steve Baird[Ada] Implement AI12-0109 (prohibit some "early" deriva...
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-10-10  Gary Dismukes[Ada] Various minor typo fixes
2019-10-10  Eric Botcazou[Ada] Plug minor loophole for integer named number
2019-09-19  Eric Botcazou[Ada] Fix run-time segfault with derived access-to...
2019-09-18  Ed Schonberg[Ada] Use static discriminant value for discriminated...
2019-09-17  Javier Miranda[Ada] Missing propagation of Has_Predicates in cloned...
2019-09-17  Javier Miranda[Ada] Missing tagged type decoration in corresponding...
2019-09-17  Javier Miranda[Ada] Ada 2020: Raise expressions in limited contexts...
2019-08-21  Piotr Trojanek[Ada] Minor refactorings/reformattings
2019-08-21  Yannick Moy[Ada] More precise propagation of Size attribute in...
2019-08-20  Ed Schonberg[Ada] Fix propagation of compiler internal flag
2019-08-20  Gary Dismukes[Ada] Illegal limited function call accepted in a type...
2019-08-19  Ed Schonberg[Ada] Representation clause for derived enumeration...
2019-08-13  Eric Botcazou[Ada] Build full derivation for private concurrent...
2019-08-13  Ed Schonberg[Ada] Legality rule on ancestors of type extensions...
2019-08-13  Eric Botcazou[Ada] Fix spurious instantiation error on private recor...
2019-07-22  Yannick Moy[Ada] Issue warning or error message on ignored typing...
2019-07-22  Eric Botcazou[Ada] Remove obsolete Is_For_Access_Subtype machinery
2019-07-22  Eric Botcazou[Ada] Spurious error on private subtype of derived...
2019-07-22  Ed Schonberg[Ada] Type inconsistency in floating_point type declara...
2019-07-10  Hristian Kirtchev[Ada] Spelling mistakes in error messages
2019-07-10  Hristian Kirtchev[Ada] Minor reformatting
2019-07-09  Ed Schonberg[Ada] Access to uninitialized memory by predicate check
2019-07-09  Yannick Moy[Ada] Expand type of static expressions in GNATprove...
2019-07-04  Bob Duff[Ada] Do not create a master unless Tasking_Allowed
2019-07-04  Hristian Kirtchev[Ada] Minor reformatting
2019-07-03  Bob Duff[Ada] Crash on anonymous access-to-class-wide with...
2019-07-01  Ed Schonberg[Ada] Spurious error private subtype derivation
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] Missing predicate check on declaration with aggre...
2018-12-11  Ed Schonberg[Ada] Crash on compilation unit function that builds...
2018-12-03  Hristian Kirtchev[Ada] Minor reformattings
2018-12-03  Ed Schonberg[Ada] Enhance comment
2018-11-14  Ed Schonberg[Ada] Compiler crash on decl. with limited aggregate...
2018-11-14  Ed Schonberg[Ada] Enhance constraints propagation to ease the work...
2018-09-26  Hristian Kirtchev[Ada] Minor reformattings
2018-09-26  Gary Dismukes[Ada] Illegal formal objects associated with anonymous...
2018-09-26  Ed Schonberg[Ada] Missing error on non-limited derived type with...
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  Javier Miranda[Ada] Crash processing abstract state aspect of a package
2018-07-16  Hristian Kirtchev[Ada] Minor reformatting
2018-07-16  Ed Schonberg[Ada] Add a missing check for trivial predicates on...
2018-07-16  Piotr Trojanek[Ada] Adjust reference to renumbered SPARK RM rule
2018-05-30  Bob Duff[Ada] Spell preanalysis, preanalyze correctly
2018-05-30  Ed Schonberg[Ada] Refine logic to set Needs_Activation_Record on...
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-29  Ed Schonberg[Ada] Set scope of component of subtype
2018-05-28  Ed Schonberg[Ada] Introduce a new Needs_Activation_Record entity...
2018-05-25  Hristian Kirtchev[Ada] Minor reformatting
2018-05-24  Javier Miranda[Ada] Missing error on illegal access to discriminant
2018-05-24  Justin Squirek[Ada] Quadratic compile time with tagged types
2018-05-24  Hristian Kirtchev[Ada] Minor reformatting
2018-05-24  Hristian Kirtchev[Ada] Fix crash on formal containers
2018-05-24  Javier Miranda[Ada] Spurious error on private task derivation
2018-05-23  Hristian Kirtchev[Ada] Spurious Storage_Error on imported array
2018-05-23  Ed Schonberg[Ada] Spurious error on instantiation with type with...
2018-05-23  Hristian Kirtchev[Ada] Suppression of elaboration-related warnings
2018-05-23  Ed Schonberg[Ada] Compiler fails to reject illegal store of anonymo...
2018-05-23  Bob Duff[Ada] Minor reformatting
2018-05-23  Hristian Kirtchev[Ada] Minor reformatting
2018-05-22  Patrick Bernardi[Ada] Fix compiler abort on invalid discriminant constraint
2018-05-22  Ed Schonberg[Ada] Crash with private types and renamed discriminants
2018-05-21  Piotr Trojanek[Ada] Only allow Has_Discriminants on type entities
2018-01-11  Arnaud Charlet[Ada] Bump copyright notices to 2018
2018-01-11  Hristian Kirtchev[Ada] Minor reformatting
2018-01-11  Ed Schonberg[Ada] Illegal protected calls in inherited pre/postcond...
2017-12-05  Pierre-Marie de... [multiple changes]
2017-11-16  Pierre-Marie de... [multiple changes]
2017-11-16  Pierre-Marie de... [multiple changes]
2017-11-16  Pierre-Marie de... [multiple changes]
2017-11-09  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-10-09  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... [multiple changes]
2017-10-09  Pierre-Marie de... exp_ch6.adb (Expand_N_Extended_Return_Statement): Add...
2017-09-29  Pierre-Marie de... [multiple changes]
2017-09-25  Pierre-Marie de... [multiple changes]
2017-09-18  Pierre-Marie de... sem_ch4.adb (Complete_Object_Operation): Do not insert...
2017-09-13  Pierre-Marie de... [multiple changes]
2017-09-12  Arnaud Charlet[multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
next