aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-12[vect] PR103971, PR103977: Fix epilogue mode selection for autodetect onlyAndre Vieira1-1/+3
2022-01-12Fix -Wformat-diag for aarch64 target.Martin Liska1-13/+13
2022-01-12Include elfos.h before ${tm_file}.Martin Liska1-1/+1
2022-01-12opts: do not do sanity check when an error is seenMartin Liska1-1/+2
2022-01-12Fortran: fix testcase commentFrancois-Xavier Coudert1-1/+1
2022-01-12Fortran: fix testcase compiler flagsFrancois-Xavier Coudert1-1/+3
2022-01-12c++: Silence -Wuseless-cast warnings during move [PR103480]Jakub Jelinek2-0/+26
2022-01-12testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530]Jakub Jelinek1-0/+1
2022-01-12tree-optimization/76174 - testcase for fixed PRRichard Biener1-0/+22
2022-01-12cris: Avoid format-string-related warnings in calls to error functionsHans-Peter Nilsson2-5/+5
2022-01-12cris: Parenthesize parameter to as_a.Hans-Peter Nilsson1-1/+1
2022-01-12Daily bump.GCC Administrator9-1/+2885
2022-01-11Change the 3rd parameter of function .DEFERRED_INIT from IS_VLA to decl name.Qing Zhao23-108/+93
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig2-3/+19
2022-01-11libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek3-3/+17
2022-01-11Allow other languages to change long double format.Michael Meissner1-5/+3
2022-01-11testsuite: Fix pr47614.f testJakub Jelinek1-0/+1
2022-01-11fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek1-1/+1
2022-01-11fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek1-1/+1
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek1-15/+14
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek5-76/+177
2022-01-11ira: Fix old-reload targets [PR103974]Richard Sandiford2-3/+10
2022-01-11i386: Introduce V2QImode vector cmove for -msse4.1 [PR103861]Uros Bizjak7-34/+78
2022-01-11c++: Fix ICEs with OBJ_TYPE_REF pretty printing [PR101597]Jakub Jelinek8-12/+30
2022-01-11c-family: Fix up -W*conversion on bitwise &/|/^ [PR101537]Jakub Jelinek3-0/+74
2022-01-11c++: dependent bases and 'this' availability [PR103831]Patrick Palka3-1/+32
2022-01-11tree-object-size: Dynamic sizes for ADDR_EXPRSiddhesh Poyarekar6-66/+299
2022-01-11tree-object-size: Handle GIMPLE_CALLSiddhesh Poyarekar6-8/+325
2022-01-11tree-object-size: Handle function parametersSiddhesh Poyarekar2-2/+85
2022-01-11tree-object-size: Support dynamic sizes in conditionsSiddhesh Poyarekar11-36/+1022
2022-01-11tree-optimization/103961: Never compute offset for -1 sizeSiddhesh Poyarekar2-7/+34
2022-01-11Prevent exponential range calculations.Andrew MacLeod1-3/+5
2022-01-11analyzer: fix false +ve on bitwise binops (PR analyzer/102692)David Malcolm5-12/+219
2022-01-11[Ada] Relax assertion on designated types for equality operatorsEric Botcazou1-9/+14
2022-01-11[Ada] Include generic instance names in non-visible entity errorsJustin Squirek1-2/+21
2022-01-11[Ada] Accept square brackets for expression functionsEtienne Servais1-1/+8
2022-01-11[Ada] Task arrays trigger spurious unreferenced warningsJustin Squirek1-6/+3
2022-01-11[Ada] Remove unreferenced CCG-specific routine Insert_DeclarationPiotr Trojanek2-49/+0
2022-01-11[Ada] Avoid redundant checks for empty listsPiotr Trojanek5-12/+6
2022-01-11[Ada] Remove name constant used by GNATprove but not by GNATPiotr Trojanek1-0/+1
2022-01-11[Ada] Reduce scope of declare block in analysis of allocatorsPiotr Trojanek1-161/+160
2022-01-11[Ada] Balance parentheses in comments about allocatorsPiotr Trojanek2-3/+3
2022-01-11[Ada] Remove unreferenced name constantsPiotr Trojanek1-37/+0
2022-01-11[Ada] Adapt proof of System.Arith_DoubleYannick Moy1-9/+34
2022-01-11[Ada] Deconstruct a VMS utility routine which is only used by GNATprovePiotr Trojanek2-93/+0
2022-01-11[Ada] Recover proof of Ada.Strings.Fixed with assertionsYannick Moy1-3/+13
2022-01-11[Ada] PR ada/79724Arnaud Charlet1-5/+1
2022-01-11[Ada] Remove unnecessary block in code for expansion of allocatorsPiotr Trojanek1-91/+85
2022-01-11[Ada] Fix incomplete debug info for derived packed array typeEric Botcazou1-1/+4
2022-01-11[Ada] Reuse Make_Temporary where possiblePiotr Trojanek5-18/+9