aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Daily bump.GCC Administrator10-1/+450
2021-08-12runtime: run gofmt on testdata/testwinsignal/main.goIan Lance Taylor1-19/+19
2021-08-12compiler: store pointers to go:notinheap types indirectlyIan Lance Taylor5-20/+94
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek41-40/+969
2021-08-12libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]Jakub Jelinek2-2/+14
2021-08-12Fix typo in fold-vec-load-builtin_vec_xl-* tests.Michael Meissner6-6/+6
2021-08-12[i386] Introduce scalar version of avx512f_vmscalef.Uros Bizjak2-9/+19
2021-08-12Fix condition testing void functions in ipa-split.Jan Hubicka1-2/+3
2021-08-12libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely5-5/+50
2021-08-12libstdc++: Make some #error strings consistent with other testsJonathan Wakely3-4/+14
2021-08-12libstdc++: Add [[nodiscard]] to experimental::randintJonathan Wakely1-0/+1
2021-08-12c++: fix ptrmemfunc template instantiation [PR101219]Sergei Trofimovich2-1/+18
2021-08-12Evaluate type arguments of sizeof that are structs of variable size [PR101838]Martin Uecker2-1/+40
2021-08-12Remove legacy back threader.Aldy Hernandez5-508/+61
2021-08-12libstdc++: Add #error to some files that depend on a specific standard modeJonathan Wakely3-0/+12
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus17-33/+99
2021-08-12arc: Small data doesn't need fcommon optionClaudiu Zissulescu2-6/+1
2021-08-12gfortran.dg/PR82376.f90: Avoid matching a file-pathHans-Peter Nilsson1-2/+3
2021-08-12i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860]Jakub Jelinek2-0/+12
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek5-9/+69
2021-08-12openmp: Diagnose another case of mixing parameter and attribute syntaxJakub Jelinek2-0/+27
2021-08-12c++: Fix ICE on defaulted spaceship with pointer return type [PR94162]Jakub Jelinek3-0/+42
2021-08-12openmp: Diagnose omp::directive/sequence on using-directiveJakub Jelinek2-1/+12
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek6-9/+58
2021-08-12Make -no-pie option work for native WindowsEric Botcazou5-0/+60
2021-08-12Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16si2_1 to avx512f_z...liuhongt2-0/+314
2021-08-11c++: constexpr std::construct_at on empty field [PR101663]Patrick Palka6-183/+85
2021-08-12Daily bump.GCC Administrator8-1/+252
2021-08-11libstdc++: Fix test that fails randomly [PR101866]Jonathan Wakely1-9/+9
2021-08-11rs6000: Add available-everywhere and ancient builtinsBill Schmidt1-0/+76
2021-08-11rs6000: Add VSX builtinsBill Schmidt1-0/+857
2021-08-11rs6000: Add the rest of the [altivec] stanza to the builtins fileBill Schmidt3-4/+836
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka6-3/+41
2021-08-11c++: Optimize constinit thread_local vars [PR101786]Jakub Jelinek2-0/+27
2021-08-11c++: recognize class-scope non-template dguides [PR79501]Patrick Palka2-19/+54
2021-08-11c++: most vexing parse and braced CTAD [PR89062]Patrick Palka2-4/+19
2021-08-11libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely5-1/+93
2021-08-11libstdc++: Fix missing descriptions in ChangeLog entriesJonathan Wakely1-0/+2
2021-08-11Fortran: Fix c_float128 and c_float128_complex definitions.Sandra Loosemore2-6/+21
2021-08-11Fix gcc.dg/lto/pr48622_0.c testcaseRichard Biener1-0/+6
2021-08-11target/101788 - avoid decomposing hard-register "loads"Richard Biener1-1/+2
2021-08-11Adjust volatile handling of the operand scannerRichard Biener2-10/+6
2021-08-11Small tweak to expand_used_varsEric Botcazou1-6/+3
2021-08-11Fix min_flags handling in mod-refJan Hubicka2-11/+62
2021-08-11middle-end/101858 - avoid shift of pointer in foldingRichard Biener2-0/+11
2021-08-11tree-optimization/101861 - fix gather use for non-gather refsRichard Biener1-1/+2
2021-08-11arm/66791: Replace builtins for vdup_n and vmov_n intrinsics.prathamesh.kulkarni3-73/+63
2021-08-11sanitizer: Cherry-pick realpath fixJakub Jelinek1-11/+1
2021-08-11Ada: Remove debug line number for DECL_IGNORED_P functionsBernd Edlinger1-1/+3
2021-08-10compiler: don't crash on a, b := int(0)Ian Lance Taylor2-3/+14