aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-05-17ada: Add support for 'Object_Size to pragma Compile_Time_{Warning,Error}Eric Botcazou1-64/+65
2024-05-16ada: Remove obsolete reference in commentEric Botcazou1-4/+4
2024-05-16ada: Reset scope of top level object declaration during unnestingMarc Poulhiès1-4/+27
2024-05-16ada: Redundant validity checksSteve Baird2-0/+8
2024-05-16ada: Exception on Indefinite_Vector aggregate with loop_parameter_specificationGary Dismukes3-20/+11
2024-05-16ada: Implement new experimental attribute 'SuperJustin Squirek8-467/+605
2024-05-16ada: Fix reference to RM clause in commentRonan Desplanques1-1/+1
2024-05-16ada: Fix missing length checks with case expressionsRonan Desplanques2-4/+17
2024-05-16ada: Fix standalone Windows builds of adaint.cSebastian Poeplau1-0/+7
2024-05-16ada: Avoid checking parameters of protected proceduresViljar Indus1-2/+5
2024-05-16ada: Ignore ghost nodes in call graph information for dispatching callsPiotr Trojanek1-9/+8
2024-05-16ada: Fix reason code for length checkRonan Desplanques1-5/+8
2024-05-16ada: Propagate Program_Error from failed finalization of collectionEric Botcazou1-6/+6
2024-05-16ada: Improve recovery from illegal occurrence of 'Old in if_expressionPiotr Trojanek1-1/+1
2024-05-16ada: No need to follow New_Occurrence_Of with Set_EtypePiotr Trojanek2-11/+9
2024-05-16ada: Fix detection of if_expressions that are known on entryPiotr Trojanek1-3/+1
2024-05-16ada: Fix comments about Get_Ranged_ChecksRonan Desplanques2-3/+3
2024-05-16ada: Minor performance improvement for dynamically-allocated controlled objectsEric Botcazou2-22/+6
2024-05-16ada: Fixup one more pattern of broken scope informationMarc Poulhiès1-10/+56
2024-05-16ada: Fix typo in CUDA error messagePiotr Trojanek1-1/+1
2024-05-16ada: Fix latent alignment issue for dynamically-allocated controlled objectsEric Botcazou4-37/+66
2024-05-16ada: Fix resolving tagged operations in array aggregatesViljar Indus1-2/+17
2024-05-16ada: Fix bogus error on function returning noncontrolling result in private partEric Botcazou1-14/+9
2024-05-16ada: Fix casing of CUDA in error messagesPiotr Trojanek1-1/+12
2024-05-16ada: Fix crash with -gnatdJ and -gnatw_qRonan Desplanques1-4/+4
2024-05-16ada: Follow up fixes for Put_Image/streaming regressionsSteve Baird1-0/+38
2024-05-16ada: Implement per-finalization-collection spinlocksEric Botcazou2-16/+75
2024-05-16ada: Formal_Derived_Type'Size is not staticSteve Baird1-0/+10
2024-05-16ada: Fix bug in maintaining dimension infoSteve Baird1-0/+3
2024-05-16ada: Remove Aspect_Specifications field from N_Procedure_SpecificationPiotr Trojanek1-1/+0
2024-05-16ada: Reuse existing expression when rewriting aspects to pragmasPiotr Trojanek1-5/+5
2024-05-16ada: Cleanup reporting locations for Ada 2022 and GNAT extension aspectsPiotr Trojanek1-5/+5
2024-05-16ada: Fix alphabetic ordering of aspect identifiersPiotr Trojanek1-2/+2
2024-05-16ada: Fix ordering of code for pragma Preelaborable_InitializationPiotr Trojanek1-80/+80
2024-05-16ada: Fix casing in error messagesPiotr Trojanek2-2/+2
2024-05-16ada: Fix docs and comments about pragmas for Boolean-valued aspectsPiotr Trojanek3-73/+89
2024-05-15Daily bump.GCC Administrator1-0/+404
2024-05-14ada: Fix classification of SPARK Boolean aspectsPiotr Trojanek2-201/+41
2024-05-14ada: Fix crash with -gnatdJ and -gnatfRonan Desplanques1-4/+5
2024-05-14ada: Minor typo fix in commentMarc Poulhiès2-3/+3
2024-05-14ada: Document more details of the implementation of finalization chainsEric Botcazou1-0/+29
2024-05-14ada: Fix small inaccuracy in previous changeEric Botcazou1-1/+7
2024-05-14ada: Fix pragma Warnings and -gnatD interactionRonan Desplanques3-9/+16
2024-05-14ada: Decouple attachment from dynamic allocation for controlled objectsEric Botcazou11-583/+714
2024-05-14ada: Follow up fixes for Put_Image/streaming regressionsSteve Baird2-1/+5
2024-05-14ada: Fix pragma Compile_Time_Error and -gnatdJ crashRonan Desplanques3-8/+10
2024-05-14ada: Fix crash with -gnatdJ and -gnatyzRonan Desplanques4-28/+23
2024-05-14ada: Small cleanup about allocators and aggregatesEric Botcazou6-145/+102
2024-05-14ada: Fix warning indicators in usage stringRonan Desplanques1-4/+4
2024-05-14ada: Correct System.Win32.LocalFileTimeToFileTime wrapper typoPhilippe Gil1-2/+2