summaryrefslogtreecommitdiff
path: root/gcc/ada
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2021-05-151-0/+6
* Port gnat-style to Sphinx.Martin Liska2021-05-143-2/+695
* Daily bump.GCC Administrator2021-05-131-0/+12
* Fix uninitialized variable in Atree.Size_In_SlotsBob Duff2021-05-122-9/+26
* Daily bump.GCC Administrator2021-05-121-0/+18
* ada: do not use binary mode in conf.pyMartin Liska2021-05-121-14/+14
* Minor fixesEric Botcazou2021-05-121-4/+5
* Remove BRIG front-end.Martin Liska2021-05-111-3/+3
* Further minor fixesEric Botcazou2021-05-112-10/+9
* Daily bump.GCC Administrator2021-05-111-0/+51
* Fix missing version_string in AdaMartin Liska2021-05-115-7/+44
* Add missing pragma Inline for classification attributesEric Botcazou2021-05-101-75/+113
* Do not use pragma Provide_Shift_Operators in Atree packageEric Botcazou2021-05-102-9/+14
* Remove obsolete comment and add missing headerEric Botcazou2021-05-101-3/+4
* Minor tweak to previous change for the sake of consistencyEric Botcazou2021-05-101-4/+2
* Avoid spurious rebuild actions in ada/gen_ilEric Botcazou2021-05-101-39/+10
* Come up with startswith function.Martin Liska2021-05-101-2/+1
* Daily bump.GCC Administrator2021-05-081-0/+537
* [Ada] Robust detection of access-to-subprogram and access-to-object typesPiotr Trojanek2021-05-073-6/+10
* [Ada] Minor reformattingsBob Duff2021-05-07119-2969/+2969
* [Ada] Variable-sized node types -- cleanupBob Duff2021-05-0742-638/+517
* [Ada] Restore nnd capabilityBob Duff2021-05-073-118/+142
* [Ada] Fix link from body protected entry implementation to source codePiotr Trojanek2021-05-077-25/+11
* [Ada] Reinitialize Private_Dependents when it is vanishingBob Duff2021-05-072-6/+15
* [Ada] Replace packed records with integers in low-level implementationEric Botcazou2021-05-074-413/+77
* [Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou2021-05-074-43/+26
* [Ada] Fix type mismatch warnings during LTO bootstrap #5Eric Botcazou2021-05-072-37/+30
* [Ada] Fix type mismatch warnings during LTO bootstrap #4Eric Botcazou2021-05-076-75/+76
* [Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou2021-05-0712-176/+189
* [Ada] Fix type mismatch warnings during LTO bootstrap #2Eric Botcazou2021-05-076-43/+41
* [Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou2021-05-075-5/+9
* [Ada] Small cleanup in C header fileEric Botcazou2021-05-071-48/+49
* [Ada] Variable-sized node typesBob Duff2021-05-07166-43311/+17800
* [Ada] Spurious error with component of unchecked_union typeEd Schonberg2021-05-071-3/+8
* [Ada] Attribute Address is not an interfering context in SPARKPiotr Trojanek2021-05-071-0/+13
* [Ada] Generate warning for negative literal of a modular typeYannick Moy2021-05-075-6/+36
* [Ada] Cleanup code for flagging object references in interfering contextsPiotr Trojanek2021-05-071-14/+20
* [Ada] Remove End_Interp_List from the overloaded resolution APIPiotr Trojanek2021-05-074-27/+8
* [Ada] Crash on imported object with deep initialization and No_AbortsEd Schonberg2021-05-071-0/+20
* [Ada] Remove some ??? commentsGary Dismukes2021-05-074-25/+31
* [Ada] Computation of Shift_Left and large signed valuesArnaud Charlet2021-05-071-17/+19
* [Ada] Fix signature mismatch for Defining_EntityEric Botcazou2021-05-072-35/+31
* [Ada] Implement aspect No_Controlled_PartsJustin Squirek2021-05-076-1/+568
* [Ada] Raise Constraint_Error for Compose and Scaling if Machine_OverflowsEric Botcazou2021-05-071-6/+13
* [Ada] Minor efficiency improvement in containersBob Duff2021-05-071-10/+13
* [Ada] sigtramp: fix powerpc64 against -fPICFrederic Konrad2021-05-071-3/+3
* [Ada] Move Has_Inferable_Discriminants to Sem_UtilClaire Dross2021-05-073-89/+89
* [Ada] Spurious error on protected call in inherited postconditionEd Schonberg2021-05-071-0/+1
* Daily bump.GCC Administrator2021-05-071-0/+196
* [Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching callsJavier Miranda2021-05-061-22/+84