aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-05-07[Ada] Small cleanup in C header fileEric Botcazou1-48/+49
2021-05-07[Ada] Variable-sized node typesBob Duff166-43311/+17800
2021-05-07[Ada] Spurious error with component of unchecked_union typeEd Schonberg1-3/+8
2021-05-07[Ada] Attribute Address is not an interfering context in SPARKPiotr Trojanek1-0/+13
2021-05-07[Ada] Generate warning for negative literal of a modular typeYannick Moy5-6/+36
2021-05-07[Ada] Cleanup code for flagging object references in interfering contextsPiotr Trojanek1-14/+20
2021-05-07[Ada] Remove End_Interp_List from the overloaded resolution APIPiotr Trojanek4-27/+8
2021-05-07[Ada] Crash on imported object with deep initialization and No_AbortsEd Schonberg1-0/+20
2021-05-07[Ada] Remove some ??? commentsGary Dismukes4-25/+31
2021-05-07[Ada] Computation of Shift_Left and large signed valuesArnaud Charlet1-17/+19
2021-05-07[Ada] Fix signature mismatch for Defining_EntityEric Botcazou2-35/+31
2021-05-07[Ada] Implement aspect No_Controlled_PartsJustin Squirek6-1/+568
2021-05-07[Ada] Raise Constraint_Error for Compose and Scaling if Machine_OverflowsEric Botcazou1-6/+13
2021-05-07[Ada] Minor efficiency improvement in containersBob Duff1-10/+13
2021-05-07[Ada] sigtramp: fix powerpc64 against -fPICFrederic Konrad1-3/+3
2021-05-07[Ada] Move Has_Inferable_Discriminants to Sem_UtilClaire Dross3-89/+89
2021-05-07[Ada] Spurious error on protected call in inherited postconditionEd Schonberg1-0/+1
2021-05-07Daily bump.GCC Administrator1-0/+196
2021-05-06[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching callsJavier Miranda1-22/+84
2021-05-06[Ada] Avoid repeated analysis of constraint rangesPiotr Trojanek1-2/+0
2021-05-06[Ada] Assert failure on E_Enumeration_Literal and front-end unnestingArnaud Charlet1-3/+6
2021-05-06[Ada] Bad expansion with -gnato2 and if expressionArnaud Charlet1-2/+7
2021-05-06[Ada] In CodePeer mode, use regular-exception handlingBoris Yakobowski1-6/+2
2021-05-06[Ada] AI12-0411: Add "bool" to Interfaces.CArnaud Charlet12-21/+24
2021-05-06[Ada] Explain meaning of Non_Std_ExecutableGhjuvan Lacambre1-1/+4
2021-05-06[Ada] Do not second-guess the hardware for underflow handling of ScalingEric Botcazou1-4/+5
2021-05-06[Ada] Make Is_OK_Static_Subtype use Is_Static_SubtypeGhjuvan Lacambre1-12/+11
2021-05-06[Ada] Remove repeated calls in Resolve_RangePiotr Trojanek1-7/+4
2021-05-06[Ada] Use high-level Make_Character_Literal instead of low-level New_NodePiotr Trojanek2-12/+13
2021-05-06[Ada] Missing semantic error on ineffective Others_ClauseEd Schonberg1-0/+15
2021-05-06[Ada] Fix off-by-one bug in underflow handling of ScalingEric Botcazou1-1/+8
2021-05-06[Ada] Assert failure on pragma Inline in procedure bodyArnaud Charlet1-4/+2
2021-05-06[Ada] Remove hardcoded pragma Warnings from the formal vectors libraryPiotr Trojanek1-4/+0
2021-05-06[Ada] Set Raises_CE flag only in Apply_Compile_Time_Constraint_ErrorPiotr Trojanek3-4/+1
2021-05-06[Ada] Spurious constraint error on conversion of access typesJustin Squirek1-0/+14
2021-05-06[Ada] Fix handling of PATsArnaud Charlet1-2/+3
2021-05-06[Ada] Remove unused initial value in Read_Library_Info_From_FullPiotr Trojanek1-1/+1
2021-05-06[Ada] Document a few more characteristics of floating-point supportEric Botcazou2-14/+32
2021-05-06[Ada] Reset x87 FPU to 64-bit precision for floating-point I/O on LinuxEric Botcazou1-11/+4
2021-05-06[Ada] Make new implementation of System.Fat_Gen.Valid more robustEric Botcazou1-1/+13
2021-05-06[Ada] Fix restriction No_Enumeration_Maps on both Image attributesPiotr Trojanek1-37/+33
2021-05-06[Ada] Remove redundant condition for Image attribute and Ada versionPiotr Trojanek1-1/+5
2021-05-06[Ada] Add mention of underscore and fix grammar error in doc for -gnatdGary Dismukes2-6/+6
2021-05-06[Ada] Implement tiered support for floating-point exponentiationEric Botcazou9-173/+267
2021-05-06[Ada] Style cleanups related to writing of ALI filesPiotr Trojanek3-3/+3
2021-05-06[Ada] Remove excessive conditions in iterations across componentsPiotr Trojanek2-16/+9
2021-05-06[Ada] Crash on if_expression used as index of discriminant-dependent arrayEd Schonberg1-6/+22
2021-05-06[Ada] Fix typosArnaud Charlet3-4/+5
2021-05-06Daily bump.GCC Administrator1-0/+401
2021-05-05[Ada] Fix expansion of attributes Input/Output for unchecked union typesPiotr Trojanek2-8/+10