aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2020-11-27[Ada] Small tweaks to couple of Value routinesEric Botcazou2-9/+14
2020-11-27[Ada] Simplify Parent_Is_Boolean with subtype membershipsPiotr Trojanek1-26/+8
2020-11-27[Ada] Reuse Append_New_Elmt where possiblePiotr Trojanek2-15/+3
2020-11-27[Ada] Wrong compile time evaluation of Shift_RightArnaud Charlet1-6/+23
2020-11-27[Ada] Reference before declaration on C392015Arnaud Charlet1-1/+2
2020-11-27[Ada] Restore access type instead of mode out parameterPiotr Trojanek3-24/+24
2020-11-27[Ada] Small improvement to System.Value_R.Scan_Raw_RealEric Botcazou1-6/+40
2020-11-27[Ada] Do not apply range checks inside generics in GNATprove modeYannick Moy1-3/+3
2020-11-27[Ada] Do not use 128-bit division for 64-bit fixed-point typesEric Botcazou1-22/+38
2020-11-27[Ada] To_GM_Time returning invalid value for Invalid_TimeArnaud Charlet1-1/+24
2020-11-27[Ada] Implement AI12-0187 (Stable properties of abstract data types)Steve Baird8-39/+777
2020-11-27[Ada] Default_Initial_Condition assertion policy is now RM definedPiotr Trojanek2-54/+54
2020-11-27[Ada] Sync doc and code for pragma Assertion_PolicyPiotr Trojanek2-31/+37
2020-11-27[Ada] Assertion_Policy is not a valid assertion policyPiotr Trojanek1-1/+0
2020-11-27[Ada] Do not compile predefined units with -gnatp in gnatmakeEric Botcazou1-3/+3
2020-11-27[Ada] Restore general case for folding comparison of static stringsPiotr Trojanek3-63/+74
2020-11-27[Ada] Change parameter from access type to mode outPiotr Trojanek3-24/+24
2020-11-27[Ada] Move down call to Narrow_Large_Operation in Expand_N_Op_MultiplyEric Botcazou1-10/+10
2020-11-27[Ada] Reimplement Ada.Numerics.Big_Numbers.Big_Reals.Float_ConversionsEric Botcazou1-9/+168
2020-11-27[Ada] Optimize generation of checks for fixed-point typesEric Botcazou5-122/+139
2020-11-27[Ada] Simplify check for illegal non-returning proceduresPiotr Trojanek1-17/+11
2020-11-27[Ada] Abort defer mismatch with SJLJ exceptionsArnaud Charlet7-164/+7
2020-11-27[Ada] Emit error messages for null/generic nonreturning proceduresGhjuvan Lacambre1-4/+62
2020-11-27[Ada] Fix tree for expanded instantiations corresponding to formal packagesArnaud Charlet1-1/+1
2020-11-27[Ada] Adjust head comment of various subprograms in Exp_FixdEric Botcazou1-9/+8
2020-11-27[Ada] To_Big_Integer and 128bits integersArnaud Charlet3-4/+30
2020-11-27[Ada] Small tweaks to new implementation of Set_Image_FixedEric Botcazou1-14/+31
2020-11-27[Ada] Error in Big_Real comparisonArnaud Charlet1-4/+4
2020-11-27[Ada] Fix oversignt in genericized package System.Value_REric Botcazou1-3/+3
2020-11-27[Ada] Optimize magnitude of integer operations for fixed pointEric Botcazou1-17/+17
2020-11-27Daily bump.GCC Administrator1-0/+396
2020-11-26ada: c++: Get rid of libposix4, librt on SolarisRainer Orth2-7/+2
2020-11-26[Ada] Ada.Numerics.Big_Numbers.Big_Reals.To_Big_Real looses precisionArnaud Charlet1-1/+9
2020-11-26[Ada] Ada 2020 AI12-0401 Renaming of qualified expression of variableArnaud Charlet1-0/+16
2020-11-26[Ada] Add support for 128-bit fixed-point types on 64-bit platformsEric Botcazou146-2349/+7389
2020-11-26[Ada] Add the remark concerning the use of Image_Ordinary_Fixed_PointLiaiss Merzougue1-0/+3
2020-11-26[Ada] Add support for .c output fileArnaud Charlet1-5/+4
2020-11-26[Ada] Reuse Is_Generic_Subprogram where possiblePiotr Trojanek3-11/+5
2020-11-26[Ada] Minor reformatting and a typo fixGary Dismukes2-4/+3
2020-11-26[Ada] Replace warning suppression with assertionPiotr Trojanek1-1/+1
2020-11-26[Ada] Improve error message on illegal prefixed procedure callEd Schonberg1-0/+21
2020-11-26[Ada] Crash on task declaration with Restriction_Warning (No_Tasking)Ed Schonberg1-3/+6
2020-11-26[Ada] Sync wide Ada.String hashing unitsPiotr Trojanek2-9/+11
2020-11-26[Ada] Avoid potentially repeated calls to Prefix in Eval_SlicePiotr Trojanek1-2/+3
2020-11-26[Ada] Warn on slices of the form A (subtype) for all objectsPiotr Trojanek1-1/+1
2020-11-26[Ada] Remove duplicated calls to Set_EntityPiotr Trojanek3-4/+2
2020-11-26[Ada] Memory leak in concatenation with Initialize_ScalarsBob Duff1-0/+9
2020-11-26[Ada] Reuse Is_Concurrent_Type when detecting protected or task typesPiotr Trojanek4-9/+7
2020-11-26[Ada] Constraint_Error in Task_Wrapper and -u0Arnaud Charlet1-6/+5
2020-11-26[Ada] Pass base type to Set_Has_Own_InvariantsBob Duff3-9/+2