aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-06[Ada] Update comment after recent changes wrt. secondary stack & tagged typesEric Botcazou1-3/+1
2022-07-06[Ada] Improve code generated for aggregates of VFA typeEric Botcazou3-4/+29
2022-07-06[Ada] Fix crash on aliased renaming of unconstrained arrayEric Botcazou1-5/+7
2022-07-06[Ada] Small tweak to gnat_to_gnu_subprog_typeEric Botcazou1-3/+3
2022-07-06[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-0/+11
2022-07-06[Ada] Document the various function return mechanismsEric Botcazou1-1/+42
2022-07-06[Ada] Deferred constant considered as not preelaborableYannick Moy1-2/+3
2022-07-06[Ada] Indexing error when calling GNAT.Regpat.MatchJustin Squirek2-20/+42
2022-07-06[Ada] Spurious non-callable warning on prefixed call in class conditionJustin Squirek1-4/+19
2022-07-06[Ada] Support ghost generic formal parametersYannick Moy9-63/+347
2022-07-06[Ada] Missing error on tagged type conversionJavier Miranda1-34/+102
2022-07-06[Ada] Handle secondary stack memory allocations alignmentMarc Poulhiès3-35/+74
2022-07-06[Ada] Cleanup use of local scalars in GNAT.Socket.Get_Address_InfoPiotr Trojanek1-4/+4
2022-07-06[Ada] Vxworks7* - Makefile.rtl rtp vs rtp-smp cleanupDoug Rupp1-49/+25
2022-07-06[Ada] Fix incorrect itype sharing for case expression in limited type returnEric Botcazou1-72/+76
2022-07-06[Ada] Remove old vxworks from Makefile.rtl - e500 port.Doug Rupp3-489/+0
2022-07-06[Ada] Incorrect emptying of CUDA global subprogramsJustin Squirek1-3/+6
2022-07-06[Ada] Remove explicit call to Make_Unchecked_Type_ConversionPiotr Trojanek2-5/+3
2022-07-06[Ada] Restore accidentally removed part of a comment about unset referencesPiotr Trojanek1-0/+1
2022-07-06[Ada] Fix spurious error for aggregate with box component choiceEric Botcazou4-94/+83
2022-07-06analyzer: fix uninit false positive with -ftrivial-auto-var-init= [PR106204]David Malcolm3-13/+86
2022-07-06c++: dependent conversion operator lookup [PR106179]Jason Merrill2-4/+9
2022-07-06Daily bump.GCC Administrator7-1/+451
2022-07-05compiler: propagate array length error marker fartherIan Lance Taylor3-2/+11
2022-07-05compiler: better error message for unknown package nameIan Lance Taylor3-5/+9
2022-07-05libstdc++: testsuite: why cast getpid resultAlexandre Oliva1-1/+2
2022-07-05c-family: Prevent -Wformat warnings with u8 strings [PR105626]Marek Polacek2-1/+12
2022-07-05Provide a relation verification mechanism.Andrew MacLeod2-5/+75
2022-07-05Doubleword version of and;cmp to not;test optimization on x86.Roger Sayle3-2/+42
2022-07-05UNSPEC_PALIGNR optimizations and clean-ups on x86.Roger Sayle4-15/+53
2022-07-05PR rtl-optimization/96692: ((A|B)^C)^A using andn with -mbmi on x86.Roger Sayle2-0/+85
2022-07-05c++: Prune ordinary locationsNathan Sidwell6-286/+375
2022-07-05tree-optimization/106198 - CFG cleanup vs LC SSARichard Biener2-3/+25
2022-07-05Remove dead loop-based LC SSA rewriteRichard Biener1-105/+4
2022-07-05tree-optimization/106186 - propagate out virtual LC PHI nodes properlyRichard Biener1-1/+15
2022-07-05tree-optimization/106196 - properly update virtual SSA for vector storesRichard Biener2-2/+18
2022-07-05Maintain LC SSA when doing SVE vectorizationRichard Biener1-3/+16
2022-07-05testsuite: fix array type in two_plus_gigs testAlexandre Oliva1-1/+1
2022-07-05libstdc++: testsuite: cast getpid resultAlexandre Oliva1-1/+1
2022-07-05[Ada] Warn about obsolete uses of renamed Ada 83 packagesPiotr Trojanek6-13/+19
2022-07-05[Ada] Couple of small cleanups for Cloned_SubtypeEric Botcazou2-7/+5
2022-07-05[Ada] Remove kludge for validity checks on Long_Float typePiotr Trojanek2-38/+4
2022-07-05[Ada] Remove repeated setting of Never_Set_In_SourcePiotr Trojanek1-4/+3
2022-07-05[Ada] Reorder processing of default expressions to avoid repeated callsPiotr Trojanek1-3/+3
2022-07-05[Ada] Remove redundant protection against empty listsPiotr Trojanek4-40/+23
2022-07-05[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpathDoug Rupp1-13/+0
2022-07-05[Ada] Remove use of a global name buffer when locating a filePiotr Trojanek1-4/+2
2022-07-05[Ada] Reuse Get_Pragma_Arg to handle pragma argument associationsPiotr Trojanek2-10/+6
2022-07-05[Ada] Fix spurious error on object renaming with ghost typeYannick Moy1-1/+10
2022-07-05[Ada] Misc cleanup related to finalizationBob Duff9-70/+75