aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-10-11[Ada] Remove redundant guard in expansion of dispatching callsPiotr Trojanek1-6/+2
2021-10-11[Ada] Valid postconditions incorrectly rejected.Steve Baird2-2/+30
2021-10-11[Ada] Incorrect Dynamic_Predicate results for static argumentsSteve Baird2-1/+44
2021-10-11[Ada] sigset_t is an unsigned long on RTEMSPatrick Bernardi1-1/+1
2021-10-11[Ada] RTEMS: use regular RTEMS API for minimum stack size calculationPatrick Bernardi1-7/+12
2021-10-11[Ada] Export No_Exception_Propagation_Active for use by gigiEric Botcazou2-0/+5
2021-10-11[Ada] Warn about conversion with any predefined time typesPiotr Trojanek1-26/+36
2021-10-11[Ada] Simplify membership tests with N_Generic_DeclarationPiotr Trojanek3-19/+7
2021-10-11[Ada] Remove constant argumentsEtienne Servais12-248/+160
2021-10-11[Ada] Find an interpretation for membership test with a singleton valueEtienne Servais1-9/+33
2021-10-11[Ada] RTEMS: use hardware interrupts instead of signals for interrupt handlingPatrick Bernardi9-152/+1732
2021-10-11[Ada] Fix internal error on fixed-point divide, multiply and scalingEric Botcazou1-79/+92
2021-10-11[Ada] Reorder subprogram spec and bodies in alphabetical orderEtienne Servais1-35/+35
2021-10-11[Ada] Rewrite extended names in derived class-wide expressionsPiotr Trojanek1-1/+1
2021-10-11[Ada] Import binder globals as constantGhjuvan Lacambre29-53/+44
2021-10-11[Ada] Move rewriting of boxes in aggregates from resolution to expansionPiotr Trojanek3-69/+29
2021-10-11[Ada] Simplify initialization of concurrent componentsPiotr Trojanek1-5/+2
2021-10-11[Ada] Simplify detection of delayed aggregatesPiotr Trojanek1-5/+2
2021-10-11[Ada] Simplify detection of record components with default initializationPiotr Trojanek1-24/+19
2021-10-11[Ada] Remove redundant guard against an empty component listPiotr Trojanek1-4/+0
2021-10-11[Ada] RTEMS: use default stack checking emulation packagePatrick Bernardi2-114/+2
2021-10-11[Ada] Do not clear Analyzed flag in expand if already set by preanalysisMarc Poulhiès1-1/+14
2021-10-11[Ada] Simplify code for checks within an initialization procedurePiotr Trojanek1-3/+1
2021-10-11[Ada] Fix crash on array component with Default_ValuePiotr Trojanek3-9/+12
2021-10-11[Ada] Size of time_t in newer verions of VxWorks7Doug Rupp1-2/+6
2021-10-09Daily bump.GCC Administrator1-0/+7
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-5/+5
2021-10-06Daily bump.GCC Administrator1-0/+262
2021-10-05[Ada] Plug small loophole with boolean valuesEric Botcazou1-0/+1
2021-10-05[Ada] Do not unconditionally inline expression functions with -gnatd.8Eric Botcazou1-1/+1
2021-10-05[Ada] Fix latent bug in set_end_locus_from_nodeBob Duff1-1/+6
2021-10-05[Ada] Minor include directives placement adjustmentEric Botcazou2-2/+2
2021-10-05[Ada] introduce stack scrub (strub) featureAlexandre Oliva10-851/+1178
2021-10-05[Ada] Mark private component renaming as coming from sourceEric Botcazou1-6/+13
2021-10-05[Ada] Add comments in Ada.Task_InitializationArnaud Charlet1-1/+5
2021-10-05[Ada] Include errno.h in QNX specific part of the signal handlingCorentin Gay1-0/+1
2021-10-05[Ada] Remove left-overs of Unaligned_Valid attributeEric Botcazou2-3/+1
2021-10-05[Ada] Forbids use of Compile_Time_(Error|Warning) as configuration pragmaEtienne Servais5-142/+130
2021-10-05[Ada] Add sys/time.h #include for QNXCorentin Gay1-0/+1
2021-10-05[Ada] Issue a proper error message when no format specifier foundPascal Obry1-1/+1
2021-10-05[Ada] Fix negative numbers formatted with leading zeroPascal Obry1-1/+1
2021-10-05[Ada] Minor code clean-upPascal Obry1-1/+1
2021-10-05[Ada] Add missing functions to Wide_Wide_Characters HandlingEtienne Servais4-4/+90
2021-10-05[Ada] Improve error message on array aggregatesYannick Moy1-1/+1
2021-10-05[Ada] Front-end support for Storage_Model featureGary Dismukes9-5/+834
2021-10-05[Ada] Note that -gnatd_t is used in CCGRichard Kenner1-1/+5
2021-10-05[Ada] Add case to consider ENODEV a "file not found error"Corentin Gay1-0/+4
2021-10-05[Ada] Rewrite operator entity in derived class-wide expressionsPiotr Trojanek1-1/+1
2021-10-05[Ada] Propagate Ghost status from parent to derived subprogramsPiotr Trojanek1-0/+8
2021-10-05[Ada] Add Default_Initial_Condition to type Unbounded_StringJoffrey Huguet2-2/+4