aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07[Ada] Remove extra space before THEN keywordsPiotr Trojanek5-5/+5
2022-01-07[Ada] Fix exit status of GNAT.Expect.Close call on running processDmitriy Anisimkov2-14/+13
2022-01-07[Ada] Remove explicit expansion of block with general case statementPiotr Trojanek1-2/+0
2022-01-07[Ada] Update -gnatwr doc for import of parent packageEtienne Servais2-1/+6
2022-01-07[Ada] Fix comment about subprogram unnesting and unconstrained arraysPiotr Trojanek1-1/+2
2022-01-07[Ada] Fix inconsistent quoting in messages about compile-time errorsPiotr Trojanek6-15/+14
2022-01-07[Ada] Consistent suppression for warnings inside null loopsPiotr Trojanek1-20/+22
2022-01-07[Ada] Remove unnecessary guard for inserting non-empty listPiotr Trojanek5-28/+8
2022-01-07[Ada] Remove unnecessary guards for appending non-empty listsPiotr Trojanek3-9/+3
2022-01-07[Ada] Check scalar range in arrays constructed by concatenationEtienne Servais1-3/+23
2022-01-07[Ada] treepr: print value only for discrete typesBob Duff1-3/+3
2022-01-07[Ada] Use non-internal representation for access subprograms if UC to AddressRichard Kenner2-3/+19
2022-01-07[Ada] treepr: Print value of static expressionBob Duff1-0/+19
2022-01-07[Ada] Add an option to Get_Fullest_View to not recurseRichard Kenner2-22/+32
2022-01-07[Ada] Warn on import of parent packageBob Duff24-28/+12
2022-01-07[Ada] Small cleanup of osint-m.adbBob Duff1-11/+0
2022-01-07Allow propagations from inner loop to outer loop.liuhongt3-2/+31
2022-01-07nvptx: Add support for PTX's cnot instruction.Roger Sayle2-0/+101
2022-01-07rs6000: Define a pattern for mffscrni. If the RN is a constant, it can call ...Haochen Gui3-10/+38
2022-01-07c++: temporarily restore VEC_INIT_EXPR gimplify [PR103936]Jason Merrill2-0/+24
2022-01-07Support commutative alternative for AVX512 vpcmpeq{b,w,d,q}liuhongt12-60/+85
2022-01-07Optimize V16HF vector insert to element 0 for AVX2.liuhongt3-28/+42
2022-01-06Fortran: Fix handling of optional argument to SIZE intrinsic [PR103898]Sandra Loosemore2-1/+20
2022-01-06c++: when delegating constructor throws [PR103711]Jason Merrill2-0/+38
2022-01-06c++: nested catch in ctor fn-try-block [PR61611]Jason Merrill2-1/+42
2022-01-06c++: destroy retval on throwing cleanup in try [PR33799]Jason Merrill5-18/+84
2022-01-06c++: clean up ref-extended temp on throwing dtor [PR53868]Jason Merrill5-4/+93
2022-01-06c++: keep destroying array after one dtor throws [PR66451]Jason Merrill6-6/+81
2022-01-06c++: don't cleanup the last aggregate eltJason Merrill2-5/+28
2022-01-06c++: EH and partially constructed aggr temp [PR66139]Jason Merrill9-43/+265
2022-01-06c++: temporary lifetime with array aggr init [PR94041]Jason Merrill8-74/+298
2022-01-06c++: temporary lifetime with aggregate init [PR94041]Jason Merrill4-20/+121
2022-01-06c++: loop over array elts w/o explicit init [PR92385]Jason Merrill7-31/+112
2022-01-06c++: don't preevaluate new-initializerJason Merrill3-52/+17
2022-01-07Daily bump.GCC Administrator9-1/+482
2022-01-06analyzer: make use of may_be_aliased in alias detection [PR103546]David Malcolm2-7/+86
2022-01-06Fortran: Fix ICE in argument_rank_mismatch [PR103287]Sandra Loosemore3-1/+23
2022-01-06x86: Generate INT3 for __builtin_eh_returnH.J. Lu2-3/+24
2022-01-06x86: Rename -harden-sls=indirect-branch to -harden-sls=indirect-jmpH.J. Lu4-8/+8
2022-01-06compiler: permit converting unnamed types when ignoring struct tagsIan Lance Taylor2-3/+2
2022-01-06i386: Improve HImode interunit movesUros Bizjak5-35/+51
2022-01-06[Ada] Warn on subtype declaration of null rangeBob Duff2-4/+28
2022-01-06[Ada] Remove unnecessary declare blockPiotr Trojanek1-38/+35
2022-01-06[Ada] Proof of System.Generic_Array_Operations at silver levelYannick Moy4-51/+490
2022-01-06[Ada] Simplify traversal for removing warnings from dead codePiotr Trojanek1-25/+11
2022-01-06[Ada] Remove a locally handled exceptionPiotr Trojanek1-17/+10
2022-01-06[Ada] Move messages on division by zero to the right operandPiotr Trojanek1-1/+5
2022-01-06[Ada] Remove unnecessary guards for non-empty listsPiotr Trojanek7-110/+90
2022-01-06[Ada] Fix typo on compatibilityEtienne Servais1-1/+1
2022-01-06[Ada] Fix regression in freezing code for instantiationsEric Botcazou1-11/+19