aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/freeze.adb
AgeCommit message (Expand)AuthorFilesLines
2021-06-16[Ada] Do not perform useless work in Check_No_Parts_ViolationsEric Botcazou1-16/+19
2021-06-15[Ada] No_Task_Parts aspectBob Duff1-61/+85
2021-06-15[Ada] Error when passing subprogram'Access to null-defaulted formal subprogramGary Dismukes1-2/+5
2021-05-07[Ada] Minor reformattingsBob Duff1-49/+49
2021-05-07[Ada] Variable-sized node typesBob Duff1-3/+8
2021-05-07[Ada] Implement aspect No_Controlled_PartsJustin Squirek1-0/+370
2021-05-06[Ada] Remove excessive conditions in iterations across componentsPiotr Trojanek1-3/+2
2021-05-05[Ada] Remove redundant check in iteration over formal parametersPiotr Trojanek1-6/+4
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-05-03[Ada] Fix calls to Error_Msg_NE instead of Error_Msg_NPiotr Trojanek1-2/+2
2021-04-29[Ada] Self reference access discriminantArnaud Charlet1-31/+6
2021-04-28[Ada] Use spans instead of locations for compiler diagnosticsYannick Moy1-2/+2
2021-03-30Fix wrong assignment of aggregate to full-access componentEric Botcazou1-2/+1
2020-12-17[Ada] Fixes for GNAT error/warning messagesYannick Moy1-2/+2
2020-12-15[Ada] Transform_Function_Array issuesArnaud Charlet1-2/+4
2020-11-30[Ada] Expand integer-only implementation of ordinary fixed-point typesEric Botcazou1-3/+4
2020-11-26[Ada] Add support for 128-bit fixed-point types on 64-bit platformsEric Botcazou1-35/+137
2020-11-26[Ada] Pass base type to Set_Has_Own_InvariantsBob Duff1-7/+0
2020-11-26[Ada] Reuse Is_Access_Object_Type where possiblePiotr Trojanek1-2/+1
2020-11-25[Ada] Further optimization with uninitialized aggregatesEd Schonberg1-46/+0
2020-11-24[Ada] Reuse In_Same_List where possiblePiotr Trojanek1-1/+1
2020-10-27[Ada] New flag Transform_Function_ArrayArnaud Charlet1-1/+1
2020-10-26[Ada] Crash on membership test in expression functionEd Schonberg1-1/+10
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou1-15/+15
2020-10-23[Ada] Crash on expression function and access typeEd Schonberg1-10/+10
2020-10-23[Ada] Prevent copying uninitialized array with address clauseEd Schonberg1-1/+48
2020-10-21[Ada] Basic support for 128-bit typesEric Botcazou1-7/+5
2020-10-21[Ada] Fix bogus error for bit-packed array with volatile componentEric Botcazou1-1/+4
2020-10-19[Ada] ACATS 4.1R - Exception missedArnaud Charlet1-1/+1
2020-10-16[Ada] Assorted style cleanupsPiotr Trojanek1-1/+1
2020-10-16[Ada] Add Max_Integer_Size attribute and couple of helper functionsEric Botcazou1-12/+11
2020-10-15[Ada] Ada2020: AI12-0003 Specifying the standard storage poolJavier Miranda1-1/+6
2020-10-15[Ada] Crash on subtype of fixed-point typeEd Schonberg1-11/+10
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-41/+39
2020-07-15[Ada] Do not generate elaboration code for alignment aspectEric Botcazou1-1/+1
2020-07-15[Ada] Fix oversight in Delayed_Aspect_Present predicateEric Botcazou1-2/+2
2020-07-10[Ada] Use small limit for aggregates inside subprogramsArnaud Charlet1-0/+15
2020-07-10[Ada] Fix crash on quantified expression in expression function (2)Eric Botcazou1-2/+3
2020-07-10[Ada] Fix crash on quantified expression in expression functionEric Botcazou1-0/+16
2020-07-08[Ada] Fix internal error on string type comparision with predicateEric Botcazou1-16/+71
2020-07-08[Ada] Fix incorrect placement of freeze node with predicateEric Botcazou1-5/+12
2020-07-08[Ada] Add comment on implementation choice for byte-packed array typesEric Botcazou1-1/+4
2020-07-08[Ada] Check predicates for subtypes of private typesBob Duff1-5/+2
2020-07-07[Ada] Small adjustment in the handling of alignment for arraysEric Botcazou1-20/+5
2020-07-07[Ada] Handle explicit dereferences in expression functionsEd Schonberg1-0/+9
2020-07-06[Ada] Various typo fixes and reformatting of commentsGary Dismukes1-7/+7
2020-06-18[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-4/+23
2020-06-17[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-1/+69
2020-06-16[Ada] Couple of formatting and stylistic fixesEric Botcazou1-6/+4
2020-06-16[Ada] Fix premature freezing of artificial array subtypeEric Botcazou1-9/+12