aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-05Allow more kinds of invariant addresses in GIMPLE FERichard Biener2-5/+32
2021-10-05c++: templated static local var has value-dep addr [PR98930]Patrick Palka3-0/+35
2021-10-05gfortran.dg/gomp/pr43711.f90: Change dg-* for XFAIL->PASSTobias Burnus1-4/+4
2021-10-05Make flow of option processing more readily visibleRichard Biener1-24/+19
2021-10-05Amend function names with UID when dumping with TDF_UIDRichard Biener2-4/+21
2021-10-05More .DEFERRED_INIT expansion reworkRichard Biener3-14/+17
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
2021-10-05[Ada] Disable contract cases on formal containersClaire Dross7-0/+7
2021-10-05[Ada] Improve message on missing all/for in pre-Ada-2022 modesBob Duff2-44/+49
2021-10-05[Ada] Improve error message on missing all/for in quantified expressionYannick Moy1-0/+18
2021-10-05[Ada] Proof of Ada.Strings.MapsYannick Moy2-38/+395
2021-10-05[Ada] Proof of Ada.Characters.HandlingYannick Moy3-84/+428
2021-10-05Adjust gfortran.dg/predict-2.f90Richard Biener1-2/+2
2021-10-05Daily bump.GCC Administrator9-1/+406
2021-10-04c-family: Implement -Warray-compare [PR97573]Marek Polacek8-3/+164
2021-10-04avoid hardreg autoinitRichard Biener2-0/+11
2021-10-04d: gdc driver ignores -static-libstdc++ when automatically linking libstdc++ ...Iain Buclaw1-9/+34
2021-10-04d: Save target node before parsing optimize options in case it changes.Iain Buclaw1-0/+8
2021-10-04middle-end/102285 - refine .DEFERRED_INIT expansionRichard Biener4-4/+20
2021-10-04tree-optimization/102570 - teach VN about internal functionsRichard Biener5-47/+103
2021-10-04Remove static marker for range in alloca pass.Aldy Hernandez2-4/+9
2021-10-04middle-end/102587 - avoid auto-init for VLA vectorsRichard Biener3-1/+10
2021-10-04[Ada] Incremental patch for restriction No_Dynamic_Accessibility_ChecksJustin Squirek5-388/+518
2021-10-04[Ada] Document the current behaviour of -gnateA switchPiotr Trojanek2-6/+8
2021-10-04[Ada] Handle properly user_defined literals given by operators.Ed Schonberg2-4/+27
2021-10-04[Ada] Fix indentation in generated AST construction functionsPiotr Trojanek1-1/+2
2021-10-04[Ada] Implement CUDA_DeviceGhjuvan Lacambre3-22/+88
2021-10-04[Ada] Completion of support for AI12-0409 (attribute Preelaborable_Initializa...Gary Dismukes11-63/+130
2021-10-04[Ada] Mark Ada.Text_IO in SPARKYannick Moy3-4/+12