aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-12[Ada] Reuse collective subtype for comparison operators where possiblePiotr Trojanek2-12/+3
2022-05-12[Ada] Remove unreferenced Is_Selector_Name routinePiotr Trojanek2-37/+0
2022-05-12[Ada] Add more dummy names in Sem_Warn.Has_Junk_NameArnaud Charlet1-1/+3
2022-05-12[Ada] Fix warning about generic subprograms withed but not referencedPiotr Trojanek1-1/+2
2022-05-12[Ada] Fix warning about generic subprograms withed but not instantiatedPiotr Trojanek7-8/+2
2022-05-12[Ada] Remove useless pragma Warnings Off from runtime unitsYannick Moy3-6/+0
2022-05-12[Ada] Do not issue a warning on a postcondition of True or FalseYannick Moy1-20/+24
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet70-512/+40
2022-05-12[Ada] Make debug printouts more robustBob Duff18-187/+178
2022-05-12[Ada] Add ghost code to facilitate proof with SPARKYannick Moy2-0/+17
2022-05-12[Ada] Remove use of use-clauses in loaded runtime unitsYannick Moy4-14/+30
2022-05-12[Ada] Fix support for ISO-8859-15 and IBM CP 850 encodingEtienne Servais1-2/+4
2022-05-12[Ada] Remove redundant guard against Any_StringPiotr Trojanek1-1/+0
2022-05-12[Ada] Accept raise expressions as operands of boolean operatorsPiotr Trojanek1-0/+1
2022-05-12[Ada] Plug loophole in Possible_Type_For_Conditional_ExpressionEric Botcazou1-0/+4
2022-05-12[Ada] Adapt CodePeer analysis of GNAT to changes in dependenciesYannick Moy1-0/+2
2022-05-12[Ada] Revamp analysis of conditional expressionsEric Botcazou2-93/+396
2022-05-12[Ada] Proof of 'Image support for signed integersYannick Moy17-32/+786
2022-05-12[Ada] Rewrite Sem_Ch4.Find_Boolean_TypesEric Botcazou1-74/+68
2022-05-12[Ada] Introduce hardbool Machine_Attribute for AdaAlexandre Oliva4-27/+175
2022-05-12[Ada] Fix scope of block in expanded protected entry bodyPiotr Trojanek1-1/+2
2022-05-12[Ada] Fix typo in commentEtienne Servais1-1/+1
2022-05-12[Ada] Fix style checking rule for square brackets in Ada 2022 and aboveMarc Poulhiès8-40/+52
2022-05-12[Ada] Fix remaining asymmetry in Specific_TypeEric Botcazou1-7/+16
2022-05-12[Ada] Fix typos in syntax for implementation-defined pragmasPiotr Trojanek2-8/+8
2022-05-12[Ada] Reuse generic string hash for invocation signaturesPiotr Trojanek1-11/+9
2022-05-12[Ada] Document Aggregate_Individually_Assign as a configuration pragmaPiotr Trojanek2-0/+2
2022-05-12libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE...Thomas Schwinge6-22/+52
2022-05-12libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ...Thomas Schwinge5-32/+2
2022-05-12tree-optimization/105562 - avoid uninit diagnostic with better FRERichard Biener3-9/+40
2022-05-12c++: Support module language-decl semanticsNathan Sidwell4-0/+50
2022-05-12i386: Add combine splitter to transform pxor/pcmpeqb/pmovmskb/cmp 0xffff to p...Haochen Jiang3-0/+44
2022-05-12openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek20-36/+817
2022-05-11testsuite: Update Wconversion testcase check type.jiawei1-1/+1
2022-05-12Daily bump.GCC Administrator12-1/+532
2022-05-11analyzer: fix memory leaksDavid Malcolm4-18/+39
2022-05-11tree: introduce range adaptor for TREE_VECPatrick Palka4-45/+41
2022-05-11c++: lambda template in requires [PR105541]Jason Merrill3-6/+15
2022-05-11c++: fix arm-eabi bootstrap [PR105567]Jason Merrill2-2/+12
2022-05-11Fortran: fix error recovery on invalid array sectionHarald Anlauf2-2/+10
2022-05-11rs6000: Remove <Fv>Segher Boessenkool1-52/+46
2022-05-11rs6000: Remove <Ff>Segher Boessenkool1-60/+57
2022-05-11rs6000: Delete RS6000_CONSTRAINT_fSegher Boessenkool3-16/+5
2022-05-11Use variadic template functions for the gimple_build forwardersRichard Biener1-34/+11
2022-05-11middle-end/70090: Register __bdos for sanitizers if necessarySiddhesh Poyarekar1-8/+16
2022-05-11[c++] Add module attachmentNathan Sidwell6-79/+114
2022-05-11rtl-optimization/105559 - avoid quadratic behavior in delete_insn_and_edgesRichard Biener1-1/+1
2022-05-11Implement some of fold_binary_op_with_conditional_arg in match.pdRichard Biener4-4/+44
2022-05-11libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-...Thomas Schwinge5-98/+2
2022-05-11libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_...Thomas Schwinge5-22/+7