aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-10-04[Ada] Fix handling of 'Image acting as a prefix of a slice in CodePeerPiotr Trojanek1-0/+10
2021-10-04[Ada] Spurious non-variable error on implicitly dereferenced in-mode formalJustin Squirek1-0/+16
2021-10-04[Ada] Adjust documentation of -fdump-ada-spec in GNAT UGEric Botcazou2-81/+25
2021-10-04[Ada] PR ada/102073Arnaud Charlet1-0/+4
2021-10-04[Ada] Crash on allocator in alternative accessibility modesJustin Squirek1-5/+9
2021-10-04[Ada] Entities in E_Loop scopes are not library-level entitiesJavier Miranda2-19/+25
2021-10-04[Ada] Spurious accessibility error on renamed expressionJustin Squirek1-4/+14
2021-10-04[Ada] VxWorks inconsistent use of return type FixupDoug Rupp4-4/+10
2021-10-04[Ada] Emit debugging information for TSD objectEric Botcazou1-0/+5
2021-10-04[Ada] Fix compiler internal errorSteve Baird1-1/+6
2021-10-04[Ada] Improve checking for invalid index values when accessing array elementsSteve Baird1-2/+27
2021-10-02Daily bump.GCC Administrator1-0/+405
2021-10-01[Ada] Subprogram_Variant in ignored ghost codeBob Duff1-0/+1
2021-10-01[Ada] Empty CUDA_Global procedures when compiling for hostGhjuvan Lacambre1-14/+78
2021-10-01[Ada] Improved checking for invalid index values when accessing array elementsSteve Baird3-11/+189
2021-10-01[Ada] Document rounding mode assumed for dynamic floating-point computationsEric Botcazou2-13/+13
2021-10-01[Ada] More work on efficiency improvementsBob Duff11-361/+590
2021-10-01[Ada] Add missing guard before call to Interface_Present_In_AncestorEric Botcazou1-1/+2
2021-10-01[Ada] Add new debug switch -gnatd.8Eric Botcazou2-1/+7
2021-10-01[Ada] Spurious warning about hiding in generic instantiationGary Dismukes1-0/+4
2021-10-01[Ada] Crash on improper use of GNAT attribute Type_KeyEd Schonberg2-1/+10
2021-10-01[Ada] Crash on renaming within declare expressionJustin Squirek1-1/+3
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre2-0/+5
2021-10-01[Ada] Add Evaluable_Kind and Global_Name_KindRichard Kenner2-0/+19
2021-10-01[Ada] Stub CUDA_Device aspectGhjuvan Lacambre7-5/+110
2021-10-01[Ada] Assert_Failure on derived type with inherited Default_Initial_ConditionGary Dismukes1-44/+3
2021-10-01[Ada] Add more node unionsRichard Kenner3-13/+51
2021-10-01[Ada] Implementation of AI12-0212: iterator specs in array aggregates (II)Ed Schonberg1-6/+17
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda26-974/+2804
2021-10-01[Ada] Fix deleting CodePeer files for non-ordinary unitsPiotr Trojanek1-3/+4
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-34/+92
2021-10-01[Ada] Fix bug in inherited user-defined-literal aspects for tagged typesSteve Baird3-9/+106
2021-10-01[Ada] Info. gathering in preparation for more efficiency improvementsBob Duff11-66/+243
2021-10-01[Ada] Support gmem.out longer than 2G on 32 bit platformsDmitriy Anisimkov1-60/+67
2021-10-01[Ada] Spurious range checks on aggregate with non-static boundsEd Schonberg1-6/+16
2021-10-01[Ada] Add N_Is_DeclRichard Kenner2-1/+16
2021-10-01[Ada] Add N_Entity_NameRichard Kenner2-0/+11
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-4/+72
2021-10-01[Ada] No ABE check needed for an expression function call.Steve Baird1-0/+7
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre1-1/+1
2021-10-01[Ada] Document that gnatmem requires fixed-position executablesEric Botcazou1-6/+8
2021-10-01[Ada] Switch to SR0660Doug Rupp1-2/+2
2021-09-24Daily bump.GCC Administrator1-0/+140
2021-09-23[Ada] Fix obsolete comment mentioning girder discriminantsEric Botcazou1-1/+1
2021-09-23[Ada] Add Subprogram_Body_Or_TypeRichard Kenner2-1/+8
2021-09-23[Ada] Add N_Has_Bounds and N_Is_IndexRichard Kenner6-4/+21
2021-09-23[Ada] Adjust documentation of gnatsymbolizeEric Botcazou1-10/+8
2021-09-23[Ada] Tune detection of internally generated positional aggregatesPiotr Trojanek1-1/+4
2021-09-23[Ada] Wrappers of access-to-subprograms with pre/post conditionsJavier Miranda5-1/+105
2021-09-23[Ada] Ada2022: implementation of AI12-0212 : iterator specs in array aggregatesEd Schonberg2-30/+329