aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Daily bump.GCC Administrator9-1/+561
2022-01-19libstdc++: Remove -gdwarf-4 from flags for debug libraryJonathan Wakely2-3/+3
2022-01-19libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123]Jonathan Wakely1-2/+3
2022-01-19ifcvt: Run second pass if it is possible to omit a temporary.Robin Dapp1-75/+150
2022-01-19testsuite/s390: Add tests for noce_convert_multiple.Robin Dapp4-1/+118
2022-01-19ifcvt: Try re-using CC for conditional moves.Robin Dapp1-24/+93
2022-01-19ifcvt/optabs: Allow using a CC comparison for emit_conditional_move.Robin Dapp7-67/+157
2022-01-19ifcvt: Improve costs handling for noce_convert_multiple.Robin Dapp1-4/+27
2022-01-19ifcvt: Allow constants for noce_convert_multiple.Robin Dapp1-5/+8
2022-01-19ifcvt: Check if cmovs are needed.Robin Dapp1-24/+150
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm66-158/+156
2022-01-19libstdc++: Fix libbacktrace build filesJonathan Wakely5-76/+132
2022-01-19vect: Fix epilogue mode skippingAndre Vieira1-5/+19
2022-01-19match.pd, optabs: Avoid vectorization of {FLOOR,CEIL,ROUND}_{DIV,MOD}_EXPR [P...Jakub Jelinek3-9/+37
2022-01-19testsuite: Test evrp-trans.c also with unsigned types [PR104115]Jakub Jelinek1-0/+8
2022-01-19tree-optimization/104112 - add check for vect epilogue reduc reuseRichard Biener3-1/+43
2022-01-19check_GNU_style_lib: skip .py files (one should use flake8).Martin Liska1-1/+1
2022-01-19libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.Marcel Vollweiler1-1/+1
2022-01-19libstdc++: Fix for non-constexpr math_errhandlingMatthias Kretz1-6/+20
2022-01-19[Ada] Set target_cpu to x32 for x86_64-linux-gnux32H.J. Lu1-0/+7
2022-01-19[Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32H.J. Lu1-0/+5
2022-01-19testsuite: Rename a few C++ to .C or .cc.Martin Liska5-0/+0
2022-01-19rs6000: Fix bootstrapJakub Jelinek1-0/+3
2022-01-19Enable -Werror=format-diag during bootstrap.Martin Liska2-4/+4
2022-01-19Update on riscv -Wformat-diag string.Martin Liska1-2/+2
2022-01-19gimple-ssa-warn-access: Fix up asan_test.C -Wdangling-pointer regression [PR1...Jakub Jelinek1-0/+5
2022-01-19fold-const: Optimize &"foo"[0] == "foo" [PR89074]Jakub Jelinek2-0/+21
2022-01-19i386: Fix *aes<aeswideklvariant>u8Jakub Jelinek1-1/+1
2022-01-19Come up with git-fix-changelog.py script.Martin Liska3-45/+95
2022-01-19nvptx: update fix for -Wformat-diagMartin Liska17-37/+37
2022-01-19testsuite/102833 - fix gcc.dg/vect/bb-slp-17.c dump scanningRichard Biener1-2/+3
2022-01-19powerc: Fix asm machine directive for some CPUsSebastian Huber1-0/+25
2022-01-19Fix tsvc test build on DragonFly.Rimvydas Jasinskas1-2/+2
2022-01-19Add XFAIL parts of pr16855.C for dragonfly.Rimvydas Jasinskas2-4/+6
2022-01-19testsuite: fix pytest detection unsupported message.Martin Liska1-3/+2
2022-01-19testsuite: Adjust possibly fragile slp-perm-9.c [PR104015]Kewen Lin3-3/+58
2022-01-18c++: fix PR104025 changeJason Merrill1-1/+2
2022-01-19i386: Fix GLC tuning with -masm=intel [PR104104]Jakub Jelinek2-10/+20
2022-01-18Add test for bogus warning [PR104076].Martin Sebor1-0/+39
2022-01-18Suppress valid warning [PR104103].Martin Sebor1-0/+6
2022-01-18Handle failure to determine pointer provenance conservatively [PR104069].Martin Sebor2-1/+44
2022-01-19libstdc++: Update documentation for C++17 deprecationsJonathan Wakely4-4/+27
2022-01-19libstdc++: Fix deprecated attribute for std::get_temporary_bufferJonathan Wakely1-1/+1
2022-01-19libstdc++: Remove unused std::pair helper functionJonathan Wakely1-14/+0
2022-01-19libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101]Jonathan Wakely1-0/+4
2022-01-19Daily bump.GCC Administrator11-1/+581
2022-01-18[COMMITTED] Improve coment for the newly added code in ipa-split.Andrew Pinski1-2/+2
2022-01-19c++: Fix handling of temporaries with consteval ctors and non-trivial dtors [...Jakub Jelinek2-1/+23
2022-01-18c++: Use -std=c++20 in testsuite default std listJason Merrill1-1/+1
2022-01-18c++: input_location and lookahead [PR104025]Jason Merrill2-1/+22