aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2020-12-16[Ada] Another small adjustment to System.Value_REric Botcazou1-6/+12
2020-12-16[Ada] Add some OS constants to control serial portPascal Obry1-0/+35
2020-12-16Daily bump.GCC Administrator1-0/+460
2020-12-15[Ada] Fix serial port baud rate setting on GNU/LinuxPascal Obry1-8/+102
2020-12-15[Ada] Small adjustment to System.Val_RealEric Botcazou1-5/+4
2020-12-15[Ada] Simplify check for extra parensPiotr Trojanek1-7/+9
2020-12-15[Ada] Refactor repeated complains about missing -gnat2005 switchPiotr Trojanek9-156/+64
2020-12-15[Ada] Small adjustment to parameterization of System.Value_REric Botcazou7-23/+54
2020-12-15[Ada] Postcondition checks performed before finalizationJustin Squirek12-64/+998
2020-12-15[Ada] Complain about missing -gnat2020 switch on iterator_filterPiotr Trojanek1-6/+6
2020-12-15[Ada] Reuse Append_New in parsing aggregatesPiotr Trojanek1-30/+6
2020-12-15[Ada] Implement tiered support for floating-point input operationsEric Botcazou49-706/+1265
2020-12-15[Ada] Mark generic body outside of SPARKYannick Moy2-2/+2
2020-12-15[Ada] Transform_Function_Array issuesArnaud Charlet6-32/+69
2020-12-15[Ada] Simplify discarding nodes when processing aspect/pragma PriorityPiotr Trojanek2-19/+10
2020-12-15[Ada] Crash on unnesting unnamed blocksArnaud Charlet1-30/+19
2020-12-15[Ada] Refactor repeated code for Value attributesPiotr Trojanek1-35/+6
2020-12-15[Ada] Fix possible infinite recursion in directory iteratorPascal Obry2-2/+5
2020-12-15[Ada] Refactor repeated code for Callable and Terminated attributesPiotr Trojanek1-7/+6
2020-12-15[Ada] Refactor repeated code for Width attributesPiotr Trojanek1-9/+6
2020-12-15[Ada] Refactor repeated code for Pred and Succ attributesPiotr Trojanek1-28/+7
2020-12-15[Ada] Refactor repeated code for size attributesPiotr Trojanek1-11/+6
2020-12-15[Ada] Refactor repeated code for fixed point attributesPiotr Trojanek1-3/+2
2020-12-15[Ada] Remove redundant calls to UI_To_Int in relational operandsPiotr Trojanek3-7/+5
2020-12-15[Ada] Refactor repeated code for component attributesPiotr Trojanek1-3/+2
2020-12-15[Ada] Refactor repeated code for real type attributes returning integersPiotr Trojanek1-5/+4
2020-12-15[Ada] Refactor repeated code for real type attributes returning booleansPiotr Trojanek1-5/+4
2020-12-15[Ada] Refactor repeated code for real type attributes returning realsPiotr Trojanek1-13/+8
2020-12-15[Ada] Refactor repeated code for floating point attributes returning realsPiotr Trojanek1-13/+10
2020-12-15[Ada] Refactor repeated code for floating point attributes returning intsPiotr Trojanek1-19/+14
2020-12-15[Ada] Refactor duplicated code for Denorm and Signed_Zeros attributesPiotr Trojanek1-4/+4
2020-12-15[Ada] Refactor duplicated code for Adjacent, Copy_Sign and RemainderPiotr Trojanek1-12/+7
2020-12-15[Ada] Refactor duplicated code for Compose, Leading_Part and ScalingPiotr Trojanek1-11/+6
2020-12-15Daily bump.GCC Administrator1-0/+301
2020-12-14[Ada] Analyze second parameter of attribute ScalingPiotr Trojanek1-0/+1
2020-12-14[Ada] Refactor duplicated code for First and Last attributesPiotr Trojanek1-12/+12
2020-12-14[Ada] Process Truncation just like other floating point attributesPiotr Trojanek1-4/+2
2020-12-14[Ada] Refactor duplicated code for floating point attributesPiotr Trojanek1-29/+16
2020-12-14[Ada] Small adjustments to fixed-point I/O unitsEric Botcazou6-46/+72
2020-12-14[Ada] Small cleanup in the Ada.Text_IO hierarchyEric Botcazou24-46/+46
2020-12-14[Ada] Incorrect accessibility level on type in formal packageJustin Squirek3-2/+30
2020-12-14[Ada] Fix alignment warning in System.Fat_Gen unitEric Botcazou1-0/+1
2020-12-14[Ada] Add annotation after recent compiler changesArnaud Charlet2-3/+4
2020-12-14[Ada] Fix compile time evaluation of shift intrinsicsArnaud Charlet1-1/+1
2020-12-14[Ada] Adjust again previous change to System.Fat_GenEric Botcazou1-3/+29
2020-12-14[Ada] Fix internal error on bit-packed array in Volatile_Full_Access recordEric Botcazou2-8/+12
2020-12-14[Ada] Adjust previous change to System.Fat_GenEric Botcazou1-2/+5
2020-12-14[Ada] Implement part of System.Fat_Gen more efficientlyEric Botcazou2-329/+267
2020-12-14[Ada] Remove double initialization of the known value cachePiotr Trojanek1-1/+1
2020-12-14[Ada] Fix documentation of -gnatw.K switch (activates => disables)Gary Dismukes2-3/+3