aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch3.adb
AgeCommit message (Expand)AuthorFilesLines
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-16/+16
2020-07-16[Ada] Misplace of internal master renaming declarationJavier Miranda1-1/+4
2020-07-15[Ada] ACATS 4.1P [BDB4001] - 13.11.4(22-23/3) not enforcedArnaud Charlet1-36/+19
2020-07-10[Ada] Spurious error on parameterless acccess_to_subprogramEd Schonberg1-1/+1
2020-07-10[Ada] Use small limit for aggregates inside subprogramsArnaud Charlet1-18/+2
2020-07-07[Ada] Errors in handling of access_to_subprogram contractsEd Schonberg1-7/+4
2020-06-19[Ada] ACATS 4.1G - C760A02 - Near infinite finalizationJavier Miranda1-29/+42
2020-06-18[Ada] No Default_Initial_Condition check when declaring an imported objectSteve Baird1-0/+1
2020-06-17[Ada] Various typo corrections plus minor reformattingGary Dismukes1-8/+9
2020-06-17[Ada] Ada_2020 AI12-0220 Pre/Postconditions on Access_To_Subprogram typesEd Schonberg1-0/+72
2020-06-15[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-18/+47
2020-06-11[Ada] Consolidate handling of implicit dereferences into semantic analysisEric Botcazou1-2/+3
2020-06-11[Ada] Generate predicate checks for on assignments in recordsGhjuvan Lacambre1-0/+14
2020-06-10[Ada] Don't build equivalent record aggregate if type has predicatesGhjuvan Lacambre1-0/+11
2020-06-10[Ada] Ada 202x AI12-0192 "requires late initialization"Arnaud Charlet1-24/+182
2020-06-10[Ada] Incorrect accessibility checks on functions callsJustin Squirek1-4/+15
2020-06-09[Ada] Code clean ups and comments updatesArnaud Charlet1-0/+4
2020-06-09[Ada] Code refactoring on calls to Set_Debug_Info_NeededArnaud Charlet1-3/+1
2020-06-05[Ada] Make the Has_Dynamic_Range_Check flag obsoleteEric Botcazou1-5/+7
2020-06-05[Ada] Use Is_Incomplete_Type instead of a low-level Ekind testPiotr Trojanek1-1/+1
2020-06-04[Ada] Put_Image attributeBob Duff1-0/+26
2020-06-03[Ada] Improve 'Val implementation for some enumeration typesEric Botcazou1-46/+65
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou1-1/+1
2020-06-02[Ada] Remove ASIS_ModeArnaud Charlet1-7/+4
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2020-06-02[Ada] Improved support for aspect alignment in CCGJavier Miranda1-2/+6
2020-06-02[Ada] Address potentially uninitialized variables and dead codeArnaud Charlet1-1/+2
2019-10-10[Ada] Mention GNAT Studio instead of GPSAnthony Leonardo Gracio1-1/+2
2019-09-19[Ada] Infinite loop with concatenation and aspectBob Duff1-7/+16
2019-09-17[Ada] Ada 2020: Raise expressions in limited contexts (AI12-0172)Javier Miranda1-2/+8
2019-08-21[Ada] Undefined master in task with limited class-wide aliased entry formalGary Dismukes1-1/+8
2019-08-14[Ada] Equality for nonabstract type derived from interface treated as abstractGary Dismukes1-1/+17
2019-07-05[Ada] Minor reformattingHristian Kirtchev1-3/+3
2019-07-04[Ada] Minor reformattingHristian Kirtchev1-8/+9
2019-07-04[Ada] Bug in composition of equality for variant recordsEd Schonberg1-11/+52
2019-07-04[Ada] Missing actual for generated initialization procedureJustin Squirek1-17/+14
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-03[Ada] Spelling fixes and minor reformattingGary Dismukes1-1/+1
2018-12-03[Ada] Fix problematic overloading of operator in Ada 95 modeEric Botcazou1-1/+1
2018-12-03[Ada] Minor reformattingsHristian Kirtchev1-4/+4
2018-11-14[Ada] Compiler crash on decl. with limited aggregate and address clauseEd Schonberg1-1/+11
2018-11-14[Ada] Minor reformattingHristian Kirtchev1-11/+11
2018-10-09[Ada] Fix spurious -Wuninitialized warnings for small recordsEric Botcazou1-25/+70
2018-06-11[Ada] Minor reformattingArnaud Charlet1-3/+3
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-6/+4
2018-05-28[Ada] Minor reformattingGary Dismukes1-3/+3
2018-05-28[Ada] Spurious constraint error on array of null-excluding componentsJustin Squirek1-0/+41
2018-05-25[Ada] Spurious range check with Initialize_ScalarsHristian Kirtchev1-1/+2
2018-05-25[Ada] Minor reformattingHristian Kirtchev1-23/+32
2018-05-24[Ada] Wrong renaming of variant record equalityJavier Miranda1-71/+118