aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-06-04Daily bump.GCC Administrator1-0/+7
2021-06-03Fix miscompilation of predicate on bit-packed array typesEric Botcazou1-15/+22
2021-05-27Daily bump.GCC Administrator1-0/+4
2021-05-26Remove useless register keywordsJakub Jelinek1-1/+1
2021-05-26Daily bump.GCC Administrator1-0/+4
2021-05-25Fix sphinx-build warning.Martin Liska1-2/+2
2021-05-22Daily bump.GCC Administrator1-0/+79
2021-05-21Detect illegal conditions in Raise_xxx_Error nodesPiotr Trojanek1-1/+6
2021-05-21Remove discriminant checks in gigiEric Botcazou2-6/+11
2021-05-21Consistently generate debug info for elaboration variablesEric Botcazou2-36/+40
2021-05-21Replace ? with ?? in warning messagesGhjuvan Lacambre3-30/+30
2021-05-21Fix internal error on locally derived bit-packed array typeEric Botcazou1-5/+9
2021-05-21Always translate Is_Pure flag into pure in C senseEric Botcazou1-25/+19
2021-05-21Fix segfault at run time on strict-alignment platformsEric Botcazou1-1/+5
2021-05-21Fix spurious No_Elaboration violation for Size attributeEric Botcazou1-28/+30
2021-05-21Fix incorrect SLOC on instructionEric Botcazou1-2/+4
2021-05-21Use EXACT_DIV_EXPR as much as possibleEric Botcazou3-15/+14
2021-05-15Daily bump.GCC Administrator1-0/+6
2021-05-14Port gnat-style to Sphinx.Martin Liska3-2/+695
2021-05-13Daily bump.GCC Administrator1-0/+12
2021-05-12Fix uninitialized variable in Atree.Size_In_SlotsBob Duff2-9/+26
2021-05-12Daily bump.GCC Administrator1-0/+18
2021-05-12ada: do not use binary mode in conf.pyMartin Liska1-14/+14
2021-05-12Minor fixesEric Botcazou1-4/+5
2021-05-11Remove BRIG front-end.Martin Liska1-3/+3
2021-05-11Further minor fixesEric Botcazou2-10/+9
2021-05-11Daily bump.GCC Administrator1-0/+51
2021-05-11Fix missing version_string in AdaMartin Liska5-7/+44
2021-05-10Add missing pragma Inline for classification attributesEric Botcazou1-75/+113
2021-05-10Do not use pragma Provide_Shift_Operators in Atree packageEric Botcazou2-9/+14
2021-05-10Remove obsolete comment and add missing headerEric Botcazou1-3/+4
2021-05-10Minor tweak to previous change for the sake of consistencyEric Botcazou1-4/+2
2021-05-10Avoid spurious rebuild actions in ada/gen_ilEric Botcazou1-39/+10
2021-05-10Come up with startswith function.Martin Liska1-2/+1
2021-05-08Daily bump.GCC Administrator1-0/+537
2021-05-07[Ada] Robust detection of access-to-subprogram and access-to-object typesPiotr Trojanek3-6/+10
2021-05-07[Ada] Minor reformattingsBob Duff119-2969/+2969
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff42-638/+517
2021-05-07[Ada] Restore nnd capabilityBob Duff3-118/+142
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek7-25/+11
2021-05-07[Ada] Reinitialize Private_Dependents when it is vanishingBob Duff2-6/+15
2021-05-07[Ada] Replace packed records with integers in low-level implementationEric Botcazou4-413/+77
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou4-43/+26
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #5Eric Botcazou2-37/+30
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #4Eric Botcazou6-75/+76
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou12-176/+189
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #2Eric Botcazou6-43/+41
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou5-5/+9
2021-05-07[Ada] Small cleanup in C header fileEric Botcazou1-48/+49
2021-05-07[Ada] Variable-sized node typesBob Duff166-43311/+17800